As my ant install 'forgot' to look for the jarbuilder plugin after working fine for about 2 years, I've included it directly in the osx folder and configured it for the task. This lets you build the dmg out of the box without having to copy jars around. Thought you might want to include this in the official build.
Changes:
- Download jarbundler (http://sourceforge.net/projects/jarbundler/) and put it into the osx folder
- Specify the location of the jar for the task:
- Code: Select all
<taskdef name="jarbundler" classname="net.sourceforge.jarbundler.JarBundler" classpath="${osx}/jarbundler-2.1.0.jar" />
