-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify setup for the ide-target-platform #2017
base: master
Are you sure you want to change the base?
Conversation
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this path in the project explorer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 425 Continue 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.