Re: version range question

2007-03-15 Thread Kenney Westerhof
like someone to bless it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, March 14, 2007 1:06 AM To: Maven Developers List Subject: Re: version range question I would create a jira issue with your tests as unit tests

RE: version range question

2007-03-15 Thread Brian E. Fox
); } -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 5:45 AM To: Maven Developers List Subject: Re: version range question I'm sorry, what is the problem exactly? createFromVersionSpec: treats version as a version range, so 2.0.5

Re: version range question

2007-03-15 Thread Kenney Westerhof
- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 5:45 AM To: Maven Developers List Subject: Re: version range question I'm sorry, what is the problem exactly? createFromVersionSpec: treats version as a version range, so 2.0.5 is treated as [2.0.5

RE: version range question

2007-03-15 Thread Brian E. Fox
- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 8:46 AM To: Maven Developers List Subject: Re: version range question Brian E. Fox wrote: The problem is that I assumed 2.0.5 == [2.0.5,). I can understand how it is when I see it and I can work

Re: version range question

2007-03-15 Thread Kenney Westerhof
: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 8:46 AM To: Maven Developers List Subject: Re: version range question Brian E. Fox wrote: The problem is that I assumed 2.0.5 == [2.0.5,). I can understand how it is when I see it and I can work with that. The problem now

RE: version range question

2007-03-15 Thread Brian E. Fox
patching the contains method. -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 9:18 AM To: Maven Developers List Subject: Re: version range question Brian E. Fox wrote: Well, I made the change and all the IT tests pass. I'm not surprised

Re: version range question

2007-03-15 Thread Kenney Westerhof
this breaks other unit tests. I'll make an IT test and see what happens just patching the contains method. -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, March 15, 2007 9:18 AM To: Maven Developers List Subject: Re: version range question Brian E. Fox

RE: version range question

2007-03-14 Thread Brian E. Fox
Developers List Subject: Re: version range question I would create a jira issue with your tests as unit tests then search for usages of createFromVersionSpec through the whole maven and see how it's used On 3/13/07, Brian E. Fox [EMAIL PROTECTED] wrote: I'm still having trouble with this. I

RE: version range question

2007-03-14 Thread Brian E. Fox
Of Carlos Sanchez Sent: Wednesday, March 14, 2007 1:06 AM To: Maven Developers List Subject: Re: version range question I would create a jira issue with your tests as unit tests then search for usages of createFromVersionSpec through the whole maven and see how it's used On 3/13/07, Brian E. Fox

RE: version range question

2007-03-13 Thread Brian E. Fox
I'm still having trouble with this. I wrote a sample class to show my problem. The issue is that all the contains calls are correct except that a singular version ie 2.0.5 always returns true. Is this an artifact bug, or am I doing something wrong? According to the javadoc for the method (shown in

Re: version range question

2007-03-13 Thread Carlos Sanchez
I would create a jira issue with your tests as unit tests then search for usages of createFromVersionSpec through the whole maven and see how it's used On 3/13/07, Brian E. Fox [EMAIL PROTECTED] wrote: I'm still having trouble with this. I wrote a sample class to show my problem. The issue is

RE: version range question

2007-02-18 Thread Brian E. Fox
My example below is slightly misleading. In the call to containsVersion() I am actually passing a proper ArtifactVersion not a string...I was trying to illustrate the contents of that param. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Sunday, February 18, 2007