Re: XML_CATALOG_FILES with multiple entries

2006-09-05 Thread Scot P. Floess
You may need to escape the colon after the protocol...something like: XML_CATALOG_FILES=file\://etc/catalog:http\://catsrv/catalog Chris Chiasson wrote: Hello ant users. I know ant can acquire environment variables by using the following construct: I was thinking it would be great to use t

XML_CATALOG_FILES with multiple entries

2006-09-04 Thread Chris Chiasson
Hello ant users. I know ant can acquire environment variables by using the following construct: I was thinking it would be great to use the following construct to capture the XML_CATALOG_FILES environment variable into a path structure. Then I thought about the fact that XML_CATALOG_FILES use