CVS: junit/build/experimental-use-of-antunit junit-remote.ant, 1.1, 1.1.2.1

David Saff <[email protected]> Wed, 28 Mar 2007 18:49:09 -0700
Newsgroups gmane.comp.java.junit.devel
Message-ID <[email protected]>
Update of /cvsroot/junit/junit/build/experimental-use-of-antunit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28581/build/experimental-use-of-antunit

Modified Files:
      Tag: Version431
	junit-remote.ant 
Log Message:
Use junitbuild

Index: junit-remote.ant
===================================================================
RCS file: /cvsroot/junit/junit/build/experimental-use-of-antunit/junit-remote.ant,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- junit-remote.ant	20 Mar 2007 14:12:23 -0000	1.1
+++ junit-remote.ant	29 Mar 2007 01:49:05 -0000	1.1.2.1
@@ -1,14 +1,10 @@
 <project xmlns:au="antlib:org.apache.ant.antunit">
-	<import file="macros.ant"/>
-	
+	<import file="macros.ant" />
+
 	<target name="testCharacterize_Upload">
-		<!-- TODO: DUP -->
-		<ant antfile="build.xml" target="clean" dir="${junitdir}">
-			<property name="dist" value="${antdist}" />
-		</ant>
-		<!-- Should work -->
-		<ant antfile="build.xml" target="upload.to.sourceforge" dir="${junitdir}">
-			<property name="dist" value="${antdist}" />
-		</ant>
+		<junitbuild target="clean" />
+	
+		<!-- Should work without error -->
+		<junitbuild target="upload.to.sourceforge" />
 	</target>
 </project>
\ No newline at end of file


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV