clientJar.archivePath returns a File rather than a String, which is what we need in order to add it to manifestClasspath (a FileCollection). If you look further down the script, you'll see that eventually just the file names are added to the manifest.
Cheers, Peter -- View this message in context: http://gradle.1045684.n5.nabble.com/adding-clientJar-to-manifest-classpath-of-Jar-tp3344182p3346851.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
