You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Andreas Fritzler <an...@googlemail.com> on 2010/02/07 00:37:47 UTC

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

Re: Maven repository for XStream 1.3.1

Posted by Andreas Fritzler <an...@googlemail.com>.
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 <tv...@gmail.com> 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 <ma...@maymarcus.de> wrote:
>>> Hi,
>>>
>>> try to install it into your local repo manually.
>>>
>>> Cheers,
>>> Marcus
>>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: Andreas Fritzler [mailto:andreas.fritzler@googlemail.com]
>>> 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
>

Re: Maven repository for XStream 1.3.1

Posted by Tammo van Lessen <tv...@gmail.com>.
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 <ma...@maymarcus.de> wrote:
>> Hi,
>>
>> try to install it into your local repo manually.
>>
>> Cheers,
>> Marcus
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Andreas Fritzler [mailto:andreas.fritzler@googlemail.com]
>> 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

Re: Maven repository for XStream 1.3.1

Posted by Andreas Fritzler <an...@googlemail.com>.
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 <ma...@maymarcus.de> wrote:
> Hi,
>
> try to install it into your local repo manually.
>
> Cheers,
> Marcus
>
> -----Ursprüngliche Nachricht-----
> Von: Andreas Fritzler [mailto:andreas.fritzler@googlemail.com]
> 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
>
>

AW: Maven repository for XStream 1.3.1

Posted by Marcus May <ma...@maymarcus.de>.
Hi,

try to install it into your local repo manually.

Cheers,
Marcus

-----Ursprüngliche Nachricht-----
Von: Andreas Fritzler [mailto:andreas.fritzler@googlemail.com] 
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