Page 1 of 1

Getting started

Posted: Thu Aug 20, 2015 5:12 am
by comtrisha
hello,

I have downloaded the broadleaf workspace and done the setup as per the getting started steps.

when i run the site/build.xml i get the below successful message, however i don't see tomcat startup logs.

Buildfile: F:\ecommerce\eclipse-workspace\DemoSite\site\build.xml
start-db:
[echo] Starting Data Base...
tomcat:
[artifact:mvn] Listening for transport dt_socket at address: 8000
[artifact:mvn] -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.
[artifact:mvn] Java Result: 1
BUILD SUCCESSFUL
Total time: 3 seconds

Can you please help me to resolve this and move ahead.

Thanks in advance.

Re: Getting started

Posted: Tue Sep 15, 2015 8:01 am
by phillipuniverse
Add this in the tomcat ant task:

Code: Select all

<jvmarg value="-Dmaven.multiModuleProjectDirectory=${maven.home}" />