MAS codesign requirements break Java app signing
Alan Snyder
javalists at cbfiddle.com
Mon Nov 10 21:28:44 UTC 2014
If you are using the Ant task, you may be able to get Ant to look for the resources using the classpath specified in the taskdef. However, that works only if the ant task JAR is not on Ant’s classpath. It took me a while to figure that out.
> On Nov 10, 2014, at 1:10 PM, Danno Ferrin <danno.ferrin at oracle.com> wrote:
>
> You can insert values into the Info,plist, it just involves some acrobatics. There is a resource replacement technique that looks for the resource on the classpath of the execution of the tool, which for the CLI includes the current directory.
>
More information about the macosx-port-dev
mailing list