Brett, Can you explain to me why you need to add the jelly-xml tag to the dependency list? I don't see how it is related to JDK 1.3 vs JDK 1.4 issue (no XML parser in JDK 1.3).
Someone has raised an issue with the Jetty plugin, saying that he had to copy the jetty-xml jar to MAVEN_HOME/lib to get it to work (without adding a dependency apparently). As it's working fine for me on JDK 1.4, I have to assume all these are JDK 1.3 issues. Right? Thanks -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 02 April 2004 05:49 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-plugins/dashboard/src/plugin-test/subproject1 > project.xml > > brett 2004/04/01 19:48:30 > > Modified: dashboard/src/plugin-test project.xml > dashboard/src/plugin-test/subproject1 project.xml > Log: > dependency correction > > Revision Changes Path > 1.4 +8 -1 maven-plugins/dashboard/src/plugin-test/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven-plugins/dashboard/src/plugin- > test/project.xml,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- project.xml 4 Mar 2004 18:03:25 -0000 1.3 > +++ project.xml 2 Apr 2004 03:48:30 -0000 1.4 > @@ -38,7 +38,14 @@ > </repository> > <mailingLists/> > <developers/> > - <dependencies/> > + <dependencies> > + <dependency> > + <groupId>commons-jelly</groupId> > + <artifactId>commons-jelly-tags-xml</artifactId> > + <version>20030211.142705</version> > + <url>http://jakarta.apache.org/commons/jelly/libs/xml/</url> > + </dependency> > + </dependencies> > <build> > <sourceDirectory>src/java</sourceDirectory> > <unitTestSourceDirectory>src/test</unitTestSourceDirectory> > > > > 1.3 +12 -0 maven-plugins/dashboard/src/plugin- > test/subproject1/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven-plugins/dashboard/src/plugin- > test/subproject1/project.xml,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -u -r1.2 -r1.3 > --- project.xml 4 Mar 2004 18:03:25 -0000 1.2 > +++ project.xml 2 Apr 2004 03:48:30 -0000 1.3 > @@ -21,6 +21,18 @@ > <extend>${basedir}/../project.xml</extend> > <id>test-maven-dashboard-plugin-subproject1</id> > <name>Maven Dashboard plugin test - Subproject1</name> > + <dependencies> > + <dependency> > + <groupId>xerces</groupId> > + <artifactId>xerces</artifactId> > + <version>2.4.0</version> > + </dependency> > + <dependency> > + <groupId>xml-apis</groupId> > + <artifactId>xml-apis</artifactId> > + <version>1.0.b2</version> > + </dependency> > + </dependencies> > <reports> > <report>maven-checkstyle-plugin</report> > <report>maven-clover-plugin</report> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]