hlship      2004/10/29 06:56:34

  Modified:    hivebuild module.xml
  Log:
  Set BASEDIR system property when running unit tests.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-hivemind/hivebuild/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/module.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- module.xml        28 Oct 2004 22:09:53 -0000      1.1
  +++ module.xml        29 Oct 2004 13:56:34 -0000      1.2
  @@ -190,7 +190,8 @@
                                        
                                        <classpath refid="@{classpath-id}"/>
             
  -          <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>   
  +          <sysproperty key="PROJECT_ROOT" value="${project.dir}"/>
  +          <sysproperty key="BASEDIR" value="${basedir}"/>   
             
             <jvmarg line="${module.junit.jvmarg}"/>
                                        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to