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

pawelz pawelz at pld-linux.org
Tue Mar 31 14:02:13 CEST 2009


Author: pawelz                       Date: Tue Mar 31 12:02:13 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed building tests with java_sun

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

---- Diffs:

================================================================
Index: SOURCES/java-commons-net-build.xml
diff -u SOURCES/java-commons-net-build.xml:1.2 SOURCES/java-commons-net-build.xml:1.3
--- SOURCES/java-commons-net-build.xml:1.2	Tue Mar 31 13:57:38 2009
+++ SOURCES/java-commons-net-build.xml	Tue Mar 31 14:02:08 2009
@@ -58,8 +58,9 @@
   </path>
 
   <target name="tests-compile-sun" depends="init" description="compile the tests" >
-    <classpath refid="tests.path"/>
-    <javac srcdir="${tests}" destdir="${tests.build}"/>
+    <javac srcdir="${tests}" destdir="${tests.build}">
+      <classpath refid="tests.path"/>
+    </javac>
   </target>
 
   <target name="tests-compile-gcj" depends="init" description="compile the tests" >
================================================================

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



More information about the pld-cvs-commit mailing list