JarBundler | rich Ant task which will create a Mac OS X application | Plugin library
kandi X-RAY | JarBundler Summary
kandi X-RAY | JarBundler Summary
JarBundler is a feature-rich Ant task which will create a macOS application bundle from a list of Jar files and a main class name. You can add an icon resource, set various macOS native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle. Project moved from
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Executes the task
- Build the DOM
- Write the list of services
- Copy the help book directory
- Start the main application
- Place a window
- Add a configured service
- Set the name of the executable files
- Set a set of jars to use
- Adds a configured document type
- Adds a configured help book
- Set the extension list
- Adds a Java property
- Adds a configured LSEnvironment
JarBundler Key Features
JarBundler Examples and Code Snippets
Community Discussions
Trending Discussions on JarBundler
QUESTION
Im trying to use a jarbundler to create a .app file with ant. But I'm getting the following error:
taskdef class net.sourceforge.jarbundler.JarBundler cannot be found using the classloader AntClassLoader[/Users/Ida/NetBeansProjects/supernova/build/classes/lib/jarbundler-core-3.3.0.jar]
My build.xml looks like this:
...ANSWER
Answered 2017-Jul-13 at 18:26I downloaded the jar to take a look, and I think the issue is that your classname
is wrong. The JarBundler class is located in com.ultramixer.jarbundler.JarBundler
, so try this instead:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install JarBundler
Run mvn clean install to build the project and push the JAR artifacts to your local maven repo. You can then use the SNAPSHOT version in your project. To skip the GPG signing process (for maven central release) add -Dgpg.skip to your commandline.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page