Actually, that looks like you have a dos2unix problem (If the first line of your mvn script has #!/bin/sh^M rather than just #!/bin/sh you might get that message)
Dana -----Original Message----- From: Alex Worden [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 3:34 PM To: [email protected] Subject: Does maven work with Cygwin? Please help! Hi, I've just installed the latest Cygwin and maven 2.0.6 When I open a cygwin window and attempt to execute maven --version I get the following: bash-3.2$ mvn --version bash: /cygdrive/c/bin/maven-2.0.6/bin/mvn: /bin/sh: bad interpreter: No such file or directory Also - please reply directly to me as I am not subscribed to this mailing list (and I don't want to be subscribed to it!). I cannot believe you guys don't have a searchable user forum on your website! Thanks for the help, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
