Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] About my problem

Hello,

I am encountering a problem when I try to compile my learning project with Tycho. Can anyone help me with what could be wrong?
[INFO] Scanning for projects...
C:\Users\dogu\Desktop\.osgi-tycho\osgi-fx-tycho-example\core\tr.com.cs.main\.polyglot.build.properties
C:\Users\dogu\Desktop\.osgi-tycho\osgi-fx-tycho-example\features\tr.com.cs.core.feature\.polyglot.build.properties
[INFO] Computing target platform for MavenProject: tr.com.cs:tr.com.cs.main:1.0.0-SNAPSHOT @ C:\Users\dogu\Desktop\.osgi-tycho\osgi-fx-tycho-example\core\tr.com.cs.main\.polyglot.build.properties
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Adding repository https://download.eclipse.org/releases/2019-06/201906191000
[INFO] Adding repository https://download.eclipse.org/efxclipse/runtime-released/3.6.0/site
[INFO] Resolving dependencies of MavenProject: tr.com.cs:tr.com.cs.main:1.0.0-SNAPSHOT @ C:\Users\dogu\Desktop\.osgi-tycho\osgi-fx-tycho-example\core\tr.com.cs.main\.polyglot.build.properties
[ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.fx.code.target.feature.feature.group 3.6.0.201907240201
[ERROR]   Missing requirement: org.eclipse.e4.ui.model.workbench 2.1.400.v20190513-2118 requires 'osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))' but it could not be found
[ERROR]   Missing requirement: org.eclipse.emf.ecore 2.15.0.v20180722-1159 requires 'java.package; javax.crypto 0.0.0' but it could not be found
[ERROR]   Missing requirement: org.eclipse.emf.ecore 2.18.0.v20190528-0845 requires 'java.package; javax.crypto 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.e4.ui.model.workbench 2.1.100.v20180904-1914 depends on: osgi.bundle; org.eclipse.emf.ecore 2.9.0
[ERROR]   Cannot satisfy dependency: org.eclipse.fx.code.base.feature.feature.group 3.6.0.201907240201 depends on: org.eclipse.equinox.p2.iu; org.eclipse.fx.code.editor.e4 [3.6.0.201907240201,3.6.0.201907240201]
[ERROR]   Cannot satisfy dependency: org.eclipse.fx.code.editor.e4 3.6.0.201907240201 depends on: osgi.bundle; org.eclipse.e4.ui.model.workbench 1.1.100
[ERROR]   Cannot satisfy dependency: org.eclipse.fx.code.target.feature.feature.group 3.6.0.201907240201 depends on: org.eclipse.equinox.p2.iu; org.eclipse.fx.code.base.feature.feature.group [3.6.0.201907240201,3.6.0.201907240201]
[ERROR] 
[ERROR] Failed to resolve target definition C:\Users\dogu\Desktop\.osgi-tycho\osgi-fx-tycho-example\releng\tr.com.cs.target\tr.com.cs.target.target: See log for details -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

Back to the top