I get the following error when running 'mvn -Pfastinstall'

[INFO] [surefire:test {execution: surefire-it}]
[INFO] Surefire report directory: /home/gordon/qpid/trunk/qpid/java/client-java14/target/surefire-reports [INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Error while executing forked tests.; nested exception is org.codehaus.plexus.util.cli.CommandLineException: Error while executing process.

java.io.IOException: path/to/java1.4: not found

It seems to be a result of trying to run some tests for the 1.4 retrotranslated code? Is this a result of the build system not finding a 1.4 jvm? I have gcj which is 1.4 compliant, but perhaps the test doesn't like that? I'm assuming I'm not supposed to directly modify the pom with a real path...

Also, can we avoid running all tests on fastinstall?

Reply via email to