You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by jr...@apache.org on 2003/01/29 18:24:44 UTC

cvs commit: jakarta-cactus/petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml

jruaux      2003/01/29 09:24:44

  Modified:    petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml
  Log:
  Added cactus.init as dependency for target "cactus.setup"
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml
  
  Index: build-tests-jboss3x.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/j2ee13/build-tests-jboss3x.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-jboss3x.xml	26 Jan 2003 08:37:26 -0000	1.3
  +++ build-tests-jboss3x.xml	29 Jan 2003 17:24:44 -0000	1.4
  @@ -127,7 +127,7 @@
          ========================================================================
       -->
       <target name="cactus.setup.jboss3x"
  -        depends="cactus.check.jboss3x" if="cactus.home.jboss3x"
  +        depends="cactus.init, cactus.check.jboss3x" if="cactus.home.jboss3x"
           description="Set up a JBoss 3.x directory structure">
   
           <!-- TODO: Find how to create a valid default server configuration.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


RE: cvs commit: jakarta-cactus/petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml

Posted by Vincent Massol <vm...@octo.com>.
Thanks. What about the other containers?

-Vincent

> -----Original Message-----
> From: jruaux@apache.org [mailto:jruaux@apache.org]
> Sent: 29 January 2003 18:25
> To: jakarta-cactus-cvs@apache.org
> Subject: cvs commit: jakarta-cactus/petals/ant/src/scripts/j2ee13
build-
> tests-jboss3x.xml
> 
> jruaux      2003/01/29 09:24:44
> 
>   Modified:    petals/ant/src/scripts/j2ee13 build-tests-jboss3x.xml
>   Log:
>   Added cactus.init as dependency for target "cactus.setup"
> 
>   Revision  Changes    Path
>   1.4       +1 -1
jakarta-cactus/petals/ant/src/scripts/j2ee13/build-
> tests-jboss3x.xml
> 
>   Index: build-tests-jboss3x.xml
>   ===================================================================
>   RCS file:
/home/cvs/jakarta-cactus/petals/ant/src/scripts/j2ee13/build-
> tests-jboss3x.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- build-tests-jboss3x.xml	26 Jan 2003 08:37:26 -0000	1.3
>   +++ build-tests-jboss3x.xml	29 Jan 2003 17:24:44 -0000	1.4
>   @@ -127,7 +127,7 @@
> 
>
========================================================================
>        -->
>        <target name="cactus.setup.jboss3x"
>   -        depends="cactus.check.jboss3x" if="cactus.home.jboss3x"
>   +        depends="cactus.init, cactus.check.jboss3x"
> if="cactus.home.jboss3x"
>            description="Set up a JBoss 3.x directory structure">
> 
>            <!-- TODO: Find how to create a valid default server
> configuration.
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org