Re: Installers for Java Apps
Subject : Re: Installers for Java Apps
From: Michael Hall <email@hidden >
Date: Sat, 7 Jul 2007 14:25:10 -0500
Delivered-to: email@hidden
Delivered-to: email@hidden
On Jul 7, 2007, at 1:35 PM, Bob Hays wrote:
Actually, there used to be such a task for Mac systems.
I thought so too but didn't find it.
<project name="DMG" default="hdiutil" basedir=".">
<property name="dmg.dir" value="${basedir}/dmg_image"/>
<target name="hdiutil">
<exec executable="hdiutil">
<arg line="create -srcfolder ${dmg.dir} my.dmg"/>
</exec>
</target>
</project>
Just worked for me. 'man hdiutil' for customization, restrictions, etc.
Mike Hall hallmike at att dot net
http://www.geocities.com/mik3hall
http://sourceforge.net/projects/macnative
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.