27 Feb, 2014

1 commit

  • - Added CONFLICTING_ARGS to ReturnCode.
    - Added canWrite() to Utils + unit tests.
      - Replaced calls to org.opends.quicksetup.util.Utils.canWrite by com.forgerock.opendj.cli.Utils.canWrite.
    - Removed the TablePrinter classes from org.opends.server.util.table as they are now in the opendj-cli.
    - Minor code cleanup on DSConfig package. (reorganize imports).
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10435 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

24 Feb, 2014

1 commit

  • - Replaced some argument names by their long identifier.toLowerCase() (in CommonArguments ).
    - Replaced "trustAll" -> CommonArguments.getTrustAll()
    - Replaced "showUsage"/"help" -> CommonArguments.getShowUsage()
    - Renamed sslBlindTrust by trustAll in LDAPPasswordModify.java
    - Added OPTION_LONG_RESTART to ArgumentConstants. 
    	- Replaced "restart" string in StopDS.java by OPTION_LONG_RESTART.
    	- Replaced argument declaration by CommonArguments.getRestart().
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10422 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

21 Feb, 2014

3 commits

  • - Fixed build in SetupCli. Added message + replaced importLDIF to getLDIFFile.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10420 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - added javadoc for arguments which share the same short ID. (TBC...)
    - added argument constants.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10418 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - added javadoc for arguments which share the same short ID. (TBC...)
    - removed from ArgumentConstants 'description' / 'memberName' (unused).
    - Added to ArgumentConstants the OPTION_SHORT_CONTROL && OPTION_LONG_CONTROL.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10416 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

20 Feb, 2014

1 commit


19 Feb, 2014

1 commit


18 Feb, 2014

1 commit


14 Feb, 2014

4 commits


13 Feb, 2014

4 commits


12 Feb, 2014

1 commit


11 Feb, 2014

1 commit

  • - added DEFAULT_LDAP_CONNECT_TIMEOUT to constants.
    - added ClientException, merge it with CLIException. Replaced CLIException calls. (CLIException will disappear soon)
    - Console application : errors,warnings should be displayed in stdout if interactive mode is enabled.
    	- added unit tests.
    	- removed closeIfNotNull / replaced it by Utils.closeSilently
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10344 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

07 Feb, 2014

2 commits

  • - ConsoleApplication : Added/renamed functions to dissociate output stream from the error stream.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10325 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - Extracted CLI arguments identifiers from CliConstants to ArgumentConstants.
    - Moved default CLI values like DEFAULT_LDAP_PORT, DEFAULT_ADMIN_PORT to CliConstants.
    - Code cleanup.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10302 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

06 Feb, 2014

1 commit


05 Feb, 2014

1 commit

  • - Modified classes for their future use in the opendj3-server-dev
    - Migrate tests from server.
     
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10276 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

04 Feb, 2014

1 commit


29 Jan, 2014

2 commits


24 Jan, 2014

5 commits