I have an Ant script which turns my Java application into a nice Mac Bundle using the JarBundler task. The problem is how do I now turn that into a .pkg file for distribution?
I'm looking at using the packagemaker command line tool (located in /Developer/usr/bin/packagemaker) but it has a number of drawbacks:
How do other people produce a .pkg file with their build script?
Thanks
I use scripts to automatically update parts of the PackageMaker file. I found it more convenient to keep the old format .pmproj
files rather than to switch to the more recent bundle format.