On 01.02.2011, at 05:17, Adam Murdoch wrote: > Hi, > > Recently, Rene Groeschke contributed an 'application' plugin, which adds > tasks for running your application and building a distribution for it > (including generating launcher scripts). Many thanks for this, Rene. > > I have a few comments/questions about this plugin: > [SNIP] > > * Some way to make a mac application bundle would be nice. >
I've implemented this manually in one of my builds. See https://github.com/huxi/lilith/blob/master/config.gradle Of interest are the tasks - preparePropertyList - copyApp - appTgz (see also the appSpec copy spec) All of this is still a bit rough and everything is hard-coded at the moment but I'd happily donate everything I've done so far, including de.huxhorn.sulky:de.huxhorn.sulky.plist used for I/O of plist files, if there is interest in it. Cheers, Joern. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
