You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/03/02 23:39:59 UTC

DO NOT REPLY [Bug 27382] New: - ant hangs if xmlproperty can not connect to dtd url

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

ant hangs if xmlproperty can not connect to dtd url

           Summary: ant hangs if xmlproperty can not connect to dtd url
           Product: Ant
           Version: 1.6.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: pabdi@esportz.com


xmlproperty tag is applied in a traget to a xml that has a dtd with http url. 
Ant fails to run the task with error: java.net.SocketException: Connection reset
if the remote server hosting the dtd is not available.

Work around is to remove the dtd line so ant could finish its task. Which 
causes other developement environment related issues (i.e. IDE etc.).

So perhaps a better behavior is to give an option if the user wants to 
validate. 

thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org