You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Diane Holt <ho...@yahoo.com> on 2000/11/06 02:35:16 UTC

Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant ProjectHelper.java

Would it be possible to not only allow for relative paths, but for
absolute paths based on a property (eg.,
file:${ant.home}/lib/default.xml)?

Thanks,
Diane


=====
(holtdl@yahoo.com)



__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant ProjectHelper.java

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "DH" == Diane Holt <ho...@yahoo.com> writes:

 DH> Would it be possible to not only allow for relative paths, but
 DH> for absolute paths based on a property (eg.,
 DH> file:${ant.home}/lib/default.xml)?

Uhm, which commit are you actually refering to, Diane? Is it the one
that handles external entity resolution? I read this as "expand
properties in external entities as well", right?

Actually I think entity resolution is the parsers job and IMHO both
parsers (JAXP reference and Xerces-J) have a bug here, that we are
working around. I'd rather drop that code than expanding on it.

Stefan