michael-o commented on pull request #469: URL: https://github.com/apache/maven/pull/469#issuecomment-830782860
Yet another joke: ``` $ JAVA_VERSION=8 MAVEN_DEBUG_ADDRESS="localhost" apache-maven-4.0.0-alpha-1-SNAPSHOT-1/bin/mvnDebug Preparing to execute Maven in debug mode Listening for transport dt_socket at address: 65508 ^Cosipovmi@deblndw011x:~ $ JAVA_VERSION=11 MAVEN_DEBUG_ADDRESS="localhost" apache-maven-4.0.0-alpha-1-SNAPSHOT-1/bin/mvnDebug Preparing to execute Maven in debug mode ERROR: transport error 103: invalid port number specified ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:735] osipovmi@deblndw011x:~ $ JAVA_VERSION=15 MAVEN_DEBUG_ADDRESS="localhost" apache-maven-4.0.0-alpha-1-SNAPSHOT-1/bin/mvnDebug Preparing to execute Maven in debug mode ERROR: transport error 103: invalid port number specified ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:734] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
