+1 for Ivy. Also, it has compatibility attributes for Maven repositories.
-----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Wednesday, January 07, 2009 1:55 AM To: [email protected] Subject: AW: Download source jars from Maven Repository You could download files with <get> task. If you want to really resolve dependencies, you could use Ivy as addition to Ant. Maven has a built in dependency manager, Ant hasnt. Ivy is a DM and integrates to Ant (and is a subproject of Ant). Jan > -----Ursprüngliche Nachricht----- > Von: Sunils_82 [mailto:[email protected]] > Gesendet: Mittwoch, 7. Januar 2009 07:47 > An: [email protected] > Betreff: Download source jars from Maven Repository > > > HI, > > I'm using ant version-1.7.1. > > How do i download source jars from remote maven repository? > Does ant support Download Task similar to that in maven ? > > Regards, > Sunil > -- > View this message in context: > http://www.nabble.com/Download-source-jars-from-Maven-Reposito ry-tp21325821p21325821.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ----------------------------------------- ==================================================== This message contains PRIVILEGED and CONFIDENTIAL information that is intended only for use by the named recipient. If you are not the named recipient, any disclosure, dissemination, or action based on the contents of this message is prohibited. In such case please notify us and destroy and delete all copies of this transmission. Thank you. ==================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
