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 vm...@apache.org on 2003/04/01 07:47:57 UTC

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

vmassol     2003/03/31 21:47:56

  Modified:    integration/ant/src/scripts/j2ee13 build-tests-jboss3x.xml
  Log:
  Added patch for supporting JBoss/Tomcat. Thanks to Willie Vu.
  
  Revision  Changes    Path
  1.3       +3 -2      jakarta-cactus/integration/ant/src/scripts/j2ee13/build-tests-jboss3x.xml
  
  Index: build-tests-jboss3x.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/scripts/j2ee13/build-tests-jboss3x.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-tests-jboss3x.xml	29 Mar 2003 11:45:01 -0000	1.2
  +++ build-tests-jboss3x.xml	1 Apr 2003 05:47:56 -0000	1.3
  @@ -41,12 +41,13 @@
   
           <dirname property="antfile.dir" file="${ant.file}"/>
   
  -        <java jvm="${cactus.jvm}" classname="org.jboss.Main" fork="yes">
  +        <java jvm="${cactus.jvm}" classname="org.jboss.Main" fork="yes"
  +          dir="${cactus.home.jboss3x}/bin">
   
               <jvmarg value="-Dprogram.name=${cactus.home.jboss3x}/bin/run.bat"/>
               <jvmarg value="-Djboss.server.home.dir=${cactus.jboss3x.config.dir}/${cactus.jboss3x.config.name}"/>
               <jvmarg value="-Djboss.server.home.url=file:/${cactus.jboss3x.config.dir}/${cactus.jboss3x.config.name}"/>
  -            
  +             
               <arg line="-c ${cactus.jboss3x.config.name}"/>
               
               <classpath>
  
  
  

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