I'm new to maven (which I just built from the cvs tree: 1.0-beta-10-SNAPSHOT) and I've created my project.xml. When run the site:generate goal as suggested in the "Use" section of the maven documentation, maven (or a maven plugin, perhaps) chokes as follows:
xdoc:jelly-transform:
[echo] Generating /home/ckilburn/eclipse/workspace/nams/target/docs/changelog-report.html from /home/ckilburn/eclipse/workspace/nams/target/generated-xdocs/changelog-report.xml
BUILD FAILED
null:517:46: <attainGoal> null:301:49: <x:parse> Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
T
It doesn't seem to matter what file in /generated-xdocs it is, i.e. I get the same error if I delete changelog-report.xml and run:
maven xdoc:jelly-transform
it chokes on the next file in that directory in the same way. I can't seem to find any posts of this problem in the archives, and I'm not sure where to look from here. Could anyone shed some light on this? or at least point me to where I might find the problem?
Many thanks in advance, Colin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
