Hi all, mail is an optional ant task. First i've tried adding the mail.java and activation.jar files to the appropriate places (in the gradle/lib path) like I had already before for ant. That didn't work.
I've seen an example a similar problem, in the gradle doco http://www.gradle.org/0.8/docs/userguide/organizing_build_logic.html configurations { ftpAntTask } dependencies { ftpAntTask("org.apache.ant:ant-commons-net:1.7.0") { module("commons-net:commons-net:1.4.1") { dependencies "oro:oro:2.0.8:jar" } } } but I do not quite understand it, and how I can apply it to my problem. What is that string that is used the keyword 'dependencies' And that string in the module task ("commons-net:commons-net:1.4.1) What sort of string is this? I would have to add the mail.jar and activation.jar in this somehow , but I don't understand this syntax. Would be helpful if someone can tell me what it should look like. But also, obviously I am new to groovy (as well as gradle) .... and this is probably the reason why I have no real idea of how to work this out for myself, without a concrete example. What should I read/look at to inform myself? Is this groovy knowledge I need in this particular case, or gradle knowledge only? thanks, sean --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
