-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enunciate 2.0.0.M2 failing to generate docs #116
Comments
I can't figure out how to reproduce this. Will you please include the output of Will you also please include the output of Ultimately, I'm trying to figure out a way to reproduce the problem by creating some kind of a sample project that manifests this error... |
Here you go, on pastebin because of long content (1 month expiration time). mvn -X enunciate:assemble on project one: |
The first problem is a duplicate of #110. Still working on the second... |
Been debugging this all day. It has something to do with the ehcache sources jar. I haven't figured out what yet... |
The |
Okay, the root of this issue has been tracked to a bug in the Javac tool. Unfortunately, I have no way to know what it is about the ehcache-sources.jar that actually breaks the Javac tool, so there's no programmatic way to detect the scenario. When the ehcache-sources.jar is not on the classpath, the problem does not occur. In an effort to avoid getting that jar on the classpath, I have implemented a less-aggressive source jar lookup scheme in the Maven plugin at 4514851. This might be enough for most people to avoid the issue. If it is not enough, I have provided a means to explicitly exclude lookup of specific source jars. I have opened #117 to track the other issue to people can have a place to go to report the problem if it occurs for their project. As such, I will close this issue. |
For project 1 there are some other issues, trying to get something meaningful to report.
Might be that this is a Spring project and enunciate does not recognize annotations there? |
Enunciate doesn't not have support for a Spring annotations yet, no. That work is being tracked at #60, but it won't make it into the 2.0 release. |
Cannot reopen #103 - opening as new.
With .M2 following happens:
And with another project this happens:
The text was updated successfully, but these errors were encountered: