On 24/10/05, Mark Hobson <[EMAIL PROTECTED]> wrote:
> On 24/10/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> > I really think Ant should include this in general for Antlibs.
> >
> > Could you do something relatively easily with <ant:get /> ?
>
> I like it - hadn't seen that one before, I'll give it a go thanks.
Works well, may be worth adding to the doc:
<mkdir
dir="${user.home}/.m2/repository/org/apache/maven/maven-artifact-ant/2.0"/>
<get usetimestamp="true" verbose="true"
dest="${user.home}/.m2/repository/org/apache/maven/maven-artifact-ant/2.0/maven-artifact-ant-2.0-dep.jar"
src="http://www.ibiblio.org/maven2/org/apache/maven/maven-artifact-ant/2.0/maven-artifact-ant-2.0-dep.jar"
/>
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]