You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/07/03 15:13:59 UTC

svn commit: r418760 - in /incubator/harmony/enhanced/classlib/trunk/modules/beans: build.xml make/hyproperties.xml

Author: tellison
Date: Mon Jul  3 06:13:57 2006
New Revision: 418760

URL: http://svn.apache.org/viewvc?rev=418760&view=rev
Log:
Move test support to its own property.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml
    incubator/harmony/enhanced/classlib/trunk/modules/beans/make/hyproperties.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml?rev=418760&r1=418759&r2=418760&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/build.xml Mon Jul  3 06:13:57 2006
@@ -78,11 +78,11 @@
     <target name="compile.tests" depends="copy.test.resources" > 
         <mkdir dir="${hy.beans.bin.internal}" />
         <mkdir dir="${hy.beans.bin.test}" />
-        <mkdir dir="${hy.beans.bin.test}_support" />
+        <mkdir dir="${hy.beans.bin.test.support}" />
     	
     	<echo message="Compiling support classes for BEANS tests" />
         <javac srcdir="${hy.beans.src.test.support}"
-               destdir="${hy.beans.bin.test}_support"
+               destdir="${hy.beans.bin.test.support}"
                sourcepath=""
                source="${hy.javac.source}"
                target="${hy.javac.target}"
@@ -110,7 +110,7 @@
                 </fileset>
             </bootclasspath>
             <classpath location="../../build/tests" />
-            <classpath location="${hy.beans.bin.test}_support" />
+            <classpath location="${hy.beans.bin.test.support}" />
             <classpath location="${hy.hdk}/build/test/support.jar" />
         </javac>
 
@@ -128,7 +128,7 @@
                 </fileset>
             </bootclasspath>
             <classpath location="../../build/tests" />
-            <classpath location="${hy.beans.bin.test}_support" />
+            <classpath location="${hy.beans.bin.test.support}" />
             <classpath location="${hy.hdk}/build/test/support.jar" />
         </javac>
     </target>
@@ -158,7 +158,7 @@
     		
             <classpath>
                 <pathelement path="${hy.beans.bin.test}"/>
-                <pathelement path="${hy.beans.bin.test}_support"/>
+                <pathelement path="${hy.beans.bin.test.support}"/>
                 <pathelement path="${hy.beans.src.test.resources}"/>
             </classpath>
             <classpath location="../../build/tests" />
@@ -194,7 +194,7 @@
 
             <classpath>
                 <pathelement path="${hy.beans.bin.test}"/>
-                <pathelement path="${hy.beans.bin.test}_support"/>
+                <pathelement path="${hy.beans.bin.test.support}"/>
                 <pathelement path="${hy.beans.src.test.resources}"/>
             </classpath>
             <classpath location="../../build/tests" />

Modified: incubator/harmony/enhanced/classlib/trunk/modules/beans/make/hyproperties.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/beans/make/hyproperties.xml?rev=418760&r1=418759&r2=418760&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/beans/make/hyproperties.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/beans/make/hyproperties.xml Mon Jul  3 06:13:57 2006
@@ -32,7 +32,9 @@
       </src>
       <bin>
         <main location="bin/main" />
-        <test location="bin/test" />
+        <test location="bin/test">
+        	<support location="bin/test_support" />
+        </test>
         <internal location="bin/test-internal" />
       </bin>
       <packaging>