-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Similar to what is described in #258 I have the messages
!MESSAGE System property https.proxyHost is not set but should be ...
!MESSAGE System property https.proxyPort is not set but should be ...
!MESSAGE System property https.proxyHost is not set but should be ...
!MESSAGE System property https.proxyPort is not set but should be ...
I understand that this is advisable to do, as otherwise there is a window between the start of the java application and the time that the org.eclipse.core.net is activated, where the system properties are not set to the desired value.
I have set the system property in my .ini file to match the settings set for the org.eclipse.core.net plug-in, but then I get the messages
"System property {0} has been set to {1} by an external source. This value will be overwritten using the values from the preferences"
which is quite confusing because it does not realize that the external source and the one from the preferences define the same values. Since it looks like ProxyType already checks for the properties being equal, I suggest we remove the check that outputs the later message.