https://issues.apache.org/bugzilla/show_bug.cgi?id=46285
Summary: Support for numeric entities is broken in Ant 1.7.1
bundled with Eclipse Ganymede
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: minor
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
A build file which used to work flawlessly with 1.7.0 bundled with Eclipse
Europa is broken in Eclipse Ganymede (Ant 1.7.1).
The Ant process is terminated silently without any error messages.
After a lot of wondering and try and error, I found out that the reason was a
numeric entity in an echo-task, e.g.:
<echo>© some other text</echo>
After removing the entity, the build file was executed correctly again.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.