| Summary: | [Aird Editor] FileNotFoundException by trying to contribute a sessionEditorPageProvider | ||
|---|---|---|---|
| Product: | [Modeling] Sirius | Reporter: | Guillaume Coutable <guillaume.coutable> |
| Component: | Core | Assignee: | Project inbox <sirius.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | Florian Barbin <florian.barbin> |
| Severity: | normal | ||
| Priority: | P3 | CC: | florian.barbin, julien.dupont, laurent.fasani, maxime.porhel, pierre-charles.david |
| Version: | 5.1.0 | Keywords: | triaged |
| Target Milestone: | 6.0.0 | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| See Also: |
https://git.eclipse.org/r/115600 https://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=e3799bf2e8b1fa59dbc62126e9dfa3d6fcf6f335 |
||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 530120 | ||
|
Description
Guillaume Coutable
Step to reproduce: 1) Create a plugin project 2) Add the org.eclipse.sirius.ui.editor dependency 3) Open the New Extension wizard 4) Select the org.eclipse.sirius.ui.editor.sessionEditorPageProvider extension 4) The error should appear in the error log New Gerrit change created: https://git.eclipse.org/r/115600 Gerrit change https://git.eclipse.org/r/115600 was merged to [master]. Commit: http://git.eclipse.org/c/sirius/org.eclipse.sirius.git/commit/?id=e3799bf2e8b1fa59dbc62126e9dfa3d6fcf6f335 Fixed by e3799bf2e8b1fa59dbc62126e9dfa3d6fcf6f335. (In reply to Guillaume Coutable from comment #1) > Step to reproduce: > 1) Create a plugin project > 2) Add the org.eclipse.sirius.ui.editor dependency > 3) Open the New Extension wizard > 4) Select the org.eclipse.sirius.ui.editor.sessionEditorPageProvider > extension > 4) The error should appear in the error log Note that this must be done from an actual built product, not from an Eclipse runtime launched from the dev env (where the problem is not visible). Step to validate: 1) Create a plugin project 2) Add the org.eclipse.sirius.ui.editor dependency 3) Open the New Extension wizard 4) Select the org.eclipse.sirius.ui.editor.sessionEditorPageProvider extension -> There should be no error in the error log validated with Sirius5.1.1rc5 Erratum: the ticket is not validated yet Available in Sirius 6.0.0, see https://wiki.eclipse.org/Sirius/6.0.0 for details |