Re: Repository Confusion

2011-02-16 Thread Deng Ching
Hi Shay,

Was the settings.xml properly configured in the other 2 machines?

Btw, you may want to move this over to users@archiva.a.o instead :)

Thanks,
Deng

On Thu, Feb 17, 2011 at 1:03 PM, Shay Thompson  wrote:
>
> I have an internal repository, Archiva, setup and running.  I uploaded a 
> library using the Admin UI that comes with Archiva.  On my personal machine I 
> can fetch the library with Maven but on 2 others I can't get it.  When I 
> browse the repository I see it added a timestamp to the jar name.  Is this 
> expected?  Could I have something configured wrong on the other 2 machines?
>
> I tried deleting my entire local repository to see if I could get it to fail 
> locally but it still works on my 1 machine.
>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Repository Confusion

2011-02-16 Thread Shay Thompson

Settings.xml is exactly the same on all machines.  

I wasn't aware of an archiva list nor am I sure this is an archiva problem.. 
*shrug*

-Original Message-
From: odeach...@gmail.com [mailto:odeach...@gmail.com] On Behalf Of Deng Ching
Sent: Wednesday, February 16, 2011 11:39 PM
To: Maven Users List
Subject: Re: Repository Confusion

Hi Shay,

Was the settings.xml properly configured in the other 2 machines?

Btw, you may want to move this over to users@archiva.a.o instead :)

Thanks,
Deng

On Thu, Feb 17, 2011 at 1:03 PM, Shay Thompson  wrote:
>
> I have an internal repository, Archiva, setup and running.  I uploaded a 
> library using the Admin UI that comes with Archiva.  On my personal machine I 
> can fetch the library with Maven but on 2 others I can't get it.  When I 
> browse the repository I see it added a timestamp to the jar name.  Is this 
> expected?  Could I have something configured wrong on the other 2 machines?
>
> I tried deleting my entire local repository to see if I could get it to fail 
> locally but it still works on my 1 machine.
>
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Repository Confusion

2011-02-16 Thread Ben Caradoc-Davies

You are asking about your Maven settings.xml?

The file should be called settings.xml (note case!) not Settings.xml on 
platforms and filesystems that filename case-sensitive. For example, 
Settings.xml would work on Windows/NTFS but not on Unix or Linux, where 
only settings.xml (lowercase) would work.


Kind regards,
Ben.

On 17/02/11 13:41, Shay Thompson wrote:

Settings.xml is exactly the same on all machines.


--
Ben Caradoc-Davies 
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Repository Confusion

2011-02-16 Thread Shay Thompson

Outlook likes to capitalize. My file has a lower-case s.

-Original Message-
From: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au] 
Sent: Wednesday, February 16, 2011 11:58 PM
To: Maven Users List
Cc: Shay Thompson
Subject: Re: Repository Confusion

You are asking about your Maven settings.xml?

The file should be called settings.xml (note case!) not Settings.xml on 
platforms and filesystems that filename case-sensitive. For example, 
Settings.xml would work on Windows/NTFS but not on Unix or Linux, where 
only settings.xml (lowercase) would work.

Kind regards,
Ben.

On 17/02/11 13:41, Shay Thompson wrote:
> Settings.xml is exactly the same on all machines.

-- 
Ben Caradoc-Davies 
Software Engineering Team Leader
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre


Re: Repository Confusion

2011-02-16 Thread Deng Ching
What's the exact error you're getting in Maven for the 2 machines?

-Deng

On Thu, Feb 17, 2011 at 2:35 PM, Shay Thompson  wrote:
>
> Outlook likes to capitalize. My file has a lower-case s.
>
> -Original Message-
> From: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au]
> Sent: Wednesday, February 16, 2011 11:58 PM
> To: Maven Users List
> Cc: Shay Thompson
> Subject: Re: Repository Confusion
>
> You are asking about your Maven settings.xml?
>
> The file should be called settings.xml (note case!) not Settings.xml on
> platforms and filesystems that filename case-sensitive. For example,
> Settings.xml would work on Windows/NTFS but not on Unix or Linux, where
> only settings.xml (lowercase) would work.
>
> Kind regards,
> Ben.
>
> On 17/02/11 13:41, Shay Thompson wrote:
>> Settings.xml is exactly the same on all machines.
>
> --
> Ben Caradoc-Davies 
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Repository Confusion

2011-02-17 Thread Shay Thompson
Error is below.  It looks like it's looking in the snapshots repository but the 
url doesn't.  Odd.  The dependency I'm using is below too.


org.apache.sling
org.apache.sling.junit.core
0.1.1-SNAPSHOT




Downloading: 
http://xxx:8080/archiva/repository/internal//org/apache/sling/org.apache.sling.junit.core/0.1.1-SNAPSHOT/org.apache.sling.junit.core-0.1.1-SNAPSHOT.pom

