|
⇤ ← Revision 1 as of 2006-11-29 06:35:45
Size: 920
Comment:
|
← Revision 2 as of 2009-09-20 21:55:32 ⇥
Size: 922
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| 1. Download jetty 6.0.2 source from [http://sourceforge.net/project/showfiles.php?group_id=7322]. | 1. Download jetty 6.0.2 source from [[http://sourceforge.net/project/showfiles.php?group_id=7322]]. |
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.