Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2BB38E6F5 for ; Wed, 19 Dec 2012 18:29:14 +0000 (UTC) Received: (qmail 86951 invoked by uid 500); 19 Dec 2012 18:29:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 86906 invoked by uid 500); 19 Dec 2012 18:29:13 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 86810 invoked by uid 99); 19 Dec 2012 18:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 18:29:13 +0000 Date: Wed, 19 Dec 2012 18:29:13 +0000 (UTC) From: "Pete Carlson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-916) Accumulo branch 1.4.0 from SVN won't build with maven 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/ACCUMULO-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536250#comment-13536250 ] Pete Carlson commented on ACCUMULO-916: --------------------------------------- But the mvn clean package an mvn package commands still fails on the build.sh script {noformat} c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag>mvn clean package [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] accumulo [INFO] cloudtrace [INFO] accumulo-start [INFO] accumulo-core [INFO] accumulo-server [INFO] accumulo-examples [INFO] examples-simple [INFO] accumulo-wikisearch [INFO] wikisearch-ingest [INFO] wikisearch-query [INFO] wikisearch-query-war [INFO] ------------------------------------------------------------------------ [INFO] Building accumulo [INFO] task-segment: [clean, package] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag\target [INFO] Deleting c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag\lib (includ es = [*.jar], excludes = []) [INFO] Deleting c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag\test (inclu des = [**/*.so], excludes = []) [INFO] Deleting c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag (includes = [**/*.pyc], excludes = []) [INFO] [enforcer:enforce {execution: enforce-mvn}] [INFO] [remote-resources:process {execution: default}] [INFO] [dependency:copy-dependencies {execution: copy-dependencies}] [INFO] [exec:exec {execution: user-manual}] docs/src/user_manual/build.sh: line 2: $'\r': command not found docs/src/user_manual/build.sh: line 17: $'\r': command not found docs/src/user_manual/build.sh: line 18: $'\r': command not found : No such file or directorysh: line 20: cd: docs/src/user_manual docs/src/user_manual/build.sh: line 21: cd: /cygdrive/c/Users/Public/eclipse_wor : No such file or directory docs/src/user_manual/build.sh: line 22: $'\r': command not found docs/src/user_manual/build.sh: line 43: syntax error near unexpected token `$'\r '' 'ocs/src/user_manual/build.sh: line 43: `) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Command execution failed. Embedded error: Process exited with an error: 2(Exit value: 2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Wed Dec 19 13:21:59 EST 2012 [INFO] Final Memory: 44M/353M [INFO] ------------------------------------------------------------------------ c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag>mvn package [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] accumulo [INFO] cloudtrace [INFO] accumulo-start [INFO] accumulo-core [INFO] accumulo-server [INFO] accumulo-examples [INFO] examples-simple [INFO] accumulo-wikisearch [INFO] wikisearch-ingest [INFO] wikisearch-query [INFO] wikisearch-query-war [INFO] ------------------------------------------------------------------------ [INFO] Building accumulo [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] [enforcer:enforce {execution: enforce-mvn}] [INFO] [remote-resources:process {execution: default}] [INFO] [dependency:copy-dependencies {execution: copy-dependencies}] [INFO] [exec:exec {execution: user-manual}] docs/src/user_manual/build.sh: line 2: $'\r': command not found docs/src/user_manual/build.sh: line 17: $'\r': command not found docs/src/user_manual/build.sh: line 18: $'\r': command not found : No such file or directorysh: line 20: cd: docs/src/user_manual docs/src/user_manual/build.sh: line 21: cd: /cygdrive/c/Users/Public/eclipse_wor : No such file or directory docs/src/user_manual/build.sh: line 22: $'\r': command not found docs/src/user_manual/build.sh: line 43: syntax error near unexpected token `$'\r '' 'ocs/src/user_manual/build.sh: line 43: `) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Command execution failed. Embedded error: Process exited with an error: 2(Exit value: 2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Wed Dec 19 13:23:55 EST 2012 [INFO] Final Memory: 43M/315M [INFO] ------------------------------------------------------------------------ c:\Users\Public\eclipse_workspace\accumulo_1.4.0_tag> {noformat} > Accumulo branch 1.4.0 from SVN won't build with maven > ----------------------------------------------------- > > Key: ACCUMULO-916 > URL: https://issues.apache.org/jira/browse/ACCUMULO-916 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Pete Carlson > > Having problems building Accumulo branch 1.4 in Eclipse Juno using Maven. Trying to build code to match the examples we have in our Accumulo 1.4 install on our Amazon EC2 RHEL 6.3 64-bit instance. > Basically I'm trying to build the baseline Accumulo 1.4 code in Eclipse, and then tweak one of the example Java files and upload the new Jar file to our Accumulo 1.4 instance. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira