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=23647>.
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=23647

when build fails due to character-encoding problems, no linenumber is given

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2003-10-07 11:03 -------
The problem occurs in org.apache.tools.ant.helper.ProjectHelper2.parse() (line 
273). The IOException of the xml parser is wrapped in a BuildException and 
thrown. 

    throw new BuildException("Error reading project file: "
                + exc.getMessage(), exc);


If you know a possibility of getting the line number from the parser (without 
depending on a particular parser implementation) please reopens the bug, 
provide that and we will introduce it.

For the meantime I close that as WONTFIX because I can“t see any 
possibility ... sorry.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to