Hello guys,

well i installed successfully maven on my system. then I created a virtual
machine with Vagrantup. In this virtual machine I want to install maven as
well, but it isn't working. It is strange because on my system and virtual
machine I made the same things.
I entered the following commands as root (sudo su):
svn co http://svn.apache.org/repos/asf/mahout/trunk
mvn install
I applied the second command in the directory trunk. In my virtual machine I
get the following message:





-----------------------------------------------------------------------
Results :

Tests run: 307, Failures: 0, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Mahout ..................................... SUCCESS [1.520s]
[INFO] Mahout Build Tools ................................ SUCCESS [1.768s]
[INFO] Mahout Math ....................................... SUCCESS
[1:13.923s]
[INFO] Mahout Core ....................................... FAILURE
[7:44.818s]
[INFO] Mahout Integration ................................ SKIPPED
[INFO] Mahout Examples ................................... SKIPPED
[INFO] Mahout Release Package ............................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9:03.103s
[INFO] Finished at: Tue Oct 09 13:12:09 UTC 2012
[INFO] Final Memory: 20M/78M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on
project mahout-core: Error occurred in starting fork, check output in log ->
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :mahout-core
-----------------------------------------------------------------------





Anybody knows why this happening? Why does maven work on my system but not
in my virtual machine? :(


Greetings, Clodan




--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-in-Vagrantup-tp5725324.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to