On Thu, May 6, 2010 at 13:54, mjparme <[email protected]> wrote: > > I think I didn't do a good job of articulating my actual question. So I > will > try again. In ANT if I want to know how to use the Jar task including all > the options and attributes I can go here: > > http://ant.apache.org/manual/CoreTasks/jar.html > > If I wanted to know the equivalent information for a Gradle task of type: > Jar where would I go?
Gradle doesn't have that level of documentation. At the moment the best place to go is the Java / Groovy docs. > LightGuard wrote: > > > > http://www.gradle.org/userguide.html > > > > baseName is the attribute you're looking for. > > > > > > > > > > -- > View this message in context: > http://old.nabble.com/What-options-are-available-for-a-Jar-task--tp28478492p28478767.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 > > > -- Jason Porter Software Engineer Open Source Advocate PGP key id: 926CCFF5 PGP key available at: keyserver.net, pgp.mit.edu
