You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/11 10:56:57 UTC

svn commit: r620448 - in /harmony/enhanced/drlvm/trunk/make: properties.xml tests/ehwa-test.xml

Author: varlax
Date: Mon Feb 11 01:56:56 2008
New Revision: 620448

URL: http://svn.apache.org/viewvc?rev=620448&view=rev
Log:
Fixed picking up build parameters from env.

Modified:
    harmony/enhanced/drlvm/trunk/make/properties.xml
    harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml

Modified: harmony/enhanced/drlvm/trunk/make/properties.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/properties.xml?rev=620448&r1=620447&r2=620448&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/make/properties.xml (original)
+++ harmony/enhanced/drlvm/trunk/make/properties.xml Mon Feb 11 01:56:56 2008
@@ -21,6 +21,8 @@
     
     <property name="drlvm.base.dir" location="${prop.imported.basedir}/.." />
     <property name="hy.test.vm.name" value="drl"/>
+
+    <property environment="env" />
     
     <!-- pick up cfg from command line or env -->
     <condition property="hy.cfg" value="${BUILD_CFG}">

Modified: harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml?rev=620448&r1=620447&r2=620448&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml (original)
+++ harmony/enhanced/drlvm/trunk/make/tests/ehwa-test.xml Mon Feb 11 01:56:56 2008
@@ -22,8 +22,6 @@
     <property name="ehwa.test.summary" location="${ehwa.test.dir}/status.txt"/>
     <property name="ECLIPSE_ARCHIVE.home" location="${base.dep.dir}/eclipse"/>
 
-    <property environment="env" />
-    
     <target name="ehwa" depends="-init-test,setup-ehwa, run-ehwa, check-ehwa-result"/>
 
     <target name="setup-ehwa" depends="check-setup, install-eclipse, install-plugin">