Hi, I fixed the build.xml, which had problems running the targets demo.rss and demo.rss2. Since the default is not to inherit references from the parent, the dependency classpath reference was lost when calling these targets. James said it worked ok for him, using the normal release of maven. I looked at the maven code and it seems that there were no changes in this area and so it should still run on the released maven.
Also added scarab to the powered by. Mvgr, Martin
Index: build.xml =================================================================== RCS file: /home/cvspublic/jakarta-commons/betwixt/build.xml,v retrieving revision 1.3 diff -u -r1.3 build.xml --- build.xml 12 Jun 2002 22:25:56 -0000 1.3 +++ build.xml 12 Jun 2002 23:06:37 -0000 @@ -61,7 +61,7 @@ </target> <target name="maven:jar-resources"> - <maven-ant antfile="${maven.home}/plugins/core/build.xml" target="jar-resources"/> + <maven-ant antfile="${maven.home}/plugins/core/build.xml" target="jar-resources" inheritRefs="true" /> </target> <target name="maven:fo"> @@ -145,7 +145,7 @@ </target> <target name="maven:compile-test"> - <maven-ant antfile="${maven.home}/plugins/test/build.xml" target="compile"/> + <maven-ant antfile="${maven.home}/plugins/test/build.xml" target="compile" inheritRefs="true" /> </target> <target name="maven:test"> Index: xdocs/powered.xml =================================================================== RCS file: /home/cvspublic/jakarta-commons/betwixt/xdocs/powered.xml,v retrieving revision 1.1 diff -u -r1.1 powered.xml --- xdocs/powered.xml 11 Jun 2002 22:09:46 -0000 1.1 +++ xdocs/powered.xml 12 Jun 2002 23:06:37 -0000 @@ -24,6 +24,12 @@ A java project management and project comprehension tool. </td> </tr> + <tr> + <td><a href="http://scarab.tigris.org">Scarab</a></td> + <td> + An Issue Tracking System created in java. + </td> + </tr> </table> </subsection> </section>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>