Any clever ideas for building a fat jar and still specifying your own manifest. 
I was trying something like the following, but the manifests from the other 
jars overwrite mine.

jar {
    from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
    manifest {
      attributes('Main-Class': 'com.myproject.Main')
    }
}
--
Steve Appling
Automated Logic Research Team





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to