I think I answered my own question in this ticket. Because I'm using Cygwin on Windows, bash isn't being found in the location identified in the maven pom file. I'll need to change this on my local box. I'll continue moving forward attempting to build accumulate on Windows7 using Cygwin, and if I run into any other issues, I'll document them here.
With that in mind, this ticket can be closed. ----- Original Message ----- From: "Michael Van Geertruy (Created) (JIRA)" <[email protected]> To: [email protected] Sent: Tuesday, October 25, 2011 7:08:32 PM Subject: [jira] [Created] (ACCUMULO-73) exec-maven-plugin not finding bin/bash exec-maven-plugin not finding bin/bash -------------------------------------- Key: ACCUMULO-73 URL: https://issues.apache.org/jira/browse/ACCUMULO-73 Project: Accumulo Issue Type: Bug Components: dist Environment: Windows7, via Cygwin. Reporter: Michael Van Geertruy Assignee: John Vines Downloaded the source using the direction from http://incubator.apache.org/accumulo/source.html and attempted to build. Received the following eror: [INFO] ------------------------------------------------------------------------ [INFO] Building accumulo [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [INFO] [enforcer:enforce {execution: enforce-mvn}] [INFO] [dependency:copy-dependencies {execution: copy-dependencies}] [INFO] [exec:exec {execution: user-manual}] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Command execution failed. Embedded error: Cannot run program "\bin\bash" (in directory "C:\workspace\accumulo-trunk"): CreateProcess error=2, The system can not find the file specified [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6 seconds [INFO] Finished at: Tue Oct 25 19:07:52 EDT 2011 [INFO] Final Memory: 30M/239M [INFO] ------------------------------------------------------------------------ Opened up the parent pom.xml file and noticed the exec-maven-plugin is looking for thie file and not finding it. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira
