On 13/02/10 5:12 AM, Russel Winder wrote:
Odd title possible but still an issue . . . The project for which a build is needed is mostly Java, there are two distinct jar artefacts but I guess this is just a question of having multiple jars built. The problem is though that there is a DLL that needs to be built for Windwoes. This can be handled trivially with SCons, the question is is there a way of just having it happen within Gradle?
Not yet. You could use the Ant tasks, or drive the command-line compiler, or whatever, from Gradle.
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
