Hello, My question is probably in a FAQ, or have been answered many times, but I can't find anything in the documentation nor with google.
I'm behind a firewal, and when executing 'ant -f build-torque.xml' with torque-3.0-b4, it does not use my proxy to load database.dtd: << sql-template: [torque-sql] Using contextProperties file: D:\java\Torque\build.properties [torque-sql] Generating to file D:\java\Torque\src\sql\report.rsio.sql.generation [torque-sql] Resolver: used http://jakarta.apache.org/turbine/dtd/database.dtd [torque-sql] Couldn't read DTD specified in XML schema: Operation timed out: connect [torque-sql] java.net.MalformedURLException: java.lang.NullPointerException [torque-sql] at java.net.URL.<init>(URL.java:496) ... >> Proxy is defined in my build.properties : $ grep proxy build.properties proxySet = true proxyHost = xxx.yyy.com proxyPort = 8888 But it looks like xerces is not using it. Can I use a local copy of this file, or have a proxy setting which will be used by Torque ? -- Sebastien Koechlin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
