Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Access the internet during the build

cbi-dev list would be the place to ask. (short answer, it is possible, but only by using the proxies at eclipse.org).




From:        Samuel Wu <samuelwu@xxxxxxxxxx>
To:        tycho-user@xxxxxxxxxxx,
Date:        04/15/2015 06:33 PM
Subject:        [tycho-user] Access the internet during the build
Sent by:        tycho-user-bounces@xxxxxxxxxxx




There is a test case in the WTP build which needs to access a file, http://www.ws-i.org/Testing/Tools/2005/01/SSBP10_BP11_TAD_1-0.xml, on the internet during the build.
It uses the following call
new URL(tadURI)openStream();
The file exists on the internet but the call seems timed out. I wonder whether the build machine allows this kind of access during the build.
Thank you.


Best Regards

Samuel Wu
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top