http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3609
Summary: antRun.sh does not report its unability to run
Product: Ant
Version: 1.3
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Core tasks
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [email protected]
On one of our systems, someone accidentally install ant from the DOS zip file so
antRun.sh was installed with CR-LF's. The Solaris /bin/sh was looking for
"/bin/sh<CR>" to parse the script and it failed. When running ant on our
project, it kept failing saying that error messages should have been provided
but none were. I found the problem by using -verbose and -debug and I finally
spotted the problem. Some kind of message pointing me to a problem with
antRun.sh would have been welcome.