| Summary: | Fix schema reference in launch shortcut extension | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Chris Tilt <chris> |
| Component: | Debug | Assignee: | Darin Swanson <Darin_Swanson> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | darin.eclipse, dirk_baeumer |
| Version: | 3.0 | ||
| Target Milestone: | 3.0 M9 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | 51981 | ||
| Bug Blocks: | |||
|
Description
Chris Tilt
Dirk, what do I need to do to reference your schema fragments? Thanks, Chris This is currently not possible. I am waiting for a fix from PDE (see bug 51981). PDE added support to include schemas accross plug/in boundaries. So the debug extension points using the expression language could make use of this feature via: <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage .mxsd"/> From your last comment, Darin, I gather that you know where this element belongs? I couldn't find anything in the ISV doc and tried pasting it all over the place with no effect. :-/ Where should it go? Jared, it goes into the concrete schema file. You might want to look at the schemas in ltk.core. I reopened the bug that blocks this one. The <include> element didn't work when I tried it. Then I noticed that it doesn't work for refactoring either. Jared, the only warnigs I see are for the XML element <contextualLaunch>. All the refactoring extensios are fine in jdt.debug.ui. Am I missing something ? I am still using 200404131323 I see the same warnings on the refactoring and contextual launch extensions. Do you know if there's any voodoo required to make sure PDE's honoring the <include> tag from the schema? Some options that need to be set, the right plugins checked out as source, an action that needs to be run, etc.? You need to use the correct version of Eclipse for developement. I use I20040420. Same here. :-/ I'm on Linux-GTK, but I can't imagine that making a difference. Fixed in org.eclipse.debug.ui/schema/launchShortcuts.exsd. There are still two warnings that show up in the JDT Debug UI plugin.xml. I've filed bug 60508 against PDE UI to address this issue. Please verify, DarinS. Verified. |