> I have some tests that run fine from my Mac, but when I run the same ones in > an Ubuntu VM, the fail without error. I ran maven with the -X flag, and the
Most likely you are running into privileges issues on Ubuntu, I would expect. > key output is below. What's strange is that a surefire directory is not > even created. However, if I run the fork command on the command line, it > ... > Forking command line: /bin/sh -c cd > /home/user/svn/content-crawler-app/content-crawler-common && > /usr/local/jdk1.6.0_23/jre/bin/java -Xms256m -Xmx512m -jar Is this the right jdk path? You said "if I run the fork command on the command line" -- did you include the /bin/sh part? Do you have know what dot-files and profiles etc are being applied when that child shell process gets started up? I'd suspect something related to that is your issue. > /tmp/surefirebooter5363366684365451272.jar > /tmp/surefire4458674373778463629tmp /tmp/surefire856130898737172343tmp Does this userid have privileges to create files and/or directories in /tmp? > Please refer to > /home/user/svn/content-crawler-app/content-crawler-common/target/surefire-reports > for the individual test results. Does this userid have privileges to create the directory /target/surefire-reports? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
