Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
Orbit Minutes 061212
- Call convened at 1100 EST
- Call-in: 613.287.8000 or 866.362.7064, passcode 874551#
- Previous Meeting: Orbit Minutes 061121
Attendees
- Christian Damus
- David Williams
- DJ Houghton
- Hubert Leung
- John Graham
- Simon Kaegi
- Tom Watson
Discussion
- Review action items from last call
- Simon to "add to exisiting" wiki page on how to add source for Orbit bundles. Done. See Adding Bundles to Orbit
- David and Bjorn to start setting up the build
- David to setup a basic build for use in the mean time.
- Simon to "add to exisiting" wiki page on how to add source for Orbit bundles.
Preliminary code up and running, but needs another day of work to be ready for others to use. See http://download.eclipse.org/tools/orbit/committers/
- CVS projects:
- org.eclipse.orbit.build.feature.set1
- org.eclipse.orbit.build.feature.set2
- org.eclipse.orbit.releng
- org.eclipse.orbit.releng.builder
- org.eclipse.orbit.releng.control
- org.eclipse.orbit.releng.dropsite
- Jeff to work with the PDE team to ensure that having multiple versions of the same bundle will work smoothly. DJ reported that currently it doesn't, but plans are in place so it will for Europa. (see below)
- Jeff to setup next call on Tuesday, Jan. 9th, 11 AM EST. And send reminder. TODO
- DJ to test the wrappering
- Jeff to setup next call on Tuesday, Jan. 9th, 11 AM EST. And send reminder.
- created Bug 165356
- PDE problems: PDE doesn't handle multiple versions of the same bundle very well in the target platform. See Bug 162388
- JUnit problems: Some initial problems, but potentially related to the PDE problem described above. See Bug 167289
- Ant problems: the name of the bundle is hard-coded into the Eclipse.Ant plug-in and there are problems when it finds the wrapper bundle and looks for the libraries that it contributes. (none) See Bug 167291.
- Other discussion topics
- Bundling multi-JAR distributions: for libraries comprising multiple JAR files, where they are commonly used together, perhaps it is convenient for Orbit and its consumers alike to repackage them as a single OSGi bundle. This can be done by nesting the original JARs within the bundle or by expanding their contents together into the bundle, both of which approaches have their pros and cons.
- Bundle Creation Details (see Bug 159596 for reference)
- Should the bundle version be the exact version or should we add a qualifier to allow for changes?
We decided to add a qualifier to allow for updates. We can now use 4 part version numbers and also add the qualifier. Bug 168079 has been fixed in Eclipse.
- Should we be specifying the Execution Environment and dependancies? If yes, then what is the easiest way to do this if we don't have the source?