GithubHelp home page GithubHelp logo

doytsujin / jarbundler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onexip/jarbundler

0.0 1.0 0.0 204 KB

JarBundler is a feature-rich Ant task which will create a Mac OS X application bundle from a list of Jar files and a main class name. You can add an Icon resource, set various Mac OS X native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle. Project moved from http://sourceforge.net/projects/jarbundler/

License: Apache License 2.0

Java 100.00%

jarbundler's Introduction

JarBundler

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 http://sourceforge.net/projects/jarbundler/

Releases

Maven

Add the following dependency to your pom.xml file:

<dependency>
    <groupId>com.ultramixer.jarbundler</groupId>
    <artifactId>jarbundler-core</artifactId>
    <version>3.3.0</version>
</dependency>

Download

Check the Releases page to get the latest distribution.

Documentation

Take a look at ./docs/index.html (Currently outdated. Sorry.)

Build

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.

ChangeLog

Version 3.3.0 (2015-11-09)

  • Merged changes from tofi86/Jarbundler into official release
    • optional contentSize attribute (for Plist key NSPreferencesContentSize)
    • optional useJavaXKey attribute (for universalJavaApplicationStub support)
    • optional allowmixedlocalizations attribute (for Plist key CFBundleAllowMixedLocalizations)
    • optional copyright attribute (for Plist key NSHumanReadableCopyright)
    • removed deprecated aboutmenuname attribute (use shortname attribute instead)
    • removed deprecated infostring and shortinfostring attributes (use copyright attribute instead)

Version 3.2.0 (2015-08-05)

  • optional highResolutionCapable attribute (for Plist key NSHighResolutionCapable)
  • optional LSApplicationCategoryType attribute (for Plist key LSApplicationCategoryType)
  • optional SUPublicDSAKeyFile attribute (for Plist key SUPublicDSAKeyFile)

Previous history

Take a look at ./docs/index.html

License

Licensed under Apache License v2.0.

jarbundler's People

Contributors

tofi86 avatar tobium avatar vampire avatar slajar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.