The org.eclipse.wst.xml.core.catalogContributions extension point might be useful to you.
-Ted -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cameron Bateman Sent: Monday, July 17, 2006 1:47 PM To: General discussion of project-wide or architectural issues. Subject: Re: [wtp-dev] Blocking socket calls on the UI thread Thanks Jeffrey. Now at least my test completes, but it still takes 45 sec or so for a very simple test to run (all it's doing is creating a new web project). It appears to still be spending much of that time on a socket to get a Berkeley license for the web.xml DTD. Is it possible to some workaround this or perhaps cache the license somehow? --Cam Jeffrey Liu wrote: > > Hi Cameron, > > Try setting the following system properties: > > http.proxySet = true > http.proxyHost = <host> > http.proxyPort = <port> > http.proxyUserName = <username if authentication is enabled> > http.proxyPassword = <password if authentication is enabled> > > For https connections, the system properties are *https.* instead of > *http.* > > Thanks, > > Jeffrey Liu > IBM Rational Software > IBM Toronto Lab. > 8200 Warden Ave. Markham, Ontario, L6G 1C7 > Internal mail: D3/UMZ/8200/MKM (D3-268) > T/L: 969 3531 > Tel: (905) 413 3531 > Fax: (905) 413 4920 > [EMAIL PROTECTED] _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. _______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
