tesla / m2eclipse-tycho

25 stars 26 forks source link

Tycho dependency problem #23

Closed obulisundar closed 9 years ago

obulisundar commented 9 years ago

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.

ifedorenko commented 9 years ago

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