20 May, 2015

1 commit


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
    JnRouvignac
     

11 May, 2015

1 commit


06 May, 2015

2 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@12215 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     
  • 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
    gaetan
     

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
    gaetan
     

12 Feb, 2015

1 commit