DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8221>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8221 ant.bat broken under 4NT Summary: ant.bat broken under 4NT Product: Ant Version: 1.4.1 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The ant.bat files do not work properly under 4NT, the shell replacement from JPSoftware. The problem is in line 19 of the file with a missing '@' character before the eval command. This line: if "%eval[2+2]" == "4" goto setup4NT should look like this: if "[EMAIL PROTECTED]" == "4" goto setup4NT -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
