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 2003/04/01 17:47:55 UTC

DO NOT REPLY [Bug 6495] - Support XML catalogs to resolve external entities in build files

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

Support XML catalogs to resolve external entities in build files

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Support XML catalogs to     |Support XML catalogs to
                   |resolve external entities   |resolve external entities in
                   |                            |build files



------- Additional Comments From bodewig@apache.org  2003-04-01 15:47 -------
Please note that Ant ships with Xerces, so relying on an internal Crimson API
may be a bad idea.

Ant already supports catalogs to be used within <style> or <xmlvalidate>, using
them even before Ant's build file gets parsed seems a bit tricky.

You could write your own ProjectHelper implementation and solve it there, I guess.