Do you check for the http.proxyHost and http.proxyPort properties in a particular file when IDEA fetches an external resource (ie. is it just a case of specifying them somewhere for it to work?) or do you need to add this functionality in to make it work?
AB -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Aizatsky Sent: 15 March 2002 15:43 To: [EMAIL PROTECTED] Subject: RE: [Eap-list] Fetch External Resource AB, IDEA uses standard java.net.URL class for fetching external resources. As far as I know it doesn't work with proxies by default, but I do remember that there's some system property which may be specified in application run parameters make URL work with proxy (see http://www.jguru.com/faq/view.jsp?EID=9920 ). Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of AB > Sent: Wednesday, March 13, 2002 4:59 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] Fetch External Resource > > When editing an XML file, the dtd I'm using is highlighted in red. When > clicking on the lightbulb and selecting "fetch external resource", it > never > completes and the request times out. The dtd is at the url specified as I > can get to it via a browser. > > Does IDEA work if it is behind a proxy ?? If so, how do you configure it. > If > not, could this be added as a setting as the fetch external resource tool > is > of no use. > > AB > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
