-
Notifications
You must be signed in to change notification settings - Fork 141
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
Apt.tests don't need org.eclipse.pde.core #1918
Conversation
@stephan-herrmann Is "%ECLIPSE_HOME% resolving ( Line 70 in 0721e2b
I ask as it's provided by pde.core (https://github.com/eclipse-pde/eclipse.pde/blob/69eb1b7bcf20d6316a6d164c28de7fdbe083877e/ui/org.eclipse.pde.core/plugin.xml#L28) and thus it creates one more build cycle between jdt and pde repositories. In theory smth similar is achievable by using core.variables plugin but considering this is only for testing purposes and ECLIPSE_HOME will continue to be evaluated just fine if pde.core is installed maybe some other test improvement (another classpath variable replacement?) would serve the same purpose. |
Wow, that's asking about events from 2005, which was slightly before my participation :) See It looks like the test just uses |
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in #1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
Introduce new classpath variable in the test project to not rely on the pde.core one. Result of discussion in eclipse-jdt#1918
What it does
Remove unneded dependency of o.e.jdat.apt.tests. Uncovered while working on eclipse-pde/eclipse.pde#1060
How to test
Verification builds completes without failing tests in the bundle.
Author checklist