https://issues.apache.org/bugzilla/show_bug.cgi?id=47911
Summary: ant.bat - syntax error
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: [email protected]
ReportedBy: [email protected]
I downloaded the latest (bin) release of ant and wasn't able to get it started.
Everytime when I executed ant.bat the only message i got was "Syntax error"
Curious about this i looked trough the ant.bat and recognized an error at line
83.
Original:
if _USE_CLASSPATH==no goto findAntHome
Change it to this and it works:
if %_USE_CLASSPATH%==no goto findAntHome
Please change this in the repository, Thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.