Re: [M2] Snapshots deployed to server not being found

2006-06-07 Thread Alexandre Poitras

Thank, in my case it was just a matter of definition order.

On 6/6/06, ben short <[EMAIL PROTECTED]> wrote:

Hi All,

Seems it was down to my maven config

Here is what I added to my settings.xml



  nexusalpha
- 
- 
- 
  never
  
- 
  never
  
  internal-snapshot
  http://192.168.6.194/proximity/repository
  
- 
- 
  never
  false
  
- 
  interval:30
  
  internal-released
  http://192.168.6.194/proximity/repository
  
  
  
  

Hope this is a help to somebody.

Ben

On 6/6/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> In my case, snapshots are configured correctly. In fact, it was
> working like a charm before. I have tried on several desktops just to
> be sure. I also seem to have problems with the Apache snapshot
> repository.
>
> On 6/5/06, Tamás Cservenák <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > as for Proximity, i can only repeat my previous statement: Px currently logs
> > every request (done by Px-webapp frontent servlet).
> >
> > My huntch is that you did not configure maven properly to use proximity as
> > snapshot repos. Per default, maven does not have snapshot repo (as far as i
> > know...).
> >
> > It could be a little awkward, but you should direct maven to proximity
> > twice:
> > once as central mirror and once as snapshot repo for your inhouse snapshots.
> >
> > There is no contradiction in this "little trick", since your
> > px-published-inhouse repo contains your own snapshots (px will not find them
> > on any remote peer) -- these repos ARE disjunct, no?
> >
> > ~t~
> >
> > On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:
> > >
> > > Tamás,
> > >
> > > There are logs, and I can see requests for the released version of the
> > > artifact im after, but nothing for the snapshot requests.
> > >
> > > I have tried the -U flag also.
> > >
> > > I havent tried what Olivier suggested yet, will try it tomorrow.
> > >
> > > Ben
> > >
> > > On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> > > > I'm not using proximity but Maven proxy at the moment.
> > > >
> > > > On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > > wrote:
> > > > > Same here...one thing I think I did that seemed to work was to throw
> > > the
> > > > > -U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
> > > > > if it works.
> > > > >
> > > > > --Rudy
> > > > >
> > > > > -Original Message-
> > > > > From: Paul Spencer [mailto:[EMAIL PROTECTED]
> > > > > Sent: Monday, June 05, 2006 10:29 AM
> > > > > To: Maven Users List
> > > > > Subject: Re: [M2] Snapshots deployed to server not being found
> > > > >
> > > > > Ben,
> > > > > I have seen the same behavior.  Although I have not had time to
> > > > > determine what is
> > > > > the root cause, I think it may the IDE, Eclipse in my case, locking
> > > the
> > > > > dependency
> > > > > in the local repository and Maven not complaining when it can not
> > > > > replace the file.  Again
> > > > > I have not had time to verify this, it is just a hunch.
> > > > >
> > > > > Paul Spencer
> > > > >
> > > > > ben short wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I am trying to include a snapshot that has been deployed to our
> > > > > > internal repository. When I do mvn compile, maven complains that it
> > > > > > couldn't resolve the dependency.
> > > > > >
> > > > > > Is this a bug with maven 2.0.4?
> > > > > >
> > > > > > Ben
> > > > > >
> > > > > >
> > > -
> > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > > > -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-06 Thread ben short

Hi All,

Seems it was down to my maven config

Here is what I added to my settings.xml



 nexusalpha
- 
- 
- 
 never
 
- 
 never
 
 internal-snapshot
 http://192.168.6.194/proximity/repository
 
- 
- 
 never
 false
 
- 
 interval:30
 
 internal-released
 http://192.168.6.194/proximity/repository
 
 
 
 

Hope this is a help to somebody.

Ben

On 6/6/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:

In my case, snapshots are configured correctly. In fact, it was
working like a charm before. I have tried on several desktops just to
be sure. I also seem to have problems with the Apache snapshot
repository.

On 6/5/06, Tamás Cservenák <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> as for Proximity, i can only repeat my previous statement: Px currently logs
> every request (done by Px-webapp frontent servlet).
>
> My huntch is that you did not configure maven properly to use proximity as
> snapshot repos. Per default, maven does not have snapshot repo (as far as i
> know...).
>
> It could be a little awkward, but you should direct maven to proximity
> twice:
> once as central mirror and once as snapshot repo for your inhouse snapshots.
>
> There is no contradiction in this "little trick", since your
> px-published-inhouse repo contains your own snapshots (px will not find them
> on any remote peer) -- these repos ARE disjunct, no?
>
> ~t~
>
> On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:
> >
> > Tamás,
> >
> > There are logs, and I can see requests for the released version of the
> > artifact im after, but nothing for the snapshot requests.
> >
> > I have tried the -U flag also.
> >
> > I havent tried what Olivier suggested yet, will try it tomorrow.
> >
> > Ben
> >
> > On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> > > I'm not using proximity but Maven proxy at the moment.
> > >
> > > On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> > wrote:
> > > > Same here...one thing I think I did that seemed to work was to throw
> > the
> > > > -U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
> > > > if it works.
> > > >
> > > > --Rudy
> > > >
> > > > -Original Message-
> > > > From: Paul Spencer [mailto:[EMAIL PROTECTED]
> > > > Sent: Monday, June 05, 2006 10:29 AM
> > > > To: Maven Users List
> > > > Subject: Re: [M2] Snapshots deployed to server not being found
> > > >
> > > > Ben,
> > > > I have seen the same behavior.  Although I have not had time to
> > > > determine what is
> > > > the root cause, I think it may the IDE, Eclipse in my case, locking
> > the
> > > > dependency
> > > > in the local repository and Maven not complaining when it can not
> > > > replace the file.  Again
> > > > I have not had time to verify this, it is just a hunch.
> > > >
> > > > Paul Spencer
> > > >
> > > > ben short wrote:
> > > > > Hi,
> > > > >
> > > > > I am trying to include a snapshot that has been deployed to our
> > > > > internal repository. When I do mvn compile, maven complains that it
> > > > > couldn't resolve the dependency.
> > > > >
> > > > > Is this a bug with maven 2.0.4?
> > > > >
> > > > > Ben
> > > > >
> > > > >
> > -
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras

In my case, snapshots are configured correctly. In fact, it was
working like a charm before. I have tried on several desktops just to
be sure. I also seem to have problems with the Apache snapshot
repository.

On 6/5/06, Tamás Cservenák <[EMAIL PROTECTED]> wrote:

Hi all,

as for Proximity, i can only repeat my previous statement: Px currently logs
every request (done by Px-webapp frontent servlet).

My huntch is that you did not configure maven properly to use proximity as
snapshot repos. Per default, maven does not have snapshot repo (as far as i
know...).

It could be a little awkward, but you should direct maven to proximity
twice:
once as central mirror and once as snapshot repo for your inhouse snapshots.

There is no contradiction in this "little trick", since your
px-published-inhouse repo contains your own snapshots (px will not find them
on any remote peer) -- these repos ARE disjunct, no?

~t~

On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:
>
> Tamás,
>
> There are logs, and I can see requests for the released version of the
> artifact im after, but nothing for the snapshot requests.
>
> I have tried the -U flag also.
>
> I havent tried what Olivier suggested yet, will try it tomorrow.
>
> Ben
>
> On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> > I'm not using proximity but Maven proxy at the moment.
> >
> > On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > > Same here...one thing I think I did that seemed to work was to throw
> the
> > > -U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
> > > if it works.
> > >
> > > --Rudy
> > >
> > > -Original Message-
> > > From: Paul Spencer [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, June 05, 2006 10:29 AM
> > > To: Maven Users List
> > > Subject: Re: [M2] Snapshots deployed to server not being found
> > >
> > > Ben,
> > > I have seen the same behavior.  Although I have not had time to
> > > determine what is
> > > the root cause, I think it may the IDE, Eclipse in my case, locking
> the
> > > dependency
> > > in the local repository and Maven not complaining when it can not
> > > replace the file.  Again
> > > I have not had time to verify this, it is just a hunch.
> > >
> > > Paul Spencer
> > >
> > > ben short wrote:
> > > > Hi,
> > > >
> > > > I am trying to include a snapshot that has been deployed to our
> > > > internal repository. When I do mvn compile, maven complains that it
> > > > couldn't resolve the dependency.
> > > >
> > > > Is this a bug with maven 2.0.4?
> > > >
> > > > Ben
> > > >
> > > >
> -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Tamás Cservenák

Hi all,

as for Proximity, i can only repeat my previous statement: Px currently logs
every request (done by Px-webapp frontent servlet).

My huntch is that you did not configure maven properly to use proximity as
snapshot repos. Per default, maven does not have snapshot repo (as far as i
know...).

It could be a little awkward, but you should direct maven to proximity
twice:
once as central mirror and once as snapshot repo for your inhouse snapshots.

There is no contradiction in this "little trick", since your
px-published-inhouse repo contains your own snapshots (px will not find them
on any remote peer) -- these repos ARE disjunct, no?

~t~

On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:


Tamás,

There are logs, and I can see requests for the released version of the
artifact im after, but nothing for the snapshot requests.

I have tried the -U flag also.

I havent tried what Olivier suggested yet, will try it tomorrow.

Ben

On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:
> I'm not using proximity but Maven proxy at the moment.
>
> On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
> > Same here...one thing I think I did that seemed to work was to throw
the
> > -U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
> > if it works.
> >
> > --Rudy
> >
> > -Original Message-
> > From: Paul Spencer [mailto:[EMAIL PROTECTED]
> > Sent: Monday, June 05, 2006 10:29 AM
> > To: Maven Users List
> > Subject: Re: [M2] Snapshots deployed to server not being found
> >
> > Ben,
> > I have seen the same behavior.  Although I have not had time to
> > determine what is
> > the root cause, I think it may the IDE, Eclipse in my case, locking
the
> > dependency
> > in the local repository and Maven not complaining when it can not
> > replace the file.  Again
> > I have not had time to verify this, it is just a hunch.
> >
> > Paul Spencer
> >
> > ben short wrote:
> > > Hi,
> > >
> > > I am trying to include a snapshot that has been deployed to our
> > > internal repository. When I do mvn compile, maven complains that it
> > > couldn't resolve the dependency.
> > >
> > > Is this a bug with maven 2.0.4?
> > >
> > > Ben
> > >
> > >
-
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short

Tamás,

There are logs, and I can see requests for the released version of the
artifact im after, but nothing for the snapshot requests.

I have tried the -U flag also.

I havent tried what Olivier suggested yet, will try it tomorrow.

Ben

On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:

I'm not using proximity but Maven proxy at the moment.

On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Same here...one thing I think I did that seemed to work was to throw the
> -U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
> if it works.
>
> --Rudy
>
> -Original Message-
> From: Paul Spencer [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 05, 2006 10:29 AM
> To: Maven Users List
> Subject: Re: [M2] Snapshots deployed to server not being found
>
> Ben,
> I have seen the same behavior.  Although I have not had time to
> determine what is
> the root cause, I think it may the IDE, Eclipse in my case, locking the
> dependency
> in the local repository and Maven not complaining when it can not
> replace the file.  Again
> I have not had time to verify this, it is just a hunch.
>
> Paul Spencer
>
> ben short wrote:
> > Hi,
> >
> > I am trying to include a snapshot that has been deployed to our
> > internal repository. When I do mvn compile, maven complains that it
> > couldn't resolve the dependency.
> >
> > Is this a bug with maven 2.0.4?
> >
> > Ben
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Paul Spencer

Ruby,
I had a change to test my hunch.  That was not it :(

The -U start the download process, but only the metadata files are downloaded.  
In
my case the snapshots are not timestamped.  The snapshot repository in the POM 
is defined a
follows:

  false
  my-snapshot
  Snapshot Repository
  scp://foo.com/Maven2-repository/snapshot-repository


Paul Spencer

[EMAIL PROTECTED] wrote:

Same here...one thing I think I did that seemed to work was to throw the
-U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
if it works.

--Rudy

-Original Message-
From: Paul Spencer [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 05, 2006 10:29 AM

To: Maven Users List
Subject: Re: [M2] Snapshots deployed to server not being found

Ben,
I have seen the same behavior.  Although I have not had time to
determine what is
the root cause, I think it may the IDE, Eclipse in my case, locking the
dependency
in the local repository and Maven not complaining when it can not
replace the file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:

Hi,

I am trying to include a snapshot that has been deployed to our
internal repository. When I do mvn compile, maven complains that it
couldn't resolve the dependency.

Is this a bug with maven 2.0.4?

Ben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras

I'm not using proximity but Maven proxy at the moment.

On 6/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Same here...one thing I think I did that seemed to work was to throw the
-U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
if it works.

--Rudy

-Original Message-
From: Paul Spencer [mailto:[EMAIL PROTECTED]
Sent: Monday, June 05, 2006 10:29 AM
To: Maven Users List
Subject: Re: [M2] Snapshots deployed to server not being found

Ben,
I have seen the same behavior.  Although I have not had time to
determine what is
the root cause, I think it may the IDE, Eclipse in my case, locking the
dependency
in the local repository and Maven not complaining when it can not
replace the file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:
> Hi,
>
> I am trying to include a snapshot that has been deployed to our
> internal repository. When I do mvn compile, maven complains that it
> couldn't resolve the dependency.
>
> Is this a bug with maven 2.0.4?
>
> Ben
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [M2] Snapshots deployed to server not being found

2006-06-05 Thread rudy.bistrovich
Same here...one thing I think I did that seemed to work was to throw the
-U cmd on the compile, ie. "mvn -U compile".  Try that and let us know
if it works.

--Rudy

-Original Message-
From: Paul Spencer [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 05, 2006 10:29 AM
To: Maven Users List
Subject: Re: [M2] Snapshots deployed to server not being found

Ben,
I have seen the same behavior.  Although I have not had time to
determine what is
the root cause, I think it may the IDE, Eclipse in my case, locking the
dependency
in the local repository and Maven not complaining when it can not
replace the file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:
> Hi,
> 
> I am trying to include a snapshot that has been deployed to our
> internal repository. When I do mvn compile, maven complains that it
> couldn't resolve the dependency.
> 
> Is this a bug with maven 2.0.4?
> 
> Ben
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Tamás Cservenák

Hi all,

as for Proximity, it WILL surely log something, at least the frontent
servlet that it got request. Alpha1 went out with DEBUG loglevel, but alpha2
is in INFO level. But even then, the servlet spits messages at INFO level.

If you have NO PROXIMITY logs, it's simply because Px have not got any
request

I just got back from weekend, will see tonite about this...

~t~

On 6/5/06, Paul Spencer <[EMAIL PROTECTED]> wrote:


Ben,
I have seen the same behavior.  Although I have not had time to determine
what is
the root cause, I think it may the IDE, Eclipse in my case, locking the
dependency
in the local repository and Maven not complaining when it can not replace
the file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:
> Hi,
>
> I am trying to include a snapshot that has been deployed to our
> internal repository. When I do mvn compile, maven complains that it
> couldn't resolve the dependency.
>
> Is this a bug with maven 2.0.4?
>
> Ben
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: [M2] Snapshots deployed to server not being found

2006-06-05 Thread Paul Spencer

Ben,
I have seen the same behavior.  Although I have not had time to determine what 
is
the root cause, I think it may the IDE, Eclipse in my case, locking the 
dependency
in the local repository and Maven not complaining when it can not replace the 
file.  Again
I have not had time to verify this, it is just a hunch.

Paul Spencer

ben short wrote:

Hi,

I am trying to include a snapshot that has been deployed to our
internal repository. When I do mvn compile, maven complains that it
couldn't resolve the dependency.

Is this a bug with maven 2.0.4?

Ben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short

Alexandre,

Your using Proximity?

I have email the Proximity guy, but wasnt able to give him much info
as the log contained nothing.

Ben

On 6/5/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote:

Same problem here, snapshots are not resolved anymore but they used to
be in the past. Now, if I release a version of the same dependency and
depends upon it instead of the snapshot version, everything works.
Looks like a bug to me.

On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:
> Olivier,
>
> Ah, I have proximity
> (https://is-micro.myip.hu/projects/ismicro-commons/proximity/) setup
> as a mirror of central.
>
> Will try setting up the settings.xml as you have, and then get ontp
> the proximity guys.
>
> Thanks
>
> Ben
>
>
> On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> > Strange,
> > Because for me it works well.
> > How your company repositories are declared ?
> >
> > In my case, we have two company repo declared in developpers
> > settings.xml :
> >
> > Release one :
> > 
> > 
> >
> > never
> > 
> > 
> >
> > never
> > 
> > id
> > id-maven2
> > http://ip/maven2
> > 
> >
> > Snapshot one :
> > 
> > 
> >
> > never
> > false
> > 
> > 
> >
> > interval:30
> > 
> > id-snapshots
> > id-maven2-snapshots
> > http://ip/snapshots
> > 
> >
> > This works like a charm.
> > I have just tryed with a rm -rf $HOME/.m2/repository/com
> > And all artifacts downloaded without trouble.
> >
> > --
> > Olivier
> >
> > -Message d'origine-
> > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
> > ben short
> > Envoyé : lundi 5 juin 2006 12:29
> > À : Maven Users List
> > Objet : Re: RE : [M2] Snapshots deployed to server not being found
> >
> >
> > Oliver,
> >
> > I have tried the -U. But i dont have any version of the artifact in my
> > local repo. So i would of assumed that it would download it.
> >
> > Ben
> >
> > On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > > Try -U (sometimes saved troubles)
> > > You can change updatePolicy in your settings for this repo (during a
> > > furious dev phase you set always ;-) or interval:xxx in minutes)
> > >
> > > --
> > > Olivier
> > >
> > > -Message d'origine-
> > > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part
> > > de ben short Envoyé : lundi 5 juin 2006 12:13
> > > À : Maven Users List
> > > Objet : [M2] Snapshots deployed to server not being found
> > >
> > >
> > > Hi,
> > >
> > > I am trying to include a snapshot that has been deployed to our
> > > internal repository. When I do mvn compile, maven complains that it
> > > couldn't resolve the dependency.
> > >
> > > Is this a bug with maven 2.0.4?
> > >
> > > Ben
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > > This e-mail, any attachments and the information contained therein
> > > ("this message") are confidential and intended solely for the use of
> > the addressee(s). If you have received this message in error please send
> > it back to the sender and delete it. Unauthorized publication, use,
> > dissemination or disclosure of this message, either in whole or in part
> > is strictly prohibited.
> > >
> > 
> > --
> > > Ce message électroniq

Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread Alexandre Poitras

Same problem here, snapshots are not resolved anymore but they used to
be in the past. Now, if I release a version of the same dependency and
depends upon it instead of the snapshot version, everything works.
Looks like a bug to me.

On 6/5/06, ben short <[EMAIL PROTECTED]> wrote:

Olivier,

Ah, I have proximity
(https://is-micro.myip.hu/projects/ismicro-commons/proximity/) setup
as a mirror of central.

Will try setting up the settings.xml as you have, and then get ontp
the proximity guys.

Thanks

Ben


On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Strange,
> Because for me it works well.
> How your company repositories are declared ?
>
> In my case, we have two company repo declared in developpers
> settings.xml :
>
> Release one :
> 
> 
>
> never
> 
> 
>
> never
> 
> id
> id-maven2
> http://ip/maven2
> 
>
> Snapshot one :
> 
> 
>
> never
> false
> 
> 
>
> interval:30
> 
> id-snapshots
> id-maven2-snapshots
> http://ip/snapshots
> 
>
> This works like a charm.
> I have just tryed with a rm -rf $HOME/.m2/repository/com
> And all artifacts downloaded without trouble.
>
> --
> Olivier
>
> -Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
> ben short
> Envoyé : lundi 5 juin 2006 12:29
> À : Maven Users List
> Objet : Re: RE : [M2] Snapshots deployed to server not being found
>
>
> Oliver,
>
> I have tried the -U. But i dont have any version of the artifact in my
> local repo. So i would of assumed that it would download it.
>
> Ben
>
> On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Try -U (sometimes saved troubles)
> > You can change updatePolicy in your settings for this repo (during a
> > furious dev phase you set always ;-) or interval:xxx in minutes)
> >
> > --
> > Olivier
> >
> > -Message d'origine-
> > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part
> > de ben short Envoyé : lundi 5 juin 2006 12:13
> > À : Maven Users List
> > Objet : [M2] Snapshots deployed to server not being found
> >
> >
> > Hi,
> >
> > I am trying to include a snapshot that has been deployed to our
> > internal repository. When I do mvn compile, maven complains that it
> > couldn't resolve the dependency.
> >
> > Is this a bug with maven 2.0.4?
> >
> > Ben
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > This e-mail, any attachments and the information contained therein
> > ("this message") are confidential and intended solely for the use of
> the addressee(s). If you have received this message in error please send
> it back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in part
> is strictly prohibited.
> >
> 
> --
> > Ce message électronique et tous les fichiers joints ainsi que  les
> informations contenues dans ce message ( ci après "le message" ), sont
> confidentiels et destinés exclusivement à l'usage de la  personne à
> laquelle ils sont adressés. Si vous avez reçu ce message par erreur,
> merci  de le renvoyer à son émetteur et de le détruire. Toutes
> diffusion, publication, totale ou partielle ou divulgation sous quelque
> forme que se soit non expressément autorisées de ce message, sont
> interdites.
> >
> 
> -
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional

Re: RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short

Olivier,

Ah, I have proximity
(https://is-micro.myip.hu/projects/ismicro-commons/proximity/) setup
as a mirror of central.

Will try setting up the settings.xml as you have, and then get ontp
the proximity guys.

Thanks

Ben


On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:

Strange,
Because for me it works well.
How your company repositories are declared ?

In my case, we have two company repo declared in developpers
settings.xml :

Release one :



never



never

id
id-maven2
http://ip/maven2


Snapshot one :



never
false



interval:30

id-snapshots
id-maven2-snapshots
http://ip/snapshots


This works like a charm.
I have just tryed with a rm -rf $HOME/.m2/repository/com
And all artifacts downloaded without trouble.

--
Olivier

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
ben short
Envoyé : lundi 5 juin 2006 12:29
À : Maven Users List
Objet : Re: RE : [M2] Snapshots deployed to server not being found


Oliver,

I have tried the -U. But i dont have any version of the artifact in my
local repo. So i would of assumed that it would download it.

Ben

On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Hi,
> Try -U (sometimes saved troubles)
> You can change updatePolicy in your settings for this repo (during a
> furious dev phase you set always ;-) or interval:xxx in minutes)
>
> --
> Olivier
>
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part
> de ben short Envoyé : lundi 5 juin 2006 12:13
> À : Maven Users List
> Objet : [M2] Snapshots deployed to server not being found
>
>
> Hi,
>
> I am trying to include a snapshot that has been deployed to our
> internal repository. When I do mvn compile, maven complains that it
> couldn't resolve the dependency.
>
> Is this a bug with maven 2.0.4?
>
> Ben
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> This e-mail, any attachments and the information contained therein
> ("this message") are confidential and intended solely for the use of
the addressee(s). If you have received this message in error please send
it back to the sender and delete it. Unauthorized publication, use,
dissemination or disclosure of this message, either in whole or in part
is strictly prohibited.
>

--
> Ce message électronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message ( ci après "le message" ), sont
confidentiels et destinés exclusivement à l'usage de la  personne à
laquelle ils sont adressés. Si vous avez reçu ce message par erreur,
merci  de le renvoyer à son émetteur et de le détruire. Toutes
diffusion, publication, totale ou partielle ou divulgation sous quelque
forme que se soit non expressément autorisées de ce message, sont
interdites.
>

-
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread Olivier Lamy
Strange,
Because for me it works well.
How your company repositories are declared ?

In my case, we have two company repo declared in developpers
settings.xml :

Release one :



never



never

id
id-maven2
http://ip/maven2


Snapshot one :



never
false



interval:30

id-snapshots
id-maven2-snapshots
http://ip/snapshots


This works like a charm.
I have just tryed with a rm -rf $HOME/.m2/repository/com
And all artifacts downloaded without trouble.

--
Olivier

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
ben short
Envoyé : lundi 5 juin 2006 12:29
À : Maven Users List
Objet : Re: RE : [M2] Snapshots deployed to server not being found


Oliver,

I have tried the -U. But i dont have any version of the artifact in my
local repo. So i would of assumed that it would download it.

Ben

On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:
> Hi,
> Try -U (sometimes saved troubles)
> You can change updatePolicy in your settings for this repo (during a 
> furious dev phase you set always ;-) or interval:xxx in minutes)
>
> --
> Olivier
>
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part 
> de ben short Envoyé : lundi 5 juin 2006 12:13
> À : Maven Users List
> Objet : [M2] Snapshots deployed to server not being found
>
>
> Hi,
>
> I am trying to include a snapshot that has been deployed to our 
> internal repository. When I do mvn compile, maven complains that it 
> couldn't resolve the dependency.
>
> Is this a bug with maven 2.0.4?
>
> Ben
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> This e-mail, any attachments and the information contained therein 
> ("this message") are confidential and intended solely for the use of
the addressee(s). If you have received this message in error please send
it back to the sender and delete it. Unauthorized publication, use,
dissemination or disclosure of this message, either in whole or in part
is strictly prohibited.
>

--
> Ce message électronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message ( ci après "le message" ), sont
confidentiels et destinés exclusivement à l'usage de la  personne à
laquelle ils sont adressés. Si vous avez reçu ce message par erreur,
merci  de le renvoyer à son émetteur et de le détruire. Toutes
diffusion, publication, totale ou partielle ou divulgation sous quelque
forme que se soit non expressément autorisées de ce message, sont
interdites.
>

-
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread ben short

Oliver,

I have tried the -U. But i dont have any version of the artifact in my
local repo. So i would of assumed that it would download it.

Ben

On 6/5/06, Olivier Lamy <[EMAIL PROTECTED]> wrote:

Hi,
Try -U (sometimes saved troubles)
You can change updatePolicy in your settings for this repo (during a
furious dev phase you set always ;-) or interval:xxx in minutes)

--
Olivier

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
ben short
Envoyé : lundi 5 juin 2006 12:13
À : Maven Users List
Objet : [M2] Snapshots deployed to server not being found


Hi,

I am trying to include a snapshot that has been deployed to our internal
repository. When I do mvn compile, maven complains that it couldn't
resolve the dependency.

Is this a bug with maven 2.0.4?

Ben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). If 
you have received this message in error please send it back to the sender and delete it. 
Unauthorized publication, use, dissemination or disclosure of this message, either in 
whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations contenues 
dans ce message ( ci après "le message" ), sont confidentiels et destinés 
exclusivement à l'usage de la  personne à laquelle ils sont adressés. Si vous avez reçu 
ce message par erreur, merci  de le renvoyer à son émetteur et de le détruire. Toutes 
diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit 
non expressément autorisées de ce message, sont interdites.
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE : [M2] Snapshots deployed to server not being found

2006-06-05 Thread Olivier Lamy
Hi,
Try -U (sometimes saved troubles)
You can change updatePolicy in your settings for this repo (during a
furious dev phase you set always ;-) or interval:xxx in minutes)

--
Olivier

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de
ben short
Envoyé : lundi 5 juin 2006 12:13
À : Maven Users List
Objet : [M2] Snapshots deployed to server not being found


Hi,

I am trying to include a snapshot that has been deployed to our internal
repository. When I do mvn compile, maven complains that it couldn't
resolve the dependency.

Is this a bug with maven 2.0.4?

Ben

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
--
Ce message électronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci après "le message" ), sont confidentiels et 
destinés exclusivement à l'usage de la  personne à laquelle ils sont adressés. 
Si vous avez reçu ce message par erreur, merci  de le renvoyer à son émetteur 
et de le détruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressément autorisées de ce 
message, sont interdites.
-


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]