| |
| [ Blog ] [ Open Source ] [ Programming ] | |
« JSF Converter for MT Comments. | Main | Rob's ADF based blog »
I have been the one building the Mac OS X disk images for JDeveloper for the last couple of years, and realized that not everyone knew (when I asked around) that you could do it from the commandline.
The syntax is:
hdiutil {action} {arguments}
I typically use:
hdiutil create -srcfolder FolderNamer DiskImageName.dmg
Quite easy to use, and easily scriptable. Now if only we could build this on out linux build machines with an Ant task.
Posted by rcleveng at January 30, 2006 04:58 PM
Hey,
I remember seeing a post on java-dev at apple about somebody writing a java implementation of this as the format is quite simple. (Either that or the application installer) I couldn't find it in the archives after some searching but I know it is there somewhere,
Gerard.
Posted by: Gerard Davison at February 1, 2006 02:36 AM