SOURCES: java-commons-net-build.xml - fixed building tests

pawelz pawelz at pld-linux.org
Tue Mar 31 13:57:43 CEST 2009


Author: pawelz                       Date: Tue Mar 31 11:57:43 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed building tests

---- Files affected:
SOURCES:
   java-commons-net-build.xml (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/java-commons-net-build.xml
diff -u SOURCES/java-commons-net-build.xml:1.1 SOURCES/java-commons-net-build.xml:1.2
--- SOURCES/java-commons-net-build.xml:1.1	Mon Mar 30 22:34:27 2009
+++ SOURCES/java-commons-net-build.xml	Tue Mar 31 13:57:38 2009
@@ -58,11 +58,13 @@
   </path>
 
   <target name="tests-compile-sun" depends="init" description="compile the tests" >
-    <javac srcdir="${src}" destdir="${tests.build}"/>
+    <classpath refid="tests.path"/>
+    <javac srcdir="${tests}" destdir="${tests.build}"/>
   </target>
 
   <target name="tests-compile-gcj" depends="init" description="compile the tests" >
-    <javac srcdir="${src}" destdir="${tests.build}">
+    <javac srcdir="${tests}" destdir="${tests.build}">
+      <classpath refid="tests.path"/>
       <compilerarg value="-bootclasspath"/>
       <compilerarg value="${bootstrap}"/>
     </javac>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/java-commons-net-build.xml?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list