Nice build.xml,1.10,1.11
Artem Gr Kozarezov <[email protected]> Mon, 18 Apr 2005 10:37:44 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20602
Modified Files:
build.xml
Log Message:
New testengine has been separated into the "check_advanced" target.
Index: build.xml
===================================================================
RCS file: /cvsroot/nice/Nice/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** build.xml 16 Apr 2005 17:57:24 -0000 1.10
--- build.xml 18 Apr 2005 10:37:42 -0000 1.11
***************
*** 272,287 ****
<target name="testengine">
<mac-javac-single includes="nice/tools/testsuite/*.java" />
- <mac-nicec-new package="nice.tools.testsuite" />
</target>
<target name="check_compiler" depends="archive,testengine">
<java classpathref="freshNice"
- classname="nice.tools.testsuite.dispatch"
- fork="yes"
- failonerror="${checkFail}"
- >
- <jvmarg line="${jvmArgs}" />
- <arg value="testsuite/compiler" />
- </java>
- <java classpathref="freshNice"
classname="nice.tools.testsuite.TestNice"
fork="yes"
--- 272,278 ----
***************
*** 294,318 ****
<target name="check_lib" depends="archive,testengine">
<java classpathref="freshNice"
! classname="nice.tools.testsuite.dispatch"
fork="yes"
failonerror="${checkFail}"
>
<jvmarg line="${jvmArgs}" />
! <arg value="testsuite/compiler" />
</java>
<java classpathref="freshNice"
! classname="nice.tools.testsuite.TestNice"
fork="yes"
failonerror="${checkFail}"
>
<jvmarg line="${jvmArgs}" />
- <arg value="testsuite/lib" />
</java>
</target>
! <target name="check" depends="check_compiler,check_lib" description="run testsuite" />
<!-- The end of testing targets. -->
<target name="clean" description="remove all generated files">
<delete dir="${build}" />
<delete dir="temp-testcase" />
<delete dir="testsuite-fail-folder" />
--- 285,312 ----
<target name="check_lib" depends="archive,testengine">
<java classpathref="freshNice"
! classname="nice.tools.testsuite.TestNice"
fork="yes"
failonerror="${checkFail}"
>
<jvmarg line="${jvmArgs}" />
! <arg value="testsuite/lib" />
</java>
+ </target>
+ <target name="check_advanced" depends="archive,testengine">
+ <mac-nicec-new package="nice.tools.testsuite" />
<java classpathref="freshNice"
! classname="nice.tools.testsuite.dispatch"
fork="yes"
failonerror="${checkFail}"
>
<jvmarg line="${jvmArgs}" />
</java>
</target>
! <target name="check" depends="check_compiler,check_lib,check_advanced" description="run testsuite" />
<!-- The end of testing targets. -->
<target name="clean" description="remove all generated files">
<delete dir="${build}" />
+ <delete dir="nice" />
<delete dir="temp-testcase" />
<delete dir="testsuite-fail-folder" />
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click