Re: [m2] Conflict resolvers

2007-06-23 Thread Brett Porter
On 22/06/2007, at 8:15 PM, Mark Hobson wrote: On 22/06/07, Brett Porter <[EMAIL PROTECTED]> wrote: It's never been an alternative, but it was implemented as "newest wins" in an early alpha. Curse the person who switched to nearest! ;) Sorry :( At the time, the repository data (mostly conv

Asking for feedback on WAGON-82

2007-06-23 Thread Jochen Wiedmann
Hi, may I ask that anyone volunteers as an assignee for WAGON-82? This is the nasty bug that prevents webdav via proxy, a problem which other Mojo developers surely share with me. I've been adding a patch, but received no response so far, Thanks, Jochen -- "Besides, manipulating elections is u

Re: Testing maven-artifact-manager patches

2007-06-23 Thread Jochen Wiedmann
On 6/20/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: What was the failure, I just built the release and the tag should work fine. Most possibly a problem in my repository: I started with a clean repository and now it works. Sorry, Jochen -- "Besides, manipulating elections is under penalty

Re: Finding the most popular issues for 2.0.x

2007-06-23 Thread Jason van Zyl
Nope, that's fine. I'd like the issue set for the sprint to be final by next Friday so that's cool. On 23 Jun 07, at 11:05 AM 23 Jun 07, Dennis Lundberg wrote: Jason van Zyl wrote: Hi, There is the "Popular Issues" in JIRA which shows the votes overall for a project: http://jira.codehaus.o

Re: Problems with the stage-plugin on Windows

2007-06-23 Thread Dennis Lundberg
We need to decide what to do about the wagon dependency before we can release it. Currently the plugin depends on wagon 1.0-rc1-SNAPSHOT. I don't follow wagon development so I don't know how far off an rc1 release is. It would be nice if the repositoryId parameter could pick up the username a

result code for mvn.bat on windows broken

2007-06-23 Thread Tom Huybrechts
Hi, can anybody confirm/deny that the changes to mvn.bat in r543625 have broken result codes ? Errors are no longer reported in 2.0.7. If I restore the @endLocal, it works as it did before. :error +if "%OS%"=="Windows_NT" @endlocal set ERROR_CODE=1 Tom ---

Re: Problems with the stage-plugin on Windows

2007-06-23 Thread Jason van Zyl
All sounds good. Shall we prepare a release? I can write up some doco but it's probably good to get a quick alpha release out. On 23 Jun 07, at 8:36 AM 23 Jun 07, Dennis Lundberg wrote: Jason van Zyl wrote: On 9 Jun 07, at 5:56 AM 9 Jun 07, Dennis Lundberg wrote: Sure. I think I've found out

Re: Finding the most popular issues for 2.0.x

2007-06-23 Thread Dennis Lundberg
Jason van Zyl wrote: Hi, There is the "Popular Issues" in JIRA which shows the votes overall for a project: http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system.project:popularissues-panel Is there an easy way in JIRA to see this for a specific version like "2.0.x"

Re: [RESULT][VOTE] Release maven-idea-plugin 2.1

2007-06-23 Thread Dennis Lundberg
Done. Just wait for it to sync. Stephane Nicoll wrote: Can we stage this on please? Stéphane On 6/13/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 12 Jun 07, at 2:10 PM 12 Jun 07, Dennis Lundberg wrote: > Here are the results of this vote: > > +1: Dennis Lundberg, Stephane Nicoll, Jason v

Re: Problems with the stage-plugin on Windows

2007-06-23 Thread Dennis Lundberg
Jason van Zyl wrote: On 9 Jun 07, at 5:56 AM 9 Jun 07, Dennis Lundberg wrote: Sure. I think I've found out why the process stopped after the files had been unzipped on the server. It turns out that we are using OS-dependent file separators in the rename script. Here's what that script looks

Re: Encoding issues for 2.0.8

2007-06-23 Thread Kenney Westerhof
Hervé BOUTEMY wrote: Le samedi 23 juin 2007, Brett Porter a écrit : We shouldn't permit relative entities in the POM - it would cause grief when deployed to the repository. - Brett ok, then the target API is read(InputStream) I won't add read(URL). I think read(URL) is actually the only go

Re: Encoding issues for 2.0.8

2007-06-23 Thread Hervé BOUTEMY
Le samedi 23 juin 2007, Brett Porter a écrit : > We shouldn't permit relative entities in the POM - it would cause > grief when deployed to the repository. > > - Brett ok, then the target API is read(InputStream) I won't add read(URL). regards, Hervé > > On 23/06/2007, at 5:29 AM, Hervé BOUTEMY