Re: Version range resolution

2007-05-17 Thread Mark Hobson
On 17/05/07, Brett Porter <[EMAIL PROTECTED]> wrote: Sounds like a bug to me... Have a look at http://jira.codehaus.org/browse/MNG-2988 and see if that makes sense. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: Version range resolution

2007-05-17 Thread Brett Porter
Sounds like a bug to me... On 17/05/2007, at 9:02 AM, Mark Hobson wrote: Hi there, I'm working on tests for MRELEASE-177 which has led me to investigate how ranges are resolved. An example problem was [1.0,2.0] resolving to 2.0 irrespective of the repository metadata. This appears to be due

Version range resolution

2007-05-17 Thread Mark Hobson
Hi there, I'm working on tests for MRELEASE-177 which has led me to investigate how ranges are resolved. An example problem was [1.0,2.0] resolving to 2.0 irrespective of the repository metadata. This appears to be due to VersionRange.getSelectedVersion and isSelectedVersionKnown which selects

version range resolution inside plugin

2007-01-21 Thread Brian E. Fox
I'm trying to resolve mdep-50. Inside the dependency plugin, I use public Artifact createArtifact( String groupId, String artifactId, String version, String scope, String type ) to create the artifact. I pass in the range from the plugin configuration ( [3.7,4.0) for example ) directly to this