You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/02/12 08:00:35 UTC

svn commit: rev 6630 - in incubator/depot/trunk/ruper/src: java/ant/org/apache/ruper/ant test/ant/org/apache/ruper/ant/sandbox/chalko

Author: nickchalko
Date: Thu Feb 12 00:00:34 2004
New Revision: 6630

Modified:
   incubator/depot/trunk/ruper/src/java/ant/org/apache/ruper/ant/antlib.xml
   incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml
Log:
Junit now gets a little farther.

Modified: incubator/depot/trunk/ruper/src/java/ant/org/apache/ruper/ant/antlib.xml
==============================================================================
--- incubator/depot/trunk/ruper/src/java/ant/org/apache/ruper/ant/antlib.xml	(original)
+++ incubator/depot/trunk/ruper/src/java/ant/org/apache/ruper/ant/antlib.xml	Thu Feb 12 00:00:34 2004
@@ -15,7 +15,8 @@
 -->
 <antlib>
     <typedef name="ruperset" classname="org.apache.ruper.ant.sandbox.chalko.RuperSet"/>
-    <typedef name="resource" classname="org.apache.ruper.ant.sandbox.chalko.RuperSet"/>
+    <typedef name="resource" classname="org.apache.ruper.ant.sandbox.chalko.Resource"/>
+    <typedef name="repository" classname="org.apache.ruper.ant.sandbox.chalko.Repository"/>
     <typedef name="repotool" classname="org.apache.ruper.ant.task.RepositoryToolTask"/>
     <typedef name="reposync" classname="org.apache.ruper.ant.task.SynchronizeTask"/>
 </antlib>

Modified: incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml
==============================================================================
--- incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml	(original)
+++ incubator/depot/trunk/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml	Thu Feb 12 00:00:34 2004
@@ -1,13 +1,17 @@
 <!-- $Header: /cvsroot/metamorphosis/ruper/src/test/ant/org/apache/ruper/ant/sandbox/chalko/test-build.xml,v 1.2 2003/09/29 22:10:11 arb_jack Exp $ -->
 <project name="ruperModule-test" basedir="." default="test1">
 	
-	<typedef name="RuperSet" classname="org.apache.ruper.ant.sandbox.chalko.RuperSet"/>
+	<typedef resource="org/apache/ruper/ant/antlib.xml"/>
 		
 	<target name="test1">
+
+    <!--repository id="maven" 
+					url="http://www.ibiblio.org/maven/"
+					remote="true" /-->
 	
-	<RuperSet id="test1">
+	<ruperset id="test1">
 		<resource name="log4j" version="1.2" repository="maven"/>
-	</RuperSet>	
+	</ruperset>	
 	
 	<copy toDir="build/test/sandbox">
 		<fileset id="test1"/>