Well, it appears to be a non reproducible bug. I has this all day yesterday, then I came in today and its gone. I've had some strange behavior from my environment and roaming profiles, but I don't think that would affect cygwin would it?
Todd On 10/16/06, Daniel Serodio <[EMAIL PROTECTED]> wrote:
Todd Nine wrote: > I'm receiving the following error when I try to run maven 2.0.4 from > cygwin > > $ mvn > : command not found.0.4/bin/mvn: line 17: > : command not found.0.4/bin/mvn: line 20: > 'cygdrive/c/maven-2.0.4/bin/mvn: line 40: syntax error near unexpected > token > `in > 'cygdrive/c/maven-2.0.4/bin/mvn: line 40: `case "`uname`" in > > > I thought that my #!/bin/sh might not exist, but it does. Also if I run > > echo "`uname`", I receive the output "CYGWIN_NT-5.1". Does anyone > have any > input on this? > > Todd I've been using Maven on Cygwin with no problems for a while. The errors in line 17 and 20 (blank lines) seem to indicate a line ending problem, are you sure your "mvn" script is using Unix delimiters? HTH, Daniel Serodio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
