hwpstorage [mailto:hwpstor...@gmail.com]
Gesendet: Donnerstag, 27. März 2014 16:02
An: Ant Users List
Betreff: Re: Maven Ant Plugin question
Thanks for the help.
I manually change the maven-build.xml file
usetimestamp="false"
to
usetimestamp="true"
but running ant still go
;ignoreerrors="true"/>
>
>
>src="
> http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lan
> g-2.6.jar"
>dest="${local.repo}/commons-lang/commons-lang/2.6"
> usetimestamp="false"
&
mmons-lang/2.6/commons-lan
g-2.6.jar"
dest="${local.repo}/commons-lang/commons-lang/2.6"
usetimestamp="false"
ignoreerrors="true"/>
> -Ursprüngliche Nachricht-
> Von: hwpstorage [mailto:hwpstor...@gmail.com]
> Ges
Hello,
Sorry for the crossing post.
I tried to use maven to genterate build.xml for ant.
Use command
mvn ant:ant
will generate build.xml and maven-build.xml, which can be used by Ant.
my problem is
everytime runs ant compile
it will download everything from every repository.
for example, for th