Hi Aldo,
If your DOCTYPE declaration in your schema file is correct then Torque should be able to resolve the DTD locally and hence will not need to go to the network.
It should be:
<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_1.dtd">
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
Adalbert Wysocki wrote:
Hello,
I am upgrading our project using torque APIs from ant to maven compilation environment.
Whereas the torque 3.1.1 libraries are cached in the local maven repository, I cannot compile being offline having the following error:
File...... \home\aldo\.maven\cache\maven-multiproject-plugin
-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [multiproject:install-callback] -- \home\aldo\.maven\cache\maven-torque-plugin-3.1.1\plugin.jelly:165:49: <torque-sql>
org.apache.torque.engine.EngineException: java.net.UnknownHostException: db.apache.org
Total time: 6 seconds
Finished at: Sun May 08 16:16:22 GMT+01:00 2005
I suppose the remote access is performed to satisfy some XML dtd includes in the schema descriptors. or for some other reason.
I can't imagine it is impossible to make an offline build using the torque maven plug-in. but how to do???
Thanks for your help
Aldo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]