Hi Cameron,
When running tests you can specify the system property
wtp.autotest.noninteractive=true
as shown in [1]. Setting this property will suppress the license dialog and make the cache act as though you have agreed to all the licenses.
[1] http://dev.eclipse.org/viewcvs/index.cgi/releng.wtpbuilder/distribution/wtp.tests/testScripts/junit-tests.xml?rev=1.1&cvsroot=WebTools_Project&content-type=text/vnd.viewcvs-markup
Lawrence Mandel
Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814 Fax: 905 - 413 - 4920
[EMAIL PROTECTED]
| Cameron Bateman <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 07/17/2006 04:47 PM
|
|
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
_______________________________________________ wtp-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
