20 May, 2015
1 commit
-
This change makes it easier to package the JE backend and changelog as an extension since all JE dependent functionality is now isolated in only two packages. git-svn-id: https://svn.forgerock.org/opendj/trunk@12297 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 May, 2015
1 commit
-
… against a remote instance Problem is down to scripts calling each other. stop-ds.bat calls set SCRIPT_UTIL_CMD=set-full-server-environment-and-test-java then goes to stopUsingProtocol label where it "calls" "_client-script.bat" which then calls set SCRIPT_UTIL_CMD=set-full-environment And the CLASSPATH variable ends up with bootstrap.jar (with server logger) and bootstrap-client.jar (with java.util.logging logger) in it. On Windows batch, "call" executes a script in the current bash context. It seems to be the equivalent of bash's "source". The fix is to empty the CLASSPATH before calling "_client-script.bat" git-svn-id: https://svn.forgerock.org/opendj/trunk@12238 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 May, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12222 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 May, 2015
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12215 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Review: Matt (uppon the shoulder) This commit replaces Java 6 occurences by Java 7 in messages. It also performs the Java version check against Java 7. * org.opends.quicksetup.util.Utils.java ** Use opendj-cli check java version, this allow us to remove old check process based on CompatibleJava * Other changes are just messages or text update. git-svn-id: https://svn.forgerock.org/opendj/trunk@12208 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Mar, 2015
1 commit
-
***** opendj-cli ***** * ArgumentConstants.java ** Add constant for testonly long option * CommonArguments.java ** Removes getTestOnly(...) static method as it is only used in InstallDS. * cli.properties ** Removes INFO_ARGUMENT_DESCRIPTION_TESTONLY message and migrate it to server tool.properties to have consistant import in InstallDS.java ***** opendj-ldap-toolkit ***** * resources/.../_script_util.bat ** Replace short option call by long option call ***** opendj-server-legacy ***** * resources/.../bin/_script-util.sh _script-util.bat ** Replace short option call by long option call * InstallDSArgumentParser.java ** Inline static call to CommonArguments * tools.properties ** Add testonly argument information message git-svn-id: https://svn.forgerock.org/opendj/trunk@11968 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2015
1 commit
-
Move OpendDJ 3 server code under the maven module named "opendj-server-legacy" under trunk/opendj project Update opendj/pom.xml to include opendj-server-legacy as a module Update opendj/opendj-server-legacy/pom.xml to remove redundant information and disable javadoc report git-svn-id: https://svn.forgerock.org/opendj/trunk@11721 41b1ffd8-f28e-4786-ab96-9950f0a78031