Cool. Thanks Stefan. I did not know about the clonevm feature:

<sysproperty name="build.clonevm" value="true"/>

Is that something new in Gumpy?

Thanks
-Vincent

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 11 February 2004 10:04
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-gump/project jakarta-cactus.xml
> 
> bodewig     2004/02/11 01:03:56
> 
>   Modified:    project  jakarta-cactus.xml
>   Log:
>   Make cactus-ant builds less verbose.
> 
>   Try to help cactus by cloning the VM for the forked JUnit tests so
>   they really get the same XML parser that the VM running Ant sees.
> 
>   Revision  Changes    Path
>   1.33      +4 -2      jakarta-gump/project/jakarta-cactus.xml
> 
>   Index: jakarta-cactus.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-gump/project/jakarta-cactus.xml,v
>   retrieving revision 1.32
>   retrieving revision 1.33
>   diff -u -r1.32 -r1.33
>   --- jakarta-cactus.xml      10 Feb 2004 14:02:55 -0000      1.32
>   +++ jakarta-cactus.xml      11 Feb 2004 09:03:56 -0000      1.33
>   @@ -126,9 +126,10 @@
>        <package>org.apache.cactus.integration.ant</package>
>        <description>Cactus Ant Integration (J2EE 1.2)</description>
> 
>   -    <ant buildfile="integration/ant/build.xml" target="dist"
> debug="true">
>   +    <ant buildfile="integration/ant/build.xml" target="dist">
> 
>          <property name="project.version" value="@@DATE@@"/>
>   +      <sysproperty name="build.clonevm" value="true"/>
> 
>          <depend property="j2ee.jar" project="jakarta-servletapi"/>
>          <depend property="servlet.jar" project="jakarta-servletapi"/>
>   @@ -174,8 +175,9 @@
>        <package>org.apache.cactus.integration.ant</package>
>        <description>Cactus Ant Integration (J2EE 1.3)</description>
> 
>   -    <ant buildfile="integration/ant/build.xml" target="dist"
> debug="true">
>   +    <ant buildfile="integration/ant/build.xml" target="dist">
> 
>   +      <sysproperty name="build.clonevm" value="true"/>
>          <property name="project.version" value="@@DATE@@"/>
> 
>          <depend property="j2ee.jar" project="jakarta-servletapi-4"/>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to