Re: Maven release plugin: Address already in use!

2007-11-27 Thread Wayne Fay
It might be nice if Maven could be coded to watch for/parse this exception and provide a more user-friendly error message, though. Wayne On 11/27/07, Jorg Heymans <[EMAIL PROTECTED]> wrote: > It is not a maven limitation, but a java one. I would like the embedded > maven to still be launched with

Re: Maven release plugin: Address already in use!

2007-11-27 Thread Jorg Heymans
It is not a maven limitation, but a java one. I would like the embedded maven to still be launched with MAVEN_OPTS in any case. It is up to the developer to not set things in there that cannot be executed concurrently. Jorg On Nov 26, 2007 7:03 PM, Bashar Jawad <[EMAIL PROTECTED]> wrote: > Yup,

Re: Maven release plugin: Address already in use!

2007-11-26 Thread Bashar Jawad
Yup, that was the problem, removing the remote debug args fixed it. Should I file a Jira issue about it? Bashar Jorg Heymans wrote: I've seen this happening when MAVEN_OPTS is set to enable remote debugging. What happens is that the release plugin invokes a system exec of some sort of mvn which

RE: Maven release plugin: Address already in use!

2007-11-26 Thread nicklist
What does your SCM configuration look like? Which protocol are you using? Please give some more information. With regards, Nick Stolwijk -Original Message- From: Bashar Jawad [mailto:[EMAIL PROTECTED] Sent: Mon 11/26/2007 5:11 PM To: Maven Users List Subject: Re: Maven release plugin

Re: Maven release plugin: Address already in use!

2007-11-26 Thread Jorg Heymans
I've seen this happening when MAVEN_OPTS is set to enable remote debugging. What happens is that the release plugin invokes a system exec of some sort of mvn which then tries to use the same MAVEN_OPTS and fails because the debug port is already taken. Makes sense? Jorg On Nov 26, 2007 5:11 PM,

Re: Maven release plugin: Address already in use!

2007-11-26 Thread Bashar Jawad
I still can't resolve this issue. I am using Maven 2.0.7. This is a major blocker issue for me so I would really appreciate any help. Does anyone at least know what port the release plugin uses ? Thanks, Bashar Jawad wrote: I am trying to use the maven-release-plugin to prepare and perform a