Re: [gradle-user] creating a manifest-file AKA: executable jar

2009-12-14 Thread Paul Speed
Ok, to prove that I'm not completely helpless, random inspiration and trial and error has gotten me the following (note: I've create a separate artifact for the executable jar... for good or ill): manifest.mainAttributes( Extension-Name: project.name, Implementation-Title: Your Title

Re: [gradle-user] creating a manifest-file

2009-06-15 Thread Helmut Denk
samples are always a good startingpoint ... maybe a wiki-page or snipplr.com could become source for a collection of useful gradle-snippets. Adam Murdoch-2 wrote: I wonder if this is the start of a 'java-application' plugin such a plugin targets a typical usecase but implicates the

[gradle-user] creating a manifest-file

2009-06-10 Thread Helmut Denk
hi gradle-users, with help from the mailinglist and some try error i managed to create the manifest-file i want. my script looks like this: manifestCp = new StringBuffer() configurations.runtime.allDependencies.each { dep - manifestCp.append(' ')