No problem here with Maven Ant Tasks 2.0.6. What version of Maven Ant Tasks are you using?
"Result of execution is that artifact can't be loaded." What is the symptom? Could you provide the output? Does it happen only with commons-logging-1.0.1 or with any artifact? Le lundi 4 juin 2007, Oleg Yavorsky a écrit : > I try to get dependencies using next task: > <artifact:remoteRepository id="central" > url="http://repo1.maven.org/maven2"> > <proxy id="proxy" host="${proxy.host}" port="${proxy.port}" /> > </artifact:remoteRepository> > > <artifact:dependencies filesetId="dependencies.fileset.test"> > <remoteRepository refid="central"/> > <dependency groupId="commons-logging" > artifactId="commons-logging" version="1.0.1" /> </artifact:dependencies> > > Result of execution is that artifact can't be loaded. I tried different > artifacts without much success. It works only when artifact already exists > in local repository. > > I've checked proxy settings and they are correct. Also I was able to > download artifacts by hand from repository (I thought it could be down) . > Did someone have same problems and found reason? > > --------------------------------- > Вы уже с Yahoo!? > Испытайте обновленную и улучшенную Yahoo! Почту! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
