"Naveen Murthy" <[EMAIL PROTECTED]> schrieb am 16.01.2006 17:24:12:
> hello;
>
> 1. i do see the database.dtd in my torque-gen-3.2.jar; still for some
reason
> it tries to reach internet for db.apache.org
Please make sure you use the exact doctype
<!DOCTYPE database SYSTEM
"http://db.apache.org/torque/dtd/database_3_2.dtd">
> It would be good it never tries to reach out for something.
The other alternative is to fail every time an unknown dtd is used. I
consider trying to reach the internet more user-friendly than to fail
completetly.
Thomas
> -----Original Message-----
> From: Thomas Fischer [mailto:[EMAIL PROTECTED]
> Sent: Mon 1/16/2006 10:36 AM
> To: Apache Torque Users List
> Subject: AW: using Ant based Torque generator while going thro a HTTP
PROXY
>
>
>
>
>
>
> Probably the network is accessed to fetch an older version of the dtd.
Make
> sure you use the version 3_2 of the dtd, then you do not need any network
> access (the 3_2 dtd is packaged in the generator jar)
>
> Thomas
>
> "Thoralf Rickert" <[EMAIL PROTECTED]> schrieb am 16.01.2006
> 16:20:42:
>
> > Yes, have a look at the ant documentation. You have to set a proxy
> > in the ant build file, like this.
> >
> > <project....>
> > <setproxy proxyhost="192.168.." proxyport="8080"
> > nonproxyhosts="mylocalhosts,..."/>
> >
> > ...
> > </project>
> >
> > Is UnknownHostException really a Proxy problem or a DNS problem?...
> >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Naveen Murthy [mailto:[EMAIL PROTECTED]
> > > Gesendet: Montag, 16. Januar 2006 16:18
> > > An: [email protected]
> > > Betreff: using Ant based Torque generator while going thro a
> > > HTTP PROXY
> > >
> > >
> > > hello;
> > >
> > > im using ANT based torque-gen-3.2 for generating Java Peer
> > > files. It works fine when im directly connected to the network.
> > >
> > > but when im connecting to net via a PROXY server, the
> > > generator fails using " java.net.UnknownHostException: db.apache.org"
> > >
> > > Is there way or an OPTION to indicate the presense of a PROXY server?
> > >
> > > thanks!
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]