17 Jun, 2015

1 commit

  • CR-7262
    This change is a consequence of OPENDJ-2098
    * src/main/java/org/opends/server/tools/upgrade/LicenseFile.java
    ** Perform a check in multiple folders to ensure if the license has been accepted for a 2.6.x version a user would not be prompted again.
    ** Introduce some constants to avoid harcoded string repetitions
    * build.xml
    ** I do not think this code is still use, but update to prevent any regression
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12525 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

12 Jun, 2015

1 commit


01 Jun, 2015

2 commits


28 May, 2015

1 commit

  • This patch adds a Maven plugin to build the configuration reference
    alongside the other server docs.
    
    This patch also makes some minor changes to comment out
    links in the configuration reference that might break
    and that are not strictly necessary.
    
    Finally this patch refactors the OpenDJ doc plugin
    where some methods are used across Mojos.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12362 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

26 May, 2015

1 commit


22 May, 2015

1 commit


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

2 commits


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 Apr, 2015

1 commit


10 Apr, 2015

1 commit


02 Apr, 2015

2 commits

  • * opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
    ** Add backend type short and long optiion
    
    * opendj-core/src/main/java/org/forgerock/opendj/ldap/MemoryBackend.java
    ** Change code to allow root DSE sub-entriees
    
    * opendj-server-legacy/resource/config/config.ldif
    ** Remove harcoded userRoot backend ldif definition
    
    * opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
    ** Add backend type argument
    
    *  opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
    ** Forward backend type argument to ConfigureDS
    
    * opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
    ** Check if storage db directory exists before trying to remove all storage files
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
    ** Adapt the way to configure server base DNs
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java
    ** Add method to retrieve all available backend types from the config framework
    ** Adapt console UI to add the backend type choice
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDSArgumentParser.java
    ** Add the backend type argument
    
    * opendj-server-legacy/src/messages/org/opends/messages/tool.properties
    ** Add messages related to console UI
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12022 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     
  • This patch adds man pages to the .deb, RPM, and SVR4 packaging.
    It removes the non-generated man pages as they are no longer needed.
    
    This patch introduces a profile for building server docs, -P docs.
    
    Thanks to Gaetan for review and help testing.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12020 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

31 Mar, 2015

1 commit


30 Mar, 2015

1 commit


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 Mar, 2015

1 commit


11 Mar, 2015

6 commits


10 Mar, 2015

2 commits


06 Mar, 2015

2 commits


23 Feb, 2015

1 commit


12 Feb, 2015

2 commits