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
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