← Back to team overview

neos team mailing list archive

[Bug 498149] Re: (FR) Build DMG image for MacOS X

 

Thank you for the commit, Holger. I'm going to test it on my Macbook
with Mac OS X Leopard.

Only one point: You can remove the declaration of the "app.name"
property in line 13 (~roederhr/revager/dmgbuild, r37) of the build file.
We can just use ${appName} instead, which is declared inside the
appResources.properties file and available inside the build file.

@Daniel: That's right! But the "launch4j-revager.xml" file isn't an Ant
properties file; it's a config file for launch4j. Therefore I suggest to
move this file into the build resources directory.

@Holger: Maybe you can just move the "/launch4j-revager.xml" file to
"/src/neos/resi/resources/build/windows/launch4j-config.xml" inside the
DMG branch you created and also customize line 191
(~roederhr/revager/dmgbuild, r37) of the build file. After that, you can
propose the branch for merging into trunk. Thanks a lot! :-)

-- 
(FR) Build DMG image for MacOS X
https://bugs.launchpad.net/bugs/498149
You received this bug notification because you are a member of Team
N.E.O.S., which is the registrant for RevAger.

Status in RevAger: Fix Committed

Bug description:
DMG disk images are a common way to distribute applications for MacOS X. The RevAger build script should create DMG files as well, at least if it is executed on a MacOS X system (hdiutil is needed for building DMG files).





References