42263b242572846fb8b8aa6342a25c3ad41061b7 8921 |
|
27-May-2013 |
ludo |
Fix for OpenDJ-909 : ControlPanel.app exits during startup.
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. |
2e4fc63c2f609069bf95e7a62a36c7912b3efd52 8897 |
|
23-May-2013 |
JnRouvignac |
OPENDJ-844 Patches don't affect ControlPanel.app
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. |