User: user57  
  Date: 01/08/29 20:49:34

  Modified:    .        build.xml
  Log:
   o changed junit.jvm.options from -client to -Ddummy, so it is more portable
     and won't cause java to freak out and try to execute "" as a class.
  
  Revision  Changes    Path
  1.5       +2 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/08/27 09:01:38     1.4
  +++ build.xml 2001/08/30 03:49:34     1.5
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.4 2001/08/27 09:01:38 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.5 2001/08/30 03:49:34 user57 Exp $ -->
   
   <project default="main">
   
  @@ -254,7 +254,7 @@
     <!-- Override JUnit defaults -->
     <property name="junit.timeout" value="600000"/> <!-- 10 minutes -->
     <property name="junit.batchtest.todir" value="${build.reports}"/>
  -  <property name="junit.jvm.options" value="-client"/>
  +  <property name="junit.jvm.options" value="-Ddummy"/>
   
     <!-- RMIC should generate stubs compatible with Java 1.2+ -->
     <property name="rmic.stubVersion" value="1.2"/>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to