Ah, I missed that in the FAQ. Unfortunately the FAQ does conflicts with the
project.xml file from CVS, and the commons-jelly jars in the maven-1.0-rc2 binary
distribution where both are 20030902.160215 opposed to FAQ's 20030211. This
specifically is occuring when calling 'multiproject', although the orginal error with
'x:parse' seems pretty specific to XDOC and that error also uses the most recent
versions of commons-jelly. Details:
The project.xml from CVS reads:
===snip===
<dependency>
<id>commons-jelly</id>
<version>20030902.160215</version>
<url>http://jakarta.apache.org/commons/jelly/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-ant</artifactId>
<version>20030625.032346</version>
<url>http://jakarta.apache.org/commons/jelly/tags/ant/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>20030211.142932</version>
<url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-util</artifactId>
<version>20030211.141939</version>
<url>http://jakarta.apache.org/commons/jelly/tags/util/</url>
</dependency>
===snip===
When swapping JUST the commons-jelly backward to 20030211 (per FAQ), as well as doing
both commons-jelly and commons-jelly-tags-ant to 20030211:
===error===
Starting the reactor...
BUILD FAILED
File...... null
Element... maven:reactor
Line...... 54
Column.... 7
org.apache.commons.jelly.JellyContext.setParent(Lorg/apache/commons/jelly/JellyC
ontext;)V
===error===
And when using commons-jellys from CVS/Rc2 binary's versions, or even using
-snapshots, still getting this error:
===snip===
BUILD FAILED
File......
file:/C:/blah/user/.maven/plugins/maven-xdoc-plugin-1.7-SNAPSHOT/plugin.jelly
Element... x:parse
Line...... 116
Column.... 46
Invalid source argument. Must be a String, Reader, InputStream or URL. Was type;
java.io.File with value: C:\projects\blah\target\changelog.xml
===end snip===
This last error is the one I'm wondering about. Is this something with the XDOC
plugin, or with the changelog-plugin?
-D
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]