On the issue of missing Requirement Bundle #2364
Unanswered
dongchen1221
asked this question in
Q&A
Replies: 1 comment
-
Your configuration does not use a target file at all. So you probably want two things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) on project com.nucleisys.ide: Execution default-validate-classpath of goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath failed: org.osgi.framework.BundleException: Bundle com.nucleisys.ide cannot be resolved:com.nucleisys.ide [42]
[ERROR] Unresolved requirement: Require-Bundle: org.eclipse.ui
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) on project com.nucleisys.ide: Execution default-validate-classpath of goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:validate-classpath failed: org.osgi.framework.BundleException: Bundle com.nucleisys.ide cannot be resolved:com.nucleisys.ide [42]
Unresolved requirement: Require-Bundle: org.eclipse.ui
Why is this situation happening? If it's a problem with the target platform, but you can find org.eclipse.ui in my target platform status view?
Beta Was this translation helpful? Give feedback.
All reactions