Hi guys, I am using the assembly plugin to create a Mac OS X java application. OS X applications are using an xml file to describe the application, containing the main class and the jar files that are in the classpath.
Currently I have to change the xml file by hand if I add a new jar file or if I am using a new version. Is there a possibility to export the runtime dependencies into a xml file? Below is a sample of the xml file <key>Java</key> <dict> <key>Arguments</key> <string>rat.properties</string> <key>ClassPath</key> <array> <string>ant-optional.jar</string> <string>avalon-framework.jar</string> <string>batik-1.5-fop.jar</string> <string>binding.jar</string> <string>colt.jar</string> <string>commons-beanutils.jar</string> <string>commons-collections.jar</string> </array> </dict> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]