Re: Version range special cases?

2008-11-17 Thread Oleg Gusakov
Hervé BOUTEMY wrote: But anyway, how does it make sense for [1.0.0,2.0.0) (with an *exclusive* upper bound of 2.0.0) to include anything from the 2.0.0. branch? if you don"t want to include anything from the 2.0.0 branch, you have to write you range as [1.0.0,2.0.0-SNAPSHOT), which is con

Re: RFC : integration tests

2008-11-17 Thread Brett Porter
I agree, for a future version of Maven. What I think is needed is reusable test lifecycles so you get the source directory, compilation and resources sequence, and then the run. You might also like to look at the slides from my talk at ApacheCon that cover the two alternatives that are avai

RE: svn commit: r718176 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder: PomClassicDomainModel.java impl/DefaultProjectBuilder.java listeners/BuildExtensionLi

2008-11-17 Thread Brian E. Fox
>> -return projectDirectory != null; >> +return projectDirectory != null && new File(projectDirectory, >> "pom.xml").exists(); >> } >Will that work in all cases? For instance, there is the concept of a >release-pom.xml and furthermore users are free to specify POMs with >a

Re: Issues for Maven Ant Tasks

2008-11-17 Thread Jason van Zyl
On 17-Nov-08, at 5:19 PM, Benjamin Bentmann wrote: Hi, regarding JIRA issues for the Maven Ant Tasks, there is both a component under MNG [0] and a standalone project MANTTASKS. Should we move all issues from the component over to the standalone project and delete the component from MNG?

Re: Issues for Maven Ant Tasks

2008-11-17 Thread Paul Gier
Ok, I see it has been removed already. Paul Gier wrote: Oops, I guess I created a couple of issues in the wrong place. Thanks for fixing this. Should the ant tasks jira component be removed completely to prevent new issues being created there? Brett Porter wrote: yes... I think they must j

Re: Issues for Maven Ant Tasks

2008-11-17 Thread Paul Gier
Oops, I guess I created a couple of issues in the wrong place. Thanks for fixing this. Should the ant tasks jira component be removed completely to prevent new issues being created there? Brett Porter wrote: yes... I think they must just be some left overs On 18/11/2008, at 9:19 AM, Benjami

Re: Issues for Maven Ant Tasks

2008-11-17 Thread Brett Porter
yes... I think they must just be some left overs On 18/11/2008, at 9:19 AM, Benjamin Bentmann wrote: Hi, regarding JIRA issues for the Maven Ant Tasks, there is both a component under MNG [0] and a standalone project MANTTASKS. Should we move all issues from the component over to the stand

Issues for Maven Ant Tasks

2008-11-17 Thread Benjamin Bentmann
Hi, regarding JIRA issues for the Maven Ant Tasks, there is both a component under MNG [0] and a standalone project MANTTASKS. Should we move all issues from the component over to the standalone project and delete the component from MNG? Benjamin [0] http://jira.codehaus.org/browse/MNG/co

Re: svn commit: r718166 - in /maven/touchstone: ./ touchstone/ touchstone/.settings/ touchstone/src/ touchstone/src/main/ touchstone/src/main/java/ touchstone/src/main/java/org/ touchstone/src/main/ja

2008-11-17 Thread Benjamin Bentmann
Hi Jason, Author: jvanzyl Date: Sun Nov 16 19:26:07 2008 New Revision: 718166 URL: http://svn.apache.org/viewvc?rev=718166&view=rev Added: maven/touchstone/ maven/touchstone/touchstone/ maven/touchstone/touchstone/.settings/ maven/touchstone/touchstone/.settings/org.eclipse.jdt

Re: svn commit: r718176 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder: PomClassicDomainModel.java impl/DefaultProjectBuilder.java listeners/BuildExtensionLi

2008-11-17 Thread Benjamin Bentmann
Hi Shane, Author: sisbell Date: Sun Nov 16 22:23:46 2008 New Revision: 718176 URL: http://svn.apache.org/viewvc?rev=718176&view=rev Log: Configured build extension listener to only fire on poms within the build. [...] Modified: maven/components/trunk/maven-project/src/main/java/org/apache/mave

Re: svn commit: r718176 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder: PomClassicDomainModel.java impl/DefaultProjectBuilder.java listeners/BuildExtensionLi

2008-11-17 Thread Jason van Zyl
On 17-Nov-08, at 1:23 AM, [EMAIL PROTECTED] wrote: Author: sisbell Date: Sun Nov 16 22:23:46 2008 New Revision: 718176 URL: http://svn.apache.org/viewvc?rev=718176&view=rev Log: Configured build extension listener to only fire on poms within the build. It's not only with the current reac

Re: svn commit: r718176 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder: PomClassicDomainModel.java impl/DefaultProjectBuilder.java listeners/BuildExtensionLi

2008-11-17 Thread Shane Isbell
It will pick up extensions in ancestry as well, since the search is applied after inheritance has been completed. Shane On Mon, Nov 17, 2008 at 5:22 AM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On 17-Nov-08, at 1:23 AM, [EMAIL PROTECTED] wrote: > > Author: sisbell >> Date: Sun Nov 16 22:23:

Re: svn commit: r718176 - in /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/builder: PomClassicDomainModel.java impl/DefaultProjectBuilder.java listeners/BuildExtensionLi

2008-11-17 Thread Jason van Zyl
On 17-Nov-08, at 1:23 AM, [EMAIL PROTECTED] wrote: Author: sisbell Date: Sun Nov 16 22:23:46 2008 New Revision: 718176 URL: http://svn.apache.org/viewvc?rev=718176&view=rev Log: Configured build extension listener to only fire on poms within the build. It's not only with the current reac