Re: keyword "SNAPSHOT" in depedency version is ignored

2005-11-06 Thread Brett Porter
Was there something specific you were expecting that isn't there?? > > > -Original Message- > From: Jeff Jensen [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 06, 2005 7:28 PM > To: 'Maven Users List' > Subject: RE: keyword "SNAPSHOT"

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-06 Thread Jeff Jensen
3.8.1 (setting version to: 3.8.1 from range: [3.8.1,)) [DEBUG] junit:junit:jar:3.8.1 (selected for test) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 6:39 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency ver

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-06 Thread Jeff Jensen
8.1 (selected for test) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 6:39 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored Could you run with -X so it tells you exactly which file has the che

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-11-06 Thread Brett Porter
on my part, or perhaps a bug? > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005 5:58 PM > To: Maven Users List > Subject: Re: keyword "SNAPSHOT" in depedency version is ignored > > What was the depend

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-06 Thread Jeff Jensen
day, November 03, 2005 5:58 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored What was the dependency? Do you have a test case? - Brett On 11/4/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > I'm not able to make this work. I tried: >

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brian E. Fox
riginal Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 6:58 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored What was the dependency? Do you have a test case? - Brett On 11/4/05, Brian E. Fox <[EM

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brett Porter
; -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Monday, October 31, 2005 3:27 PM > To: Maven Users List > Subject: Re: keyword "SNAPSHOT" in depedency version is ignored > > This functionality already exists in Maven 2.0. > > [1.0

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brian E. Fox
rsion without depending on unstable snapshot builds and without > > having to manually update all the poms everytime a new module is published. > > > > -Original Message- > > From: Lukas Theussl [mailto:[EMAIL PROTECTED] > > Sent: Monday, October 31, 2005 1:01 PM

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-11-01 Thread Katsuya Takahashi
Hi My point is what Brian explained. I'm sorry for wandering from the subject. Brett Porter wrote: This functionality already exists in Maven 2.0. [1.0,) indicates >= 1.0 I tried this functionality and it works well! Thank you all! Katsuya Takahashi -

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-31 Thread Brett Porter
ithout having > > to manually update all the poms everytime a new module is published. > > > > -Original Message- > > From: Lukas Theussl [mailto:[EMAIL PROTECTED] > > Sent: Monday, October 31, 2005 1:01 PM > > To: Maven Users List > > Subj

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-31 Thread Lukas Theussl
stable snapshot builds and without having to manually update all the poms everytime a new module is published. -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 1:01 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in dep

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-10-31 Thread Brian E. Fox
- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 1:01 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored Hi, > What if a released component on remote repository has any bugs? This just underscores my point,

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-31 Thread Lukas Theussl
Hi, What if a released component on remote repository has any bugs? This just underscores my point, no? Generally, I think upgrading (or downgrading) a dependency is always something that should be done very carefully and very consciously, I wouldn't want to have that done automatically.

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-31 Thread Katsuya Takahashi
Hi I am new to maven and I also misunderstood about SNAPSHOT. personally, I am not sure if I would want such a functionality. Having the latest releases downloaded automatically is not always what you want and could even be dangerous (what if the dependency project publishes a backwards-incom

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-28 Thread Lukas Theussl
uot; To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored Date: Thu, 27 Oct 2005 21:11:08 + This is a misunderstanding of the SNAPSHOT functionality, maven does _not_ replace SNAPSHOT with the latest available version of a project. Using a SNAPSH

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-28 Thread Gianfranco Oldani
will not be possible. Regards. Gianfranco Oldani Original Message Follows From: Lukas Theussl <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: Maven Users List Subject: Re: keyword "SNAPSHOT" in depedency version is ignored Date: Thu, 27 Oct

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-10-27 Thread Lukas Theussl
This is a misunderstanding of the SNAPSHOT functionality, maven does _not_ replace SNAPSHOT with the latest available version of a project. Using a SNAPSHOT dependency still assumes that the project that you depend upon has actually published a SNAPSHOT. This is not the case for commons-loggin