unable to get demo code to my eclipse
Posted: Mon Feb 13, 2012 3:59 pm
Hi,
appreciate help here.
I am trying to get the demo code into my eclipse, followed all the instructions but I get this error: Missing artifact net.sf.ehcache:ehcache-terracotta:jar:2.4.2:compile
here are the steps I did:
downloaded eclipse Indigo, maven 3.0.3, installed maven plugins and extras.
I tried following steps in "2.Steps to use the Broadleaf ecommerce archetype with Eclipse" from http://www.broadleafcommerce.org/conflu ... or+Eclipse
but was unable to find org.broadleafcommerce in categories.
then I tried with this URL: http://www.broadleafcommerce.org/conflu ... se+-+Maven
Added maven repository and depencies
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-framework-web</artifactId>
<version>1.1.0-GA</version>
</dependency>
this version of broadleaf-framework-web was giving error saying missing artifact 1.1.0-GA, I replaced with 1.5.1-GA it seemed to be working, when I started the Maven build says
Failure to find net.sf.ehcache:ehcache-terracotta:jar:2.4.2 in http://devapp/nexus-maven/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]
[ERROR]
can some one please help or provide steps to get the demo code and run the application locally.
appreciate help here.
I am trying to get the demo code into my eclipse, followed all the instructions but I get this error: Missing artifact net.sf.ehcache:ehcache-terracotta:jar:2.4.2:compile
here are the steps I did:
downloaded eclipse Indigo, maven 3.0.3, installed maven plugins and extras.
I tried following steps in "2.Steps to use the Broadleaf ecommerce archetype with Eclipse" from http://www.broadleafcommerce.org/conflu ... or+Eclipse
but was unable to find org.broadleafcommerce in categories.
then I tried with this URL: http://www.broadleafcommerce.org/conflu ... se+-+Maven
Added maven repository and depencies
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-framework-web</artifactId>
<version>1.1.0-GA</version>
</dependency>
this version of broadleaf-framework-web was giving error saying missing artifact 1.1.0-GA, I replaced with 1.5.1-GA it seemed to be working, when I started the Maven build says
Failure to find net.sf.ehcache:ehcache-terracotta:jar:2.4.2 in http://devapp/nexus-maven/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]
[ERROR]
can some one please help or provide steps to get the demo code and run the application locally.