[INFO] Unable to find resource 
'org.apache.sling:org.apache.sling.junit.core:pom:0.1.1-SNAPSHOT' in repository 
apache.snapshots (http://repository.apache.org/snapshots)

Downloading: 
http://xxx:8080/archiva/repository/internal//org/apache/sling/org.apache.sling.junit.core/0.1.1-SNAPSHOT/org.apache.sling.junit.core-0.1.1-SNAPSHOT.jar

[INFO] Unable to find resource 
'org.apache.sling:org.apache.sling.junit.core:jar:0.1.1-SNAPSHOT' in repository 
apache.snapshots (http://repository.apache.org/snapshots)

[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.



-Original Message-
From: odeach...@gmail.com [mailto:odeach...@gmail.com] On Behalf Of Deng Ching
Sent: Thursday, February 17, 2011 12:46 AM
To: Maven Users List
Subject: Re: Repository Confusion

What's the exact error you're getting in Maven for the 2 machines?

-Deng

On Thu, Feb 17, 2011 at 2:35 PM, Shay Thompson  wrote:
>
> Outlook likes to capitalize. My file has a lower-case s.
>
> -Original Message-
> From: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au]
> Sent: Wednesday, February 16, 2011 11:58 PM
> To: Maven Users List
> Cc: Shay Thompson
> Subject: Re: Repository Confusion
>
> You are asking about your Maven settings.xml?
>
> The file should be called settings.xml (note case!) not Settings.xml on
> platforms and filesystems that filename case-sensitive. For example,
> Settings.xml would work on Windows/NTFS but not on Unix or Linux, where
> only settings.xml (lowercase) would work.
>
> Kind regards,
> Ben.
>
> On 17/02/11 13:41, Shay Thompson wrote:
>> Settings.xml is exactly the same on all machines.
>
> --
> Ben Caradoc-Davies 
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Repository Confusion

2011-02-17 Thread twilliamson32
It's interesting that this is a snapshot problem.  We had a very similar 
problem with our Archiva installation which proved to be related to use of 
the  setting in settings.xml.We had two Archiva repositories 
set up - one for regular artifacts and one for snapshots.   We used the 
* setting for the regular repository, which turned 
out to have the "side effect" (if I read the documentation correctly) of 
blocking access to the snapshots repository (since maven thought the whole 
world was in the regular repository).   Removing the mirror settings 
solved a lot of problems.

Details of the Maven mirror settings are here 
http://maven.apache.org/guides/mini/guide-mirror-settings.html 


Looking forward to finding out what the resolution of this problem is!




From:   Shay Thompson 
To: Maven Users List 
Date:   02/17/2011 08:04 AM
Subject:    RE: Repository Confusion



Error is below.  It looks like it's looking in the snapshots repository 
but the url doesn't.  Odd.  The dependency I'm using is below too.


 org.apache.sling
 org.apache.sling.junit.core
 0.1.1-SNAPSHOT




Downloading: 
http://xxx:8080/archiva/repository/internal//org/apache/sling/org.apache.sling.junit.core/0.1.1-SNAPSHOT/org.apache.sling.junit.core-0.1.1-SNAPSHOT.pom


[INFO] Unable to find resource 
'org.apache.sling:org.apache.sling.junit.core:pom:0.1.1-SNAPSHOT' in 
repository apache.snapshots (http://repository.apache.org/snapshots)

Downloading: 
http://xxx:8080/archiva/repository/internal//org/apache/sling/org.apache.sling.junit.core/0.1.1-SNAPSHOT/org.apache.sling.junit.core-0.1.1-SNAPSHOT.jar


[INFO] Unable to find resource 
'org.apache.sling:org.apache.sling.junit.core:jar:0.1.1-SNAPSHOT' in 
repository apache.snapshots (http://repository.apache.org/snapshots)

[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] Failed to resolve artifact.



-Original Message-
From: odeach...@gmail.com [mailto:odeach...@gmail.com] On Behalf Of Deng 
Ching
Sent: Thursday, February 17, 2011 12:46 AM
To: Maven Users List
Subject: Re: Repository Confusion

What's the exact error you're getting in Maven for the 2 machines?

-Deng

On Thu, Feb 17, 2011 at 2:35 PM, Shay Thompson  wrote:
>
> Outlook likes to capitalize. My file has a lower-case s.
>
> -Original Message-
> From: Ben Caradoc-Davies [mailto:ben.caradoc-dav...@csiro.au]
> Sent: Wednesday, February 16, 2011 11:58 PM
> To: Maven Users List
> Cc: Shay Thompson
> Subject: Re: Repository Confusion
>
> You are asking about your Maven settings.xml?
>
> The file should be called settings.xml (note case!) not Settings.xml on
> platforms and filesystems that filename case-sensitive. For example,
> Settings.xml would work on Windows/NTFS but not on Unix or Linux, where
> only settings.xml (lowercase) would work.
>
> Kind regards,
> Ben.
>
> On 17/02/11 13:41, Shay Thompson wrote:
>> Settings.xml is exactly the same on all machines.
>
> --
> Ben Caradoc-Davies 
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean (mailgw2:E73FA1E6FC.A3195).




This communication and any attachments are confidential, protected by 
Communications Privacy Act 18 USCS § 2510, solely for the use of the 
intended recipient, and may contain legally privileged material. If you 
are not the intended recipient, please return or destroy it immediately. 
Thank you.