Page 1 of 1

Buid Failure @ admin

Posted: Fri May 02, 2014 1:30 pm
by ward
This is the error that's causing trouble: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.2:genkey (genkey) on project admin: Execution genkey of goal org.codehaus.mojo:keytool-maven-plugin:1.2:genkey failed: Unable to load the mojo 'genkey' (or one of its required components) from the plugin 'org.codehaus.mojo:keytool-maven-plugin:1.2': com.google.inject.ProvisionException: Guice provision errors:

Searched online but could not find a solution. Anyone have an answer?

Thanks

Re: Buid Failure @ admin

Posted: Mon May 05, 2014 12:48 pm
by phillipuniverse
Looks like you're using the Java 8 JDK. We have not fully addressed the issues associated with Java 8, see the open ticket at https://github.com/BroadleafCommerce/Br ... issues/873.

Re: Buid Failure @ admin

Posted: Mon May 05, 2014 12:49 pm
by phillipuniverse
The fix by the way is to use a Java 7 JDK: http://www.oracle.com/technetwork/java/ ... 80260.html

Re: Buid Failure @ admin

Posted: Tue May 06, 2014 4:31 pm
by ward
Thanks for the responses.

However, now I'm receiving this error:

BUILD FAILED:

\eclipse-workspace\DemoSite\site\wampbinmaven\boot does not exist.

How can I resolve this?

Re: Buid Failure @ admin

Posted: Wed May 07, 2014 1:23 pm
by phillipuniverse
Make sure that the maven.home variable in build.properties (in the root of your project) is pointing to where Maven is installed.