or does not work in Ant 1.3 on Unix
March 20th, 2009
Applies to:
Ant 1.3, Unix
Description:
Occurs while using Apache Ant.
Cause:
The antRun script in ANT_HOME/bin has DOS instead of Unix line endings.
Applies to:
Ant 1.3, Unix
Description:
Occurs while using Apache Ant.
Cause:
The antRun script in ANT_HOME/bin has DOS instead of Unix line endings.
JAVA-Tools lrm-00118: syntax error at '=' at the end of input
You must remove the carriage-return characters from this file. This can be done by using Ant’s task or something like:
tr -d ‘\r’ < $ANT_HOME/bin/antRun > /tmp/foo
mv /tmp/foo $ANT_HOME/bin/antRun