From fcec2df3951f4b542d7b4120673b9193ab80a094 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Oct 10 2018 17:03:08 +0000 Subject: Add JSS's dependencies to the classpath of 389-console Signed-off-by: Alexander Scheel --- diff --git a/389-console b/389-console index cd42ef3..9990faa 100755 --- a/389-console +++ b/389-console @@ -40,7 +40,7 @@ fi # Launch the Console # java \ - -cp @jssjar@:@ldapjdkjar@:$CLASSDEST/@basejar@:$CLASSDEST/@mccjar@:$CLASSDEST/@mcclangjar@:$CLASSDEST/@nmclfjar@:$CLASSDEST/@nmclflangjar@:$CLASSDEST/@themejar@ \ + -cp @apachecodecjar@:@apachelangjar@:@slf4jjar@:@jssjar@:@ldapjdkjar@:$CLASSDEST/@basejar@:$CLASSDEST/@mccjar@:$CLASSDEST/@mcclangjar@:$CLASSDEST/@nmclfjar@:$CLASSDEST/@nmclflangjar@:$CLASSDEST/@themejar@ \ -Djava.util.prefs.systemRoot="$HOME/.@prefsdir@" \ -Djava.util.prefs.userRoot="$HOME/.@prefsdir@" \ $LIBDIR \ diff --git a/build.properties b/build.properties index 5f1ab29..e8da4f7 100644 --- a/build.properties +++ b/build.properties @@ -34,5 +34,8 @@ console.base.name=idm-console-base console.mcc.name=idm-console-mcc console.nmclf.name=idm-console-nmclf +apache.codec.jar.name=apache-commons-codec.jar +apache.lang.jar.name=apache-commons-lang.jar jss.jar.name=jss4.jar ldapjdk.jar.name=ldapjdk.jar +slf4j.jar.name=slf4j-api.jar diff --git a/build.xml b/build.xml index 7e150b3..023cf1b 100644 --- a/build.xml +++ b/build.xml @@ -37,6 +37,9 @@ END COPYRIGHT BLOCK + + + @@ -62,6 +65,30 @@ END COPYRIGHT BLOCK + + Please set the correct location with -Dapache.codec.local.location=[path] + + + + + + + + Please set the correct location with -Dapache.lang.local.location=[path] + + + + + + + + Please set the correct location with -Dslf4j.local.location=[path] + + + + + + Please set the correct location with -Dconsole.local.location=[path] @@ -108,6 +135,9 @@ END COPYRIGHT BLOCK + + +