Failed to Build
Posted: Tue Feb 11, 2014 5:59 pm
Hey, I'm new to Broadleaf and Mavin (not new to Java and Eclipse).
I followed the http://docs.broadleafcommerce.org/core/current/getting-started perfectly, got Apache Maven installed properly but when I went to Run As -> Maven Install in Eclipse on Demo Site, I got these errors:
Not sure where to start for resolving this. I don't even know how to resume the build; maybe by using cmd prompt, navigating to Demo Site folder and running above command, but I don't know what the <goals> are.
I followed the http://docs.broadleafcommerce.org/core/current/getting-started perfectly, got Apache Maven installed properly but when I went to Run As -> Maven Install in Eclipse on Demo Site, I got these errors:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Failed to execute goal on project core: Could not resolve dependencies for project com.mycompany:core:jar:1.0: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path C:\Program Files (x86)\Java\jre7/../lib/tools.jar -> [Help 1]
After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :core
Not sure where to start for resolving this. I don't even know how to resume the build; maybe by using cmd prompt, navigating to Demo Site folder and running above command, but I don't know what the <goals> are.