Re: mvnDebug with problems

2015-04-24 Thread Mark Struberg
+1 sounds like a plan. LieGrue, strub > Am 24.04.2015 um 18:55 schrieb Andreas Gudian : > > In the windows script, I introduced a new variable for the debug settings - > perhaps we can do the same for the shell scripts. > > Am Freitag, 24. April 2015 schrieb Francisco Collao Gárate : > >> Yep

Re: Maven Compat + Maven 3.0 Plugin Part 1: Mercury

2015-04-24 Thread Robert Scholte
Hi all, the Installer parts of the maven-artifact-transfer looks complete for the maven-install-plugin. I've tested it with every version between 3.0 - 3.3.3 and now they all pass. Next steps would be to verify this implementation with the maven-invoker-plugin as well. For the Deployer part

[VOTE] ASF Parent POM Version 17

2015-04-24 Thread Karl Heinz Marbaise
Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250&version=12329009 Staging repo: https://repository.apache.org/content/repositories/orgapacheapache-1005 https://repository.apache.org/content/repositories/orgapacheapache-1005/org/apache/apache/17/

Re: VOTE] Release Apache Maven Assembly Plugin version 2.5.4

2015-04-24 Thread Dan Tran
+1 none binding tested with my production build Thanks -D On Fri, Apr 24, 2015 at 10:42 AM, Karl Heinz Marbaise wrote: > Hi Kristian, > > tested with Maven 2.2.1, 3.0.5, 3.1.1, 3.2.5, 3.3.1 > > without any issue so +1 from me. > > Kind regards > Karl Heinz Marbaise > > On 4/23/15 8:27 PM, Kri

Re: VOTE] Release Apache Maven Assembly Plugin version 2.5.4

2015-04-24 Thread Karl Heinz Marbaise
Hi Kristian, tested with Maven 2.2.1, 3.0.5, 3.1.1, 3.2.5, 3.3.1 without any issue so +1 from me. Kind regards Karl Heinz Marbaise On 4/23/15 8:27 PM, Kristian Rosenvold wrote: Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12330363

Re: mvnDebug with problems

2015-04-24 Thread Andreas Gudian
In the windows script, I introduced a new variable for the debug settings - perhaps we can do the same for the shell scripts. Am Freitag, 24. April 2015 schrieb Francisco Collao Gárate : > Yep the behavior is different, in my case I was using a .mavenrc, so > when I use the mvnDebug add all optio

Re: mvnDebug with problems

2015-04-24 Thread Francisco Collao Gárate
Yep the behavior is different, in my case I was using a .mavenrc, so when I use the mvnDebug add all options for opts and debug BUT.. when finally execute mvn bin all that env variables are deleted with this peace of code: if [ -z "$MAVEN_SKIP_RC" ] ; then if [ -f /etc/mavenrc ] ; then . /e

Re: [VOTE] Maven 3.3.3 Release

2015-04-24 Thread Mark Struberg
Same result with 3.3.1. Latest working maven I have locally is 3.2.1: ~/tmp/delete/CDI-Sandbox/converter$>/opt/apache/apache-maven-3.2.1/bin/mvnDebug clean test -Powb-1.5 -Dtest=ConvertTest Preparing to Execute Maven in Debug Mode Listening for transport dt_socket at address: 8000 Now the same

Re: [VOTE] Maven 3.3.3 Release

2015-04-24 Thread Jason van Zyl
If you can an issue in JIRA and try with 3.3.1 and it fails then we'll know where it started. That's likely it as that's where we changed the scripts. I'm using your exact MAVEN_OPTS and it's working here to startup and debug in Eclipse. On Apr 24, 2015, at 8:20 AM, Mark Struberg wrote: > Re

Re: [VOTE] Maven 3.3.3 Release

2015-04-24 Thread Mark Struberg
Re-tested with 3.3.2 and it doesn’t work there neither on my box. 3.0.5 and 3.1.1 work fine not sure if this has an impact, but I have the following in my /etc/mavenrc: export MAVEN_OPTS="-Xms128m -Xmx512m -XX:MaxPermSize=196m -client" Using OS X 10.10.3 with java7 and 8. LieGrue, strub > Am

Re: [VOTE] Maven 3.3.3 Release

2015-04-24 Thread Jason van Zyl
Working fine here. The scripts haven't changed since the end of February. Anyone else confirm an issue with remote debugging? On Apr 24, 2015, at 3:24 AM, Mark Struberg wrote: > maybe I missed some change, but I cannot run mvnDebug anymore. It nicely says > that I start in debug mode, but does

Early Access builds for JDK 9 b60 and JDK 8u60 b12 are available on java.net

2015-04-24 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access build for JDK 9 b60 available on java.net, summary of changes are listed here Early Access build for JDK 8u60 b12 is available

Re: [VOTE] Maven 3.3.3 Release

2015-04-24 Thread Mark Struberg
maybe I missed some change, but I cannot run mvnDebug anymore. It nicely says that I start in debug mode, but doesn’t open a debug port and neither doesn’t wait for me to attach. Anything I missed, or is this really a regression? txs and LieGrue, strub > Am 22.04.2015 um 14:22 schrieb Jason