I'm struggling with the same issue for a while. Considering David's hint below, the question might be turned to "how to communication the appropriate configuration/.settings/org.eclipse.core.net.prefs information to the tycho-eclipse-run plugin"? I guess this plugin is creating temporary config informations. Any idea how to plug into this or how to contribute the additional .setting/ org.eclipse.core.net.prefs?
I will forward this to the tycho-user mailing list ... From: [email protected] [mailto:[email protected]] On Behalf Of David M Williams Sent: Mittwoch, 29. August 2012 18:19 To: P2 developer discussions Subject: Re: [p2-dev] proxy question Perhaps this reference will help? http://wiki.eclipse.org/Hudson#Configuring_a_proxy_for_the_p2_director Not sure how this "fits in" with tycho-eclipserun-plugin ... but it explains how p2 doesn't use -Dhttp.proxyHost, etc. Tycho-eclipserun-plugin might provide its own methods/techniques for setting the Eclipse network preferences (I'm not familiar with it, hate to admit). From: Martin Lippert <[email protected]<mailto:[email protected]>> To: P2 developer discussions <[email protected]<mailto:[email protected]>>, Date: 08/29/2012 12:09 PM Subject: [p2-dev] proxy question Sent by: [email protected]<mailto:[email protected]> ________________________________ Hey! I am trying to use the tycho-eclipserun-plugin at the moment in one of our builds, which executes the p2 director application. Since the build is running behind a proxy (just a simple http proxy, no authentication required), I need to set those proxy settings to let the director find the given repositories. Since this is part of our CI builds, I cannot manually configure preferences or so, I need to execute a command line with parameters. I tried to just set "-Dhttp.proxyHost" etc. without success I tried to set "-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient", that switches to a JDK Http connection, but still ignores my settings to -Dhttp.proxyHost" etc. I always see these messages: !MESSAGE System property http.proxyHost has been set to proxy.xyz.com by an external source. This value will be overwritten using the values from the preferences (where xyz is my real proxy name) Are the system properties deleted or overridden with something else, so that my JDK Http connection is not able to use my settings? I also tried to set -Dhttpclient.proxy-host=xyz -Dhttpclient.proxy-port=nnn but that doesn't work either. I am kind of stuck here and hope very much that you can help me!!! Thanks a lot!!! -Martin _______________________________________________ p2-dev mailing list [email protected]<mailto:[email protected]> https://dev.eclipse.org/mailman/listinfo/p2-dev
_______________________________________________ p2-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/p2-dev
