[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/ant.bat

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 8 20:41:01 EDT 2014


Author: scantor
Date: Wed Oct  8 20:41:01 2014
New Revision: 6661

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6661&view=rev
Log:
Use wildcard in ant.bat classpath

Modified:
    trunk/idp-distribution/src/main/resources/bin/ant.bat

Modified: trunk/idp-distribution/src/main/resources/bin/ant.bat
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/bin/ant.bat?rev=6661&r1=6660&r2=6661&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/ant.bat (original)
+++ trunk/idp-distribution/src/main/resources/bin/ant.bat Wed Oct  8 20:41:01 2014
@@ -25,14 +25,8 @@
 )
 
 REM add in the dependency .jar files
-for %%i in (%ANT_HOME%\..\bin/lib\*.jar) do (
-	call %ANT_HOME%\cpappend.bat %%i
-)
-
-for %%i in (%ANT_HOME%\..\war\WEB-INF\lib\*.jar) do (
-	call %ANT_HOME%\cpappend.bat %%i
-)
-
+set LOCALCLASSPATH=%ANT_HOME%\..\bin\lib\*;%LOCALCLASSPATH%
+set LOCALCLASSPATH=%ANT_HOME%\..\war\WEB-INF\lib\*;%LOCALCLASSPATH%
 
 if exist %JAVA_HOME%\lib\tools.jar (
     set LOCALCLASSPATH=%LOCALCLASSPATH%;%JAVA_HOME%\lib\tools.jar



More information about the commits mailing list