Hi Sam,
Here is my understanding. Before the 18th, Ant was not applying the
"build.sysclasspath=only" for taskdef-defined tasks, so it was working fine.
They have changed so that now it does, thus the classpath defined in a
taskdef is ignored ? And thus, we need to externally generate the Cactus ant
jar before ....
Is that correct ?
It's getting complex ... and thus fragile .... :-)
Thanks
-Vincent
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 18, 2001 12:08 PM
Subject: cvs commit: jakarta-alexandria/proposal/gump/project
jakarta-commons.xml
> rubys 01/08/18 04:08:19
>
> Modified: proposal/gump/project jakarta-commons.xml
> Log:
> Cactus's ant jar is now a pre-req of cactus itself
>
> Revision Changes Path
> 1.28 +14 -2
jakarta-alexandria/proposal/gump/project/jakarta-commons.xml
>
> Index: jakarta-commons.xml
> ===================================================================
> RCS file:
/home/cvs/jakarta-alexandria/proposal/gump/project/jakarta-commons.xml,v
> retrieving revision 1.27
> retrieving revision 1.28
> diff -u -r1.27 -r1.28
> --- jakarta-commons.xml 2001/08/18 07:03:16 1.27
> +++ jakarta-commons.xml 2001/08/18 11:08:19 1.28
> @@ -19,6 +19,18 @@
> <jar name="commons-beanutils.jar"/>
> </project>
>
> + <!-- Build the Cactus project ant tasks -->
> + <project name="commons-cactus-ant">
> +
> + <ant basedir="cactus" buildfile="build/build.xml"
target="jar.ant"/>
> +
> + <depend project="jakarta-ant"/>
> + <depend project="xml-xerces"/>
> +
> + <home nested="cactus/target"/>
> + <jar name="commons-cactus-ant.jar"/>
> + </project>
> +
> <!-- Build the Cactus project for Servlet API 2.2 -->
> <project name="commons-cactus-22">
> <url href="http://jakarta.apache.org/commons/cactus/index.html"/>
> @@ -38,10 +50,10 @@
> <depend project="xml-stylebook2"/>
> <depend project="xml-xalan2"/>
> <depend project="jakarta-tomcat"/>
> + <depend project="commons-cactus-ant"/>
> <work nested="cactus/out/servlet22/classes/"/>
> <work nested="cactus/out/classes/"/>
> <home nested="cactus/out"/>
> - <jar name="commons-cactus-ant.jar"/>
> <jar name="servlet22/dist/lib/commons-cactus.jar"/>
> </project>
>
> @@ -64,11 +76,11 @@
> <depend project="xml-stylebook2"/>
> <depend project="xml-xalan2"/>
> <depend project="jakarta-tomcat-4.0"/>
> + <depend project="commons-cactus-ant"/>
> <work nested="cactus/out/servlet23/classes/"/>
> <work nested="cactus/out/classes/"/>
> <home nested="cactus/out"/>
> <jar name="commons-cactus-ant.jar"/>
> - <jar name="servlet23/dist/lib/commons-cactus.jar"/>
> </project>
>
> <project name="commons-collections">
>
>
>
>
> ---------------------------------------------------------------------
> 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]