Skip to content
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

Tycho dependency problem #23

Closed
obulisundar opened this issue Oct 30, 2014 · 1 comment
Closed

Tycho dependency problem #23

obulisundar opened this issue Oct 30, 2014 · 1 comment

Comments

@obulisundar
Copy link

I am new to tycho. I have created a eclipse plugin and was in need of converting it into maven project so i used Tycho but i am struck with an issue. when i execute the plugin it works fine but when i maven clean it ,It shows the following error.

Software being installed: xxx 1.0.0.qualifier
[ERROR] Missing requirement: xxx 1.0.0.qualifier requires 'bundle org.eclipse.ui 0.0.0' but it could not be found
[ERROR]
[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.ui 0.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.jdt.core 3.9.2.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.core.resources 3.8.101.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.jdt.ui 3.9.2.; Unable to satisfy dependency fromxxx1.0.0.qualifier to bundle org.eclipse.ui.console 3.5.200.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.ui.editors 3.8.100.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle com.test.dependency.bundles 1.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to package org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to package org.eclipse.jface.text.presentation 0.0.0.; Unable to satisfy dependency from xxx1.0.0.qualifier to package org.eclipse.jface.text.rules 0.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to package org.eclipse.jface.text.source 0.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from txxx 1.0.0.qualifier to bundle org.eclipse.ui 0.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from xxx1.0.0.qualifier to bundle org.eclipse.jdt.core 3.9.2.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.core.resources 3.8.101.; Unable to satisfy dependency fromxxx 1.0.0.qualifier to bundle org.eclipse.jdt.ui 3.9.2.; Unable to satisfy dependency from xxx 1.0.0.qualifier to bundle org.eclipse.ui.console 3.5.200.; Unable to satisfy dependency from xxx1.0.0.qualifier to bundle org.eclipse.ui.editors 3.8.100.; Unable to satisfy dependency fromxxx1.0.0.qualifier to bundle com.nuwaza.aqua.plugin.dependency.bundles 1.0.0.; Unable to satisfy dependency from xxx 1.0.0.qualifier to package org.eclipse.jface.text 0.0.0.; Unable to satisfy dependency fromxxx 1.0.0.qualifier to package org.eclipse.jface.text.presentation 0.0.0.; Unable to satisfy dependency fromxxx 1.0.0.qualifier to package org.eclipse.jface.text.rules 0.0.0.; Unable to satisfy dependency fromxxx 1.0.0.qualifier to package org.eclipse.jface.text.source 0.0.0.; No solution found because the problem is unsatisfiable.]
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

please help me!! i am very much in need of this.

@obulisundar obulisundar changed the title Tycho dependency probelem Tycho dependency problem Oct 30, 2014
@ifedorenko
Copy link
Contributor

This project is about supporting tycho projects inside m2e workspace. For questions about using tycho itself, please contact tycho users mailing list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants