Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 369764

Summary: [documentation] Document importproxysettings command
Product: z_Archived Reporter: Michal Ruzicka <michal.ruza>
Component: BuckminsterAssignee: buckminster.core-inbox <buckminster.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 369695    
Bug Blocks:    

Description Michal Ruzicka CLA 2012-01-25 20:15:17 EST
+++ This bug was initially created as a clone of Bug #369695 +++

The importproxysettings command mirrors proxy settings defined in system properties (if any) to eclipse/workspace preferences. Ensuring that the two are in sync and as a result preventing undesired effects that may otherwise be observed, like for instance overriding the system properties defining the proxy settings by the Platform Proxy API code in an effort to make the proxy information in the system properties match the information in the eclipse/workspace preferences.
The command must be executed before the Platform Proxy API code is initialized (before the 'org.eclipse.core.net' bundle is started) in order to be able to process the system properties defining the proxy settings before they are potentially overridden by the Platform Proxy API code. So it is crucial to execute it as one of the first commands (the very first if possible) in buckminster scripts.