I've been working on and off for a couple of weeks trying to figure out
Maven and see if it will work for us.  As the documentation says, the
biggest bang for our buck in moving to Maven is the automatic site
generation.  I initially tried to generate a site based on our java sources,
and I ran into a roadblock when it failed trying to run the tests. ( See my
email to this list from 8 Apr 2004: test:test goal can't find JUnitTask )

I tried to start from scratch:

I deleted my local repository.  I reinstalled the binary version of
Maven-1.0-rc2.  I started in a fresh directory and ran "maven genapp" using
the "-Dpackage=" switch to specify my package.  I *still* got the error in
the test:test goal when I ran "maven site:generate"  I added
"maven.test.skip=true" to my project.properties and tried 
"maven jar".  This worked!  

Then I tried "maven site:generate" again.  This time it fails consistently
with the following error:
...
Validating team-list.html
maven-linkcheck-plugin:report-real:
    [echo] Generating /u01/home/oracle/maven1/target/docs/linkcheck.html
from /u01/home/oracle/maven1/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
File......
file:/u01/home/oracle/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line...... 345
Column.... 54
null:-1:-1: <null> Could not parse Jelly script
Total time: 4 minutes 34 seconds
Finished at: Wed Apr 21 10:06:02 CDT 2004

This appears to be a part of the dependent goal "xdoc:jelly-transform"

My goal with this effort was to stay as close to a clean install/project and
as close to the docs as I could.  Any help would be appreciated.

Thanks,
Maury


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to