Author: craigmcc Date: Fri Jul 8 22:17:26 2005 New Revision: 209926 URL: http://svn.apache.org/viewcvs?rev=209926&view=rev Log: Remove a spurious <classpath> element that prevents "ant test" from finishing. Of course, this doesn't really help much because there are no current unit tests for these classes ...
Modified: struts/sandbox/trunk/tiles/core-library/build.xml Modified: struts/sandbox/trunk/tiles/core-library/build.xml URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/core-library/build.xml?rev=209926&r1=209925&r2=209926&view=diff ============================================================================== --- struts/sandbox/trunk/tiles/core-library/build.xml (original) +++ struts/sandbox/trunk/tiles/core-library/build.xml Fri Jul 8 22:17:26 2005 @@ -272,10 +272,6 @@ <target name="test" depends="test:compile" description="Execute library unit tests"> - <classpath> - <pathelement location="/Developer/Java/Tools/apache/apache-ant-1.6.2/junit.jar"/> - </classpath> - <junit fork="yes" haltonerror="${test.haltonerror}" haltonfailure="${test.haltonfailure}" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]