[java-identity-provider] branch master updated: IDP-1116 Fix runclass.bat

Rod Widdowson rdw at steadingsoftware.com
Tue Jul 3 09:38:43 EDT 2018


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=edfca4a0441c6b6867cbfbc7f50765b1b9e3c94f

The following commit(s) were added to refs/heads/master by this push:
       new  edfca4a   IDP-1116 Fix runclass.bat
edfca4a is described below

commit edfca4a0441c6b6867cbfbc7f50765b1b9e3c94f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jul 3 14:38:02 2018 +0100

    IDP-1116 Fix runclass.bat
    
    https://issues.shibboleth.net/jira/browse/IDP-1116
---
 idp-distribution/src/main/resources/bin/runclass.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-distribution/src/main/resources/bin/runclass.bat b/idp-distribution/src/main/resources/bin/runclass.bat
index 5338c17..400b8a0 100644
--- a/idp-distribution/src/main/resources/bin/runclass.bat
+++ b/idp-distribution/src/main/resources/bin/runclass.bat
@@ -22,7 +22,7 @@ if not exist %JAVACMD% (
 )
 
 REM add in the dependency .jar files
-set LOCALCLASSPATH=%~dp0lib\*;%~dp0..\edit-webapp\WEB-INF\lib\*;%~dp0..\webapp\WEB-INF\lib\*;%JAVA_HOME%\lib\classes.zip;%CLASSPATH%
+set LOCALCLASSPATH=%~dp0lib\*;%~dp0..\edit-webapp\WEB-INF\lib\*;%~dp0..\dist\webapp\WEB-INF\lib\*;%JAVA_HOME%\lib\classes.zip;%CLASSPATH%
 
 REM Go to it !
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list