Hi,

I'm trying to modify the Buildfile in a way that it automatically
downloads the newest xstream libs. However I always end up with a
"Failed to download xstream:xstream:jar:1.3.1" error. Currently I have
the following repos in my Buildfile:

repositories.remote << "http://pxe.intalio.org/public/maven2";
repositories.remote << "http://people.apache.org/repo/m2-incubating-repository";
repositories.remote << "http://repo1.maven.org/maven2";
repositories.remote << "http://people.apache.org/repo/m2-snapshot-repository";
repositories.remote << "http://download.java.net/maven/2";
repositories.remote << "http://repository.jboss.org/maven2";
repositories.remote << "http://www.ibiblio.org/maven2";
repositories.remote << "http://nexus.openqa.org/content/repositories/releases";
repositories.remote << "http://repository.codehaus.org";

anybody an idea how to solve that?

Cheers,
Andreas

Reply via email to