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/01/26 15:15:54 UTC

cvs commit: jakarta-cactus/petals/ant/src/scripts/share build-tests-weblogic6x.xml build-tests-weblogic7x.xml

vmassol     2003/01/26 06:15:54

  Modified:    petals/ant/src/scripts/share build-tests-weblogic6x.xml
                        build-tests-weblogic7x.xml
  Log:
  Add support for additional libraries (asked by Frank Buono). Still need to support unix in addition to windows.
  
  Revision  Changes    Path
  1.2       +7 -1      jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic6x.xml
  
  Index: build-tests-weblogic6x.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic6x.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-tests-weblogic6x.xml	26 Jan 2003 14:08:54 -0000	1.1
  +++ build-tests-weblogic6x.xml	26 Jan 2003 14:15:54 -0000	1.2
  @@ -8,6 +8,9 @@
       <property name="cactus.weblogic6x.server" 
           value="${cactus.home.weblogic6x}/wlserver6.x"/>
   
  +	<!-- Allow additional libraries to be added -->
  +	<property name="cactus.weblogic6x.libpath" value=""/>
  +	
       <!--
          ========================================================================
            Run WebLogic 6.x tests
  @@ -48,7 +51,10 @@
               <jvmarg value="-hotspot"/>
               <jvmarg value="-ms64m"/>
               <jvmarg value="-mx64m"/>
  -            <jvmarg value="-Djava.library.path=${java.library.path};${cactus.weblogic6x.server}/bin"/>
  +
  +			<!-- TODO: Add support for Unix -->
  +            <jvmarg value="-Djava.library.path=${java.library.path};${cactus.weblogic6x.server}/bin;${cactus.weblogic6x.libpath}"/>
  +
               <jvmarg value="-Dweblogic.RootDirectory=."/>
               <jvmarg value="-Dweblogic.Domain=testdomain"/>
               <jvmarg value="-Dweblogic.Name=testserver"/>
  
  
  
  1.4       +7 -1      jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic7x.xml
  
  Index: build-tests-weblogic7x.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic7x.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-weblogic7x.xml	26 Jan 2003 14:07:38 -0000	1.3
  +++ build-tests-weblogic7x.xml	26 Jan 2003 14:15:54 -0000	1.4
  @@ -8,6 +8,9 @@
       <property name="cactus.weblogic7x.server" 
           value="${cactus.home.weblogic7x}/weblogic700/server"/>
   
  +	<!-- Allow additional libraries to be added -->
  +	<property name="cactus.weblogic6x.libpath" value=""/>
  +
       <!--
          ========================================================================
            Run WebLogic 7.x tests
  @@ -48,7 +51,10 @@
               <jvmarg value="-hotspot"/>
               <jvmarg value="-ms64m"/>
               <jvmarg value="-mx64m"/>
  -            <jvmarg value="-Djava.library.path=${java.library.path};${cactus.weblogic7x.server}/server/bin"/>
  +
  +			<!-- TODO: Add support for Unix -->
  +            <jvmarg value="-Djava.library.path=${java.library.path};${cactus.weblogic7x.server}/bin;${cactus.weblogic7x.libpath}"/>
  +
               <jvmarg value="-Dweblogic.Name=testserver"/>
               <jvmarg value="-Dbea.home=${cactus.home.weblogic7x}"/>
               <jvmarg value="-Dweblogic.management.username=system"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>