Problem after alfresco SDK 3.0

cancel
Showing results for 
Search instead for 
Did you mean: 
avmcf
Active Member II

Problem after alfresco SDK 3.0

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
mrks_js1
Established Member II

Re: Problem after alfresco SDK 3.0

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

avmcf
Active Member II

Re: Problem after alfresco SDK 3.0

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
Established Member II

Re: Problem after alfresco SDK 3.0

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

avmcf
Active Member II

Re: Problem after alfresco SDK 3.0

How do you do this ?

mrks_js1
Established Member II

Re: Problem after alfresco SDK 3.0

you have to create a run configuration

avmcf
Active Member II

Re: Problem after alfresco SDK 3.0

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
Established Member II

Re: Problem after alfresco SDK 3.0

You are welcome!