Page 1 of 1

boot does not exist

Posted: Wed Jul 10, 2013 7:22 am
by babbarkrishan
After successful "maven-install" on DemoSite, i tried to run using "jetty-demo" Ant task but i am getting following message:

\BroadLeaf\eclipse-workspace\DemoSite\admin\build.xml:26: C:\Users\tech\.m2\boot does not exist.

I am using 3.0 version and followed steps given at http://docs.broadleafcommerce.org/curre ... arted.html (excluding Configuring Project Name)

Please help to resolve this issue.

Thanks,
Krishan

Re: boot does not exist

Posted: Tue Jul 16, 2013 4:33 am
by navalgandhi1989
Hi Krishan,

The reason for the error is that you are pointing a wrong maven installation directory.

Please download the latest maven zip from
http://maven.apache.org/download.cgi

and extract the zip any where on your computer.Assuming that you extracted the file at C: drive, put this path in you project configuration "C:\apache-maven-<version>".

It should be working then.

Re: boot does not exist

Posted: Tue Jul 16, 2013 12:21 pm
by phillipuniverse
The proejct configuration that navalgandhi1989 is referring to is located in build.properties in the root of the project that you checked out.

Re: boot does not exist

Posted: Thu Jul 18, 2013 6:08 am
by babbarkrishan
Great, It is working now.

Thanks Naval.