----- Original Message -----
From: "M Damon Hill" <hwgwld17@yahoo.com>
To: <ant-user@jakarta.apache.org>
Sent: Friday, September 06, 2002 4:47 AM
Subject: <XSLT>, Ant 1.5 and a proxy server
> Question is, does the xslt target support connection through a proxy? Or
is there another approach
>
> I am just overlooking.
well, you can try <setproxy>; may or may not work; definately wont work when
your laptop is offline or AT&T broadband cant keep their DNS servers running
reliably.
The other option is to provide a catalog to <xslt> listing mappings from
remote urls to local copies, copies you keep under SCM. This is best.
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|