I use a custom thingy to create jars-in-a-jar (http://kenai.com/projects/appjar/pages/Home) and for that I need to create a jar file that contains all required jars in the root plus the appjar classes and a custom manifest.mf.
So I need to figure out two things: - how to get (a list of) all jars that are required at runtime, so I can add them - figure out a way to create my own jar, with custom files added For the second one there probably is a jar task, but the first... how to go about that? -- View this message in context: http://old.nabble.com/best-way-to-gather-the-libraries-tp26966955p26966955.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
