nicoulaj / vagrant-maven-plugin

Maven plugin for Vagrant.
Apache License 2.0
33 stars 26 forks source link

Support for VirtualBox 4.3.x #20

Open nhojpatrick opened 10 years ago

nhojpatrick commented 10 years ago

Just tried to setup maven integration tests using vagrant but build is failing due to no support for VirtualBox 4.3.8, I'm running on a Mac using Vagrant 1.5.0, Java 1.7.0_51, Maven 3.0.5.

Stack trace; [INFO] --- vagrant-maven-plugin:1.0.1:box-add (pre-integration-test) @ mvnproj --- [INFO] Successfully installed vagrant-1.0.7 [INFO] Successfully installed archive-tar-minitar-0.5.2 [INFO] Successfully installed childprocess-0.3.9 [INFO] Successfully installed ffi-1.9.3-java [INFO] Successfully installed erubis-2.7.0 [INFO] Successfully installed i18n-0.6.9 [INFO] Successfully installed json-1.7.7-java [INFO] Successfully installed log4r-1.1.10 [INFO] Successfully installed net-ssh-2.2.2 [INFO] Successfully installed net-scp-1.0.4 [INFO] 10 gems installed [WARNING] [deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. [WARNING] Vagrant has detected that you have a version of VirtualBox installed [WARNING] that is not supported. Please install one of the supported versions [WARNING] listed below to use Vagrant: [WARNING] [WARNING] 4.0, 4.1, 4.2 [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.266s [INFO] Finished at: Thu Mar 13 08:14:31 GMT 2014 [INFO] Final Memory: 18M/310M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal net.ju-n.maven.plugins:vagrant-maven-plugin:1.0.1:box-add (pre-integration-test) on project mvnproj: Execution pre-integration-test of goal net.ju-n.maven.plugins:vagrant-maven-plugin:1.0.1:box-add failed: Java returned: 17 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException $

nicoulaj commented 8 years ago

See also: #14