Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ejb-1.0, ejb-testapp-1.0, hibernate-1.0, jboss-1.0, beaninfo-1.0
-
Component/s: Build System
-
Labels:None
-
Number of attachments :
Description
As from cvs, the plugin-xtags won't build, unless you set the xdoclet.qtags.generate to true, which seems useless since there are no qtags implementations to be generated for this project. (It fails when trying to access target/src - and when generating qtag classes only adds an empty TagLibrary class in there)
Besides, what is the purpose of the generation switch in project.properties, since all project that have qtags do need them, and those who don't have qtags, well, don't. Is this just supposed to save a little build time?
I have commented out the "java:compile" preGoal.
That means that there is no QTag generation (no need) and the "target/src" folder is no more added to the Maven classpath.
That should fix the build.