cancel
Showing results for 
Search instead for 
Did you mean: 

Every extension shows error in eclipse while importing hybris newly to eclipse

Former Member
0 Kudos

I have Hybris 6.1, i imported bin folder inside hybris to my ee (mars). Now when i look at project explorer in ee every extension shows error. How to resolve them all? Whats the cause of these?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Abinash,

You should not import all projects from bin folder. It will make it difficult for ee to load/refresh and compile all the projects and you will also struggle managing them. Please create a new workspace (or delete all projects from the existing workspace - make sure you do not delete the source) and import the projects in the following order:

  1. hybris/config

  2. hybris/bin/platform

  3. extensions mentioned in localextensions.xml

  4. Any dependencies (ee will show the list of required dependencies in Markers)

Thanks, Arvind

Answers (2)

Answers (2)

Former Member
0 Kudos

Just load the file that you need, and it's fine that ee shows error cause you use ant rahter than ee to start the server.

Former Member
0 Kudos

Not really true. If you have errors then it will cause problems when you try to save the file (e.g. imports are removed) and you won't be any to run junit tests from Ee.

Former Member
0 Kudos

If you use this plugin then it takes care of the entire import process and resolves the dependencies https://wiki.hybris.com/display/hybrisALF/SAP+Hybris+Commerce+development+tools+for+Ee