From commits-return-7665-archive-asf-public=cust-asf.ponee.io@openwebbeans.apache.org Wed Sep 19 21:08:54 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 53108180677 for ; Wed, 19 Sep 2018 21:08:54 +0200 (CEST) Received: (qmail 75775 invoked by uid 500); 19 Sep 2018 19:08:53 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 75764 invoked by uid 99); 19 Sep 2018 19:08:53 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2018 19:08:53 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D57DD3A0042 for ; Wed, 19 Sep 2018 19:08:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1841364 - /openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Date: Wed, 19 Sep 2018 19:08:52 -0000 To: commits@openwebbeans.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180919190852.D57DD3A0042@svn01-us-west.apache.org> Author: struberg Date: Wed Sep 19 19:08:52 2018 New Revision: 1841364 URL: http://svn.apache.org/viewvc?rev=1841364&view=rev Log: MEECROWAVE-142 swap server=y and the address param was needed to get debug working on some JVMs :( Modified: openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Modified: openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh URL: http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh?rev=1841364&r1=1841363&r2=1841364&view=diff ============================================================================== --- openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh (original) +++ openwebbeans/meecrowave/trunk/meecrowave-maven-plugin/src/main/resources/bin/meecrowave.sh Wed Sep 19 19:08:52 2018 @@ -284,7 +284,7 @@ if [ "$1" = "jpda" ] ; then JPDA_SUSPEND="n" fi if [ -z "$JPDA_OPTS" ]; then - JPDA_OPTS="-agentlib:jdwp=transport=$JPDA_TRANSPORT,address=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND" + JPDA_OPTS="-agentlib:jdwp=transport=$JPDA_TRANSPORT,server=y,address=$JPDA_ADDRESS,suspend=$JPDA_SUSPEND" fi MEECROWAVE_OPTS="$JPDA_OPTS $MEECROWAVE_OPTS" shift