05 Jun, 2013

1 commit


27 May, 2013

1 commit

  • There are a number of issues with the Mac Apps, and this commit fixes most of them, but we should also change the icon name and picture once we have a logo for OpenDJ.
     The version and revision numbers are now automatically set when packaging.
     The -client JVM option is deprecated and thus removed. And we properly set the ServerRoot to allow ControlPanel to work when double clicking the icon.
     Note that Mac App are dependant on the JavaApplicationStub that only supports Java6. We fine for now, since OpenDJ is built with target 1.6, but we will need to redo the Apps when/if we switch to 1.7 by default.
     
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8921 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludo
     

23 May, 2013

1 commit

  • OPENDJ-842 On Windows, the setup command hangs when the length of the install path is too long
    
    
    Code review and initial idea: violette
    
    
    Now that the application starts with the single bootstrap jar, MacOS X can take advantage of this by referencing it statically in the plist files. In other words, it is no longer necessary to build the plist files dynamically.
    
    
    Info.plist:
    Hardcoded the path to bootstrap.jar
    
    build.xml:
    Removed the code that appended the jars to the **/Info.plist files for MacOS X.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8897 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

10 Apr, 2013

1 commit

  • build.xml:
    Added code to automatically append the classpath entries to the **/Info.plist files for MacOS X. This includes the classes directory and all the jars too.
    
    Info.plist:
    Removed hardcoded paths.
    Added classes directory first in the classpath to allow patches to work.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@8717 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

09 Apr, 2013

1 commit


30 Sep, 2010

1 commit


18 Aug, 2010

1 commit

  • Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code.
    The minimal version has been set to Java 1.6.0_10.
    Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6564 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ludovicp
     

23 Oct, 2008

1 commit

  • - An updated version of the underlying database. BDB JE 3.3 is now used.
        - Attribute API refactoring providing a better abstraction and offering improved performances.
        - A new GUI called the Control-Panel to replace the Status-Panel: the specifications for this
          GUI are available on OpenDS Wiki and contains a link to a mockup. 
          See <https://www.opends.org/wiki/page/ControlPanelUISpecification>.
        - Some changes in the replication protocol to implement "Assured Replication Mode". The 
          specifications are on OpenDS Wiki at <https://www.opends.org/wiki/page/AssuredMode> and section 7
          described some of the replication changes required to support this. Assured Replication is not finished,
          but the main replication protocol changes to support it are done. As explained by Gilles on an email on
          the Dev mailing list (http://markmail.org/message/46rgo3meq3vriy4a), with these changes the newer versions
          of OpenDS may not be able to replicate with OpenDS 1.0 instances.
        - Support for Service Tags on the platforms where the functionality is available and enabled. Specifications
          are published at <https://www.opends.org/wiki/page/OpenDSServiceTagEnabled>. For more information on
          Service Tags see <http://wikis.sun.com/display/ServiceTag/Sun+Service+Tag+FAQ>.
        - The Admin Connector service. In order to provide agentry of the OpenDS server at any time, a new service
          has been added, dedicated to the administration, configuration and monitoring of the server.
          An overview of the Admin Connector service and it's use is available on the
          OpenDS wiki <https://www.opends.org/wiki/page/ManagingAdministrationTrafficToTheServer>
        - Updates to the various command line tools to support the Admin Connector service.
        - Some internal re-architecting of the server to put the foundation of future developments such as virtual
          directory services. The new NetworkGroups and WorkFlow internal services which have been specified in
          <https://www.opends.org/wiki/page/BasicOperationRoutingThroughNetworkGroup> are now implemented.
        - Many bug fixes...
    
    This set of changes may have an impact on current clients and deployments, however it should be possible to
    upgrade existing 1.0 instances. 
    
    Some of the changes impacting the clients include :
        - Scripts using the command line tools including dsconfig will need to be updated (usually to remove
          some no longer required options).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@4531 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcduff