Page 1 of 1

BroadLeaf Commerce -- Setup Error

Posted: Sun Oct 02, 2011 11:54 pm
by mohit_maniar
Hi,

I am facing issues while building the broadleaf commerce project. I have downloaded the latest version of product from broadleaf trunk.

VM Details:
Java 1.7
Tomcat 6
Maven 3.0.3
Eclipse J2EE with plugins
Flex 3.4


Codebase: https://broadleaf.svn.sourceforge.net/s ... eaf/trunk/

I followed the setup instructions in the below link:
http://www.broadleafcommerce.org/conflu ... ment+Setup

I ran "mvn clean install" and "mvn clean install -DskipTests" and both run into the issues. I have attached trace with post.

Please let me know the resolution steps. I really appreciate your help.

Thanks,
Mohit.

Re: BroadLeaf Commerce -- Setup Error

Posted: Mon Oct 03, 2011 11:32 am
by jefffischer
If you're looking for a starter project for your own development on top of BLC, take a look at:

viewtopic.php?f=7&t=400

Also, BLC is currently not compatible with JDK 1.7.

Re: BroadLeaf Commerce -- Setup Error

Posted: Mon Oct 03, 2011 12:46 pm
by mohit_maniar
Thanks Jeff. I will try this today.

Re: BroadLeaf Commerce -- Setup Error

Posted: Mon Oct 03, 2011 12:46 pm
by mohit_maniar
Thanks Jeff. I will try this today.

Re: BroadLeaf Commerce -- Setup Error

Posted: Wed Oct 12, 2011 5:14 am
by alanbarker
I too was receiving this problem while attempting to build the trunk. Similar environment to OP but Java 1.6. My Build failure message was the same.

I performed a Clean and then an Install on the top level trunk/BroadleafCommerce project.

(In Eclipse)
from Run As->'Maven clean', after finished, Run As-> 'Maven install'.

Issue seems to have cleared up.

Hope this helps.