Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 57976 invoked from network); 19 Feb 2009 22:25:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 22:25:26 -0000 Received: (qmail 41425 invoked by uid 500); 19 Feb 2009 22:25:26 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 41363 invoked by uid 500); 19 Feb 2009 22:25:26 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 41354 invoked by uid 99); 19 Feb 2009 22:25:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 14:25:26 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 22:25:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E96A32388870; Thu, 19 Feb 2009 22:24:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746035 - in /maven/components/trunk: bs build-mercury.xml Date: Thu, 19 Feb 2009 22:24:58 -0000 To: commits@maven.apache.org From: ogusakov@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090219222458.E96A32388870@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ogusakov Date: Thu Feb 19 22:24:58 2009 New Revision: 746035 URL: http://svn.apache.org/viewvc?rev=746035&view=rev Log: [MNG-3969] debugging bootstrap Modified: maven/components/trunk/bs maven/components/trunk/build-mercury.xml Modified: maven/components/trunk/bs URL: http://svn.apache.org/viewvc/maven/components/trunk/bs?rev=746035&r1=746034&r2=746035&view=diff ============================================================================== --- maven/components/trunk/bs (original) +++ maven/components/trunk/bs Thu Feb 19 22:24:58 2009 @@ -5,6 +5,9 @@ # and maven-3 requires a specific default implementation # export CLASSPATH=./mercury-ant-tasks-1.0-alpha-6-SNAPSHOT.jar -export ANT_OPTS='-Dmercury.log.threshold=warn -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dmaven.repo.central=http://repository.sonatype.org/content/groups/public ' +export ANT_OPTS='-Dmercury.log.threshold=debug -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory -Dmercury.repo.central=http://repository.sonatype.org/content/groups/public ' #export ANT_OPTS=$ANT_OPTS' -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000' -ant -f build-mercury.xml + +echo ANT_OPTS=$ANT_OPTS + +ant -f build-mercury.xml $* Modified: maven/components/trunk/build-mercury.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/build-mercury.xml?rev=746035&r1=746034&r2=746035&view=diff ============================================================================== --- maven/components/trunk/build-mercury.xml (original) +++ maven/components/trunk/build-mercury.xml Thu Feb 19 22:24:58 2009 @@ -19,18 +19,18 @@ - + @@ -57,7 +57,7 @@ - + @@ -69,8 +69,8 @@ --> - - + + maven.home = ${maven.home} @@ -78,53 +78,50 @@ - - + + - - - + + + - - - - + + ---> + - - + @@ -158,8 +155,8 @@ - - + + @@ -169,7 +166,7 @@ - + @@ -202,6 +199,7 @@ + @@ -209,10 +207,15 @@ + + ======================================================================== + + mercury.classpath=${mc} + ======================================================================== - + @@ -226,7 +229,7 @@ - + @@ -235,9 +238,9 @@ - + - The new Maven distribution was created as part of the MAVEN-COMPILE step, above. + The new Maven distribution was created as part of the MAVEN-COMPILE step, above. This goal just validates the presence of that distribution. @@ -260,7 +263,7 @@ - + - +