]> source.dussan.org Git - aspectj.git/commitdiff
adding junit automatically for taskdef resolution
authorwisberg <wisberg>
Thu, 13 Mar 2003 16:20:26 +0000 (16:20 +0000)
committerwisberg <wisberg>
Thu, 13 Mar 2003 16:20:26 +0000 (16:20 +0000)
lib/ant/bin/ant

index ee0ae56034683b77aff2d77687bb6959a4436134..22174b986235308593be733fc2b9a063aa2619a3 100644 (file)
@@ -134,6 +134,10 @@ do
     fi\r
   fi\r
 done\r
+## AspectJ change: add in junit\r
+if [ -f "${ANT_HOME}"/../junit/junit.jar ] ; then\r
+       LOCALCLASSPATH="${ANT_HOME}/../junit/junit.jar":"$LOCALCLASSPATH"\r
+fi\r
 \r
 if [ -n "$JAVA_HOME" ] ; then\r
   if [ -f "$JAVA_HOME/lib/tools.jar" ] ; then\r