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

issue with dependencies within eclipse #12

Closed
atlasloewenherz opened this issue Sep 30, 2013 · 3 comments
Closed

issue with dependencies within eclipse #12

atlasloewenherz opened this issue Sep 30, 2013 · 3 comments

Comments

@atlasloewenherz
Copy link
Contributor

Hi i managed to get the project working "via maven" and i can compile/package install it jsut fine, but still i can not get the project(s) properly configured in my eclipse as eclipse claims the projects : *model and *.rcp are missing :

Bundle 'javax.inject' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 6  Plug-in Problem
Bundle 'javax.persistence' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.model/META-INF  line 8  Plug-in Problem
Bundle 'org.eclipse.core.databinding.beans' cannot be resolved  MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 10 Plug-in Problem
Bundle 'org.eclipse.core.databinding.property' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 19 Plug-in Problem
Bundle 'org.eclipse.core.databinding' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 9  Plug-in Problem
Bundle 'org.eclipse.core.runtime' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 7  Plug-in Problem
Bundle 'org.eclipse.e4.core.commands' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 22 Plug-in Problem
Bundle 'org.eclipse.e4.core.contexts' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 17 Plug-in Problem
Bundle 'org.eclipse.e4.core.di.extensions' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 25 Plug-in Problem
Bundle 'org.eclipse.e4.core.di' cannot be resolved  MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 16 Plug-in Problem
Bundle 'org.eclipse.e4.core.services' cannot be resolved    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 15 Plug-in Problem
Bundle 'org.eclipse.e4.ui.bindings' cannot be resolved  MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 23 Plug-in Problem
Bundle 'org.eclipse.e4.ui.css.core' cannot be resolved  MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 20 Plug-in Problem
Bundle 'org.eclipse.e4.ui.services' cannot be resolved  MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 13 Plug-in Problem
Bundle 'org.eclipse.e4.ui.workbench.swt' cannot be resolved MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 18 Plug-in Problem
Bundle 'org.eclipse.e4.ui.workbench' cannot be resolved MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 14 Plug-in Problem
Bundle 'org.eclipse.gemini.ext.di' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 24 Plug-in Problem
Bundle 'org.eclipse.jface.databinding' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 12 Plug-in Problem
Bundle 'org.eclipse.jface' cannot be resolved   MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 11 Plug-in Problem
Bundle 'org.eclipse.persistence.jpa' cannot be resolved MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 26 Plug-in Problem
Bundle 'org.eclipse.swt' cannot be resolved MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 8  Plug-in Problem
Bundle 'org.w3c.css.sac' cannot be resolved MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 21 Plug-in Problem
No available bundle exports package 'org.osgi.framework'    MANIFEST.MF /de.mukis.gemini.sample.rcp/META-INF    line 30 Plug-in Problem




atlasloewenherz@numidia /projects/sandbox/osgi/e4GeminiJPA
$ tree -L 2
.
|-- de.mukis.gemini.sample.feature
|   |-- build.properties
|   |-- feature.xml
    |   `-- pom.xml
|-- de.mukis.gemini.sample.model ***** this project *****
|   |-- build.properties
|   |-- META-INF
|   |-- pom.xml
|   `-- src
|-- de.mukis.gemini.sample.rcp ***** this project *****
|   |-- Application.e4xmi
|   |-- build.properties
|   |-- css
|   |-- icons
|   |-- META-INF
|   |-- plugin.xml
|   |-- pom.xml
|   `-- src
|-- de.mukis.gemini.sample.site
|   |-- category.xml
|   |-- de.mukis.gemini.sample.product
|   `-- pom.xml
|-- de.mukis.gemini.sample.target
|   |-- de.mukis.gemini.sample.target.target
|   `-- pom.xml
|-- LICENSE
|-- pom.xml
`-- README.md

11 directories, 17 files

it would be more than great if you have a clue what i could be missing here.
thanks

@muuki88
Copy link
Owner

muuki88 commented Sep 30, 2013

Have you set the target platform? You do this via

  1. Open de.mukis.gemini.sample.target/de.mukis.gemini.sample.target.target
  2. Top-Right Set as Target Platform

And you should open it with Eclipse 4.3, but I'm sure you do.

@atlasloewenherz
Copy link
Contributor Author

that (2) was the trick thanks i missed it i'm closing this one thank!

@muuki88
Copy link
Owner

muuki88 commented Oct 1, 2013

Awesome 👍

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