29th Nov: Harmony has passed all the testcases provided with Jetty 6.0.2.
Summary:
Maven version: 6.0.2
Platform\VM
RI
J9
DRLVM
RedHat Enterprise4
100%
100%
/
Windows xp2
100%
100%
100%
How to:
Download jetty 6.0.2 source from http://sourceforge.net/project/showfiles.php?group_id=7322.
- Run "mvn compile" and "mvn test-compile" to compile sources and testcases.
- set JAVA_HOME to HRE and run "mvn test" to run tests.
*DRLVM seems to fail in the test to build jetty plugin for maven on RedHat.
*Jetty itself seems to have problem to org.mortbay.jetty.xbean.XBeanTest during which fails to write log both on RI and Harmony on windows if there is not a "tmp" directory exists on the root directory(Usually there is one on Linux). An IOException has been throw out, but test still passes.