Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 50654 invoked from network); 24 May 2010 17:04:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 May 2010 17:04:45 -0000 Received: (qmail 69322 invoked by uid 500); 24 May 2010 17:04:45 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 69290 invoked by uid 500); 24 May 2010 17:04:44 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 69282 invoked by uid 500); 24 May 2010 17:04:44 -0000 Delivered-To: apmail-hadoop-hbase-dev@hadoop.apache.org Received: (qmail 69279 invoked by uid 99); 24 May 2010 17:04:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 17:04:44 +0000 X-ASF-Spam-Status: No, hits=-1458.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 May 2010 17:04:44 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4OH4NE7010172 for ; Mon, 24 May 2010 17:04:24 GMT Message-ID: <23616791.13041274720663786.JavaMail.jira@thor> Date: Mon, 24 May 2010 13:04:23 -0400 (EDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-2590) Failed parse of branch element in saveVersion.sh In-Reply-To: <6447284.23471274462835836.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2590. -------------------------- Hadoop Flags: [Reviewed] Resolution: Fixed Committed the cleanup. Thanks Benoit. > Failed parse of branch element in saveVersion.sh > ------------------------------------------------ > > Key: HBASE-2590 > URL: https://issues.apache.org/jira/browse/HBASE-2590 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: Benoit Sigoure > Fix For: 0.21.0 > > Attachments: 0001-Fix-HBASE-2590.patch > > > A mvn build would fail because of the string it was getting back from svn: > {code} > [exec] not part of the command. > Execute:Java13CommandLauncher: Executing 'sh' with arguments: > '/home/X/Y/hadoop/branches/V.V/hbase/hbase-trunk/src/saveVersion.sh' > '0.21.0-SNAPSHOT' > '/home/X/Y/hadoop/branches/V.V/hbase-trunk/target/generated-sources' > The ' characters around the executable and arguments are > not part of the command. > [exec] sed: -e expression #6, char 48: unterminated `s' command > [exec] Result: 1 > {code} > Path amended in the above to protect the innocent. > The failure was around parse of branch. Branch is not used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.