cancel
Showing results for 
Search instead for 
Did you mean: 

Problem after alfresco SDK 3.0

avmcf
Confirmed Champ
Confirmed Champ

Hello guys, 

After upgrade for Alfresco SDK 3.0, all of my projects managed by Eclipse, present an error as below:

What requisite are necessary for new SDK ?

My environment:

MacOS : 10.12.25

Java: 1.8.0.51-b16

Apache-maven: 3.5.0

Alfresco Community 5.2f

Eclipse Java EE IDE Web Dev, NEON

Could anyone cam help me?

Many thanks

7 REPLIES 7

mrks_js1
Star Contributor
Star Contributor

have you tried running the container? I believe this is more of a maven warning than an error. 

avmcf
Confirmed Champ
Confirmed Champ

The problem seems to be of the eclipse and not of Alfresco. When I create a maven project by line command (mvn archetype:generate -Dfilter=org.alfrescoSmiley Happy is ok, but when I import to eclipse occur error.

mrks_js1
Star Contributor
Star Contributor

I see the same error but running the profile works just fine

avmcf
Confirmed Champ
Confirmed Champ

How do you do this ?

mrks_js1
Star Contributor
Star Contributor

you have to create a run configuration

avmcf
Confirmed Champ
Confirmed Champ

I check the forum of ZeroTurnAround page (jrebel-maven-plugin in pom does not generate rebel.xml for modules | zeroturnaround.com zeroturnarou... ) and apply the trick recommended and it work.

I appreciate you help and I'm very thankful for you attention.

mrks_js1
Star Contributor
Star Contributor

You are welcome!