Community
Participate
Working Groups
Is it possible to add context debug bundle e4/org.eclipse.e4.ui/bundles/org.eclipse.e4.core.contexts.debug to the builds? (And, once it is there, add it to the e4.ui.psf in org.eclipse.e4.ui.releng?)
I have added the org.eclipse.e4.core.contexts.debug bundle to the org.eclipse.e4.rcp feature for 4.1 SDK and to the org.eclipse.e4.ui.feature for the 0.11 build.
Created attachment 184670 [details] compile errors There was a compile error in the test build, I don't know if we just don't have everything tagged properly or what. But everyone is gone home so I've just reverted the map file entries for these changes to the two features so the build will pass tonight. <problem categoryID="50" charEnd="2006" charStart="1990" id="UndefinedField" line="51" problemID="33554502" severity="ERROR"> <message value="ICategory_general cannot be resolved or is not a field"/> <source_context sourceEnd="60" sourceStart="44" value="tags.add("categoryTag:" + WorkbenchMessages.ICategory_general); //$NON-NLS-1$"/> <arguments> <argument value="ICategory_general"/> </arguments> </problem>
The ICategory_general field does _not_ exist in 3.x but is there in 4.x. I think this is why the compilation process failed, as we perform the 0.11 build on top of 3.x.
Did this bundle make it in? PW
Created attachment 188245 [details] Dependency patch v1 Patch to get ICategory_general from somewhere else.
(In reply to comment #5) > Created attachment 188245 [details] > Dependency patch v1 I've released this to HEAD. We should try to incorporate this into the build again.
With the switch in build order, this problem should have simply gone away. PW
In any case, we'll need to add it back into the feature so it gets included in the 4.1 SDK.
(In reply to comment #1) > I have added the org.eclipse.e4.core.contexts.debug bundle to the > org.eclipse.e4.rcp feature for 4.1 SDK and to the org.eclipse.e4.ui.feature for > the 0.11 build. The changes here were never actually undone. The map file was just not updated to include them. I have now updated the map file so the the contexts.debug bundle should be in the next 4.1 build
(In reply to comment #9) > I have now updated the map file so the the contexts.debug bundle should be in > the next 4.1 build Verified to be in I20110210-2002. At the moment, you can only access it via Ctrl+3.