Nice build.xml,1.8,1.9

Artem Gr Kozarezov <[email protected]> Tue, 12 Apr 2005 15:54:17 +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-serv13753

Modified Files:
	build.xml 
Log Message:
New test engine integrated.

Index: build.xml
===================================================================
RCS file: /cvsroot/nice/Nice/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build.xml	15 Mar 2005 09:58:33 -0000	1.8
--- build.xml	12 Apr 2005 15:54:15 -0000	1.9
***************
*** 269,275 ****
--- 269,284 ----
    <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"
***************
*** 282,285 ****
--- 291,302 ----
    <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"
***************
*** 295,298 ****
--- 312,316 ----
    <target name="clean" description="remove all generated files">
      <delete dir="${build}" />
+     <delete dir="temp-testcase" />
      <delete dir="testsuite-fail-folder" />
      <delete dir="testsuite-temp-folder" />
***************
*** 310,313 ****
--- 328,336 ----
          <include name="niceunit.lnk" />
        </fileset>
+       <fileset dir="testsuite">
+         <include name="**/*.class" />
+         <include name="**/*.nicei" />
+         <include name="**/*.jar" />
+       </fileset>
      </delete>
      <delete dir="share/java" />



-------------------------------------------------------
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