https://bz.apache.org/bugzilla/show_bug.cgi?id=60877
Bug ID: 60877
Summary: The ant.cmd contains invalid comment which makes it
essentially unusable
Product: Ant
Version: 1.10.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The ant.cmd file located in the bin folder contains an invalid comment on the
beginning of the file. It is a multiline, C-like command using the /* and */
notation.
Since the cmd file itself is essentially a bat file, the command should be
entered via REM (exactly like in ant.bat).
When the ant.cmd is started, for each line, which are meant as comments are
handled as if they were commands, and you get a listing of errors for the first
word on each line.
--
You are receiving this mail because:
You are the assignee for the bug.