cancel
Showing results for 
Search instead for 
Did you mean: 

help with configuration

ucf
Champ on-the-rise
Champ on-the-rise
Hi everybody,

I'm a begginer on alfresco and I'm currently asked to configure maven alfresco sdk to create amp projects (work with alfresco on maven structure), I already have maven 3.0.4  and alfresco-4.2.0 enterprise edition installed, if you can suggest some tutorials on that topic that'll be quite helpfull

thank you,
5 REPLIES 5

ucf
Champ on-the-rise
Champ on-the-rise
thank you for your help, I tried to follow the instructions on the tutorial in alfresco official documentation( http://docs.alfresco.com/4.2/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Fconcepts%2Fdev-extensi...) but I get this errors(not build failure) in the stage of mvn install, and a build failure for :mvn integration-test -Pamp-to-war, this message is displayed Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project quick-start-project: Fatal error compiling: invalid target release: 1.7.
I've already tried to do the examples in both:
http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html &&
http://blog.session.it/2013/04/10/maven-alfresco-enterprise/ before posting.
but it didn't work
thank you for your help

kaynezhang
World-Class Innovator
World-Class Innovator
It seems you need java 1.7
please install jdk 1.7 and  set JAVA_HOME to your jdk7 home directory

ucf
Champ on-the-rise
Champ on-the-rise
Well, it worked! thank you for your help

ucf
Champ on-the-rise
Champ on-the-rise
Well, it worked! thank you for your help