Simplify setup for the ide-target-platform#2017
Conversation
| `$ (cd eclipse; mvn package)` | ||
|
|
||
| 1. Open the `Preferences` dialog, go to `Plug-in Development` > `Target Platform`. | ||
| 1. Open the `ide-target-platform/gcp-ide-target-platform.target` file. |
There was a problem hiding this comment.
I don't see this path in the project explorer?
There was a problem hiding this comment.
Sorry, I should have mentioned this: I renamed the eclipse/ide-target-platform project to just ide-target-platform. The Maven artifactID was previously ide-target-platform.repo and the .project had maven-dependencies. You may need to delete the maven-dependencies and/or ide-target-platform.repo projects and re-import them as existing projects.
Codecov Report
@@ Coverage Diff @@
## master #2017 +/- ##
=========================================
Coverage 66.06% 66.06%
Complexity 1864 1864
=========================================
Files 322 322
Lines 12534 12534
Branches 1137 1137
=========================================
Hits 8281 8281
Misses 3828 3828
Partials 425 425Continue to review full report at Codecov.
|
|
Oh, this is why we don't use directory- or installation-based targets: https://bugs.eclipse.org/bugs/show_bug.cgi?id=501617 |
Need to see if I can work around this JUnit issue.
|
This is blocked on support for pulling the JUnit jars from unexploded bundles (Eclipse bug 501617). This has been fixed in Photon 4.8 M4. |
No description provided.