You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Moritz Petersen <mo...@mac.com> on 2003/01/01 20:34:39 UTC

[PATCH] Current CVS build fails (01.01.2003)

Hello,

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.