Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Access the internet during the CBI build

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.

The Maven is started with the following options.
[workspace] $ /shared/common/apache-maven-latest/bin/mvn clean install -V -B -Dhttp.proxyPort=9898 -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Dsurefire.timeout=1800 -Dhttp.proxyHost=proxy.eclipse.org -DskipWithIssues=false -Dmaven.ext.class.path=/home/hudson/genie.webtools/.hudson/maven/slavebundle/resources:/home/hudson/genie.webtools/.hudson/maven/slavebundle/lib/maven3-eventspy-3.1.jar:/home/hudson/genie.webtools/.hudson/war/webapp/WEB-INF/lib/hudson-remoting-3.0.0.jar -Dhudson.eventspy.port=40267 -Dmaven.repo.local=/home/hudson/genie.webtools/.hudson/jobs/WTP-R3_7_Integration_fail_on_tests/workspace/.maven/repo -f pom.xml -P bree-libs -P eclipse-sign -fae

Thank you.

Best Regards

Samuel Wu


Back to the top