the current CVS build fails with the following message:
BUILD FAILED
No goal [maven-jxr-plugin:report]
The reason is quite simple: The goal list (maven -g) shows:
[maen-jxr-plugin] ( NO DEFAULT GOAL )
report ..................... Generate HTML cross reference sources
I've patched it and attached the cvs diff result. But after rebuilding it (ant -f build-bootstrap.xml), after xdoc:transform, the build fails because of:
xdoc:jelly-transform:
[echo] Generating /Applications/Eclipse/workspace/HelloWorld/target/docs/changelog- report.html from /Applications/Eclipse/workspace/HelloWorld/target/generated-xdocs/ changelog-report.xml
BUILD FAILED
(No such file or directory) Nested exception: (No such file or directory)
-Mo.
Index: src/plugins-build/jxr/plugin.jelly =================================================================== RCS file: /home/cvspublic/jakarta-turbine-maven/src/plugins-build/jxr/plugin.jelly,v retrieving revision 1.7 diff -r1.7 plugin.jelly 22c22 < name="maen-jxr-plugin:report" --- > name="maven-jxr-plugin:report"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
