SPECS: httpunit.spec - better ant commandline

pawelz pawelz at pld-linux.org
Fri Feb 27 19:29:18 CET 2009


Author: pawelz                       Date: Fri Feb 27 18:29:18 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better ant commandline

---- Files affected:
SPECS:
   httpunit.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/httpunit.spec
diff -u SPECS/httpunit.spec:1.12 SPECS/httpunit.spec:1.13
--- SPECS/httpunit.spec:1.12	Fri Feb 27 19:17:20 2009
+++ SPECS/httpunit.spec	Fri Feb 27 19:29:13 2009
@@ -115,16 +115,16 @@
 %{?without_jtidy:ln -s $(find-jar nekohtml) jars/nekohtml.jar}
 ln -s $(find-jar js) jars/js.jar
 
-%ant -Dbuild.compiler=extJavac \
-	-Dbuild.sysclasspath=last \
+%ant \
+	-Dbuild.compiler=extJavac \
 	jar \
 	testjar \
 	examplesjar \
 	javadocs
 
 %if %{with tests}
-%ant -Dbuild.compiler=extJavac \
-	-Dbuild.sysclasspath=last \
+%ant \
+	-Dbuild.compiler=extJavac \
 	test \
 	servlettest
 %endif
@@ -185,6 +185,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/02/27 18:29:13  pawelz
+- better ant commandline
+
 Revision 1.12  2009/02/27 18:17:20  pawelz
 - tests seems to be broken so disable it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/httpunit.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list