Community
Participate
Working Groups
This appears to be (mostly) harmless however I noticed this entry in my config.ini. It comes from the "configure" instruction for the SDK IU on http://update.eclipse.org/testUpdates/. setFwDependentProp(propName:osgi.ws, propValue:gtk);
The value from the config.ini is being ignored because the native launcher passes the -ws option to the launcher jar which overrides any value in the config.ini for osgi.ws. This could become an issue if the native launcher is not used and -ws is not passed. PDE launching is a case where this may happen, but in that case pde passes -ws in the program args.
*** Bug 222361 has been marked as a duplicate of this bug. ***
>This appears to be (mostly) harmless however Not really: all my scripts fail due to this, see bug 222361.
This is now set in the sdk iu "configure" with... setProgramProperty(propName:osgi.ws, propValue:gtk);
When is the ETA of this fix?
We're generating our metadata for all platforms by using the GTK version of the SDK and then unzipping the delta pack overtop of everything. What's missing is that this doesn't take into consideration per platform differences in config.ini. There's some product build work going on that should sort this out. See bug 221584. Targetting m6.
Andrew's product build changes have fixed this. I'm no longer seeing the problem in this weekends build.
Verified in I20080324-1800.