https://issues.apache.org/bugzilla/show_bug.cgi?id=55863
--- Comment #1 from Sebb <[email protected]> --- The appbundler jar is licensed under GPL2.0, so cannot be included in any builds or automatic downloads. However, *if* it is only needed at build time, it should be OK to use it to create the package. The build.xml script will need to be adjusted accordingly. Something like: - if the jar is not present, display a message and explain how to get the jar (and that the jar is GPL2.0). - if the jar is present, generate the MacOSX package - add a separate task to download the jar -- You are receiving this mail because: You are the assignee for the bug.
