Yeah the problem was, that instead of: "com.thoughtworks.xstream:xstream:jar:1.3.1" I was using just stream:xstream:jar.
On Fri, Feb 12, 2010 at 18:31, Tammo van Lessen <[email protected]> wrote: > Hi, > > what about that one? > http://mvnrepository.com/artifact/com.thoughtworks.xstream/xstream/1.3.1 > > Tammo > > On 07.02.2010 17:07, Andreas Fritzler wrote: >> Yeah I did that. But since I don't want to do this on all machines, I >> wanted to put it into the Buildfile. :P >> >> >> On Sun, Feb 7, 2010 at 05:54, Marcus May <[email protected]> wrote: >>> Hi, >>> >>> try to install it into your local repo manually. >>> >>> Cheers, >>> Marcus >>> >>> -----Ursprüngliche Nachricht----- >>> Von: Andreas Fritzler [mailto:[email protected]] >>> Gesendet: Sonntag, 7. Februar 2010 00:38 >>> An: dev >>> Betreff: Maven repository for XStream 1.3.1 >>> >>> 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 >>> >>> > > > -- > Tammo van Lessen - http://www.taval.de >
