You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by Apache Wiki <wi...@apache.org> on 2008/05/06 10:46:06 UTC

[Harmony Wiki] Update of "Eclipse Scenarios" by ialeviev

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.

The following page has been changed by ialeviev:
http://wiki.apache.org/harmony/Eclipse_Scenarios

------------------------------------------------------------------------------
- == Eclipse Hello World Application ==
- 
- No regressions at svn.revision=r603534
- 
- ||'''Platform'''||'''Status'''||Comments||
- ||Windows x86||PASSED||||
- ||Linux x86||PASSED||Issues with automation||
- ||Linux x86-64||PASSED||Issues with automation||
- 
  
  == Eclipse Geronimo Application ==
  
- No regressions at svn.revision=r603534, there are automation issues though.
  
- ||'''Platform'''||'''Status'''||'''JIRA'''||'''Name'''||
- ||Windows x86||PASSED||[http://issues.apache.org/jira/browse/HARMONY-5315 5315]||`[bti][ega] windows scenario hangs a computer`||
- ||Linux x86||PASSED||[http://issues.apache.org/jira/browse/HARMONY-5316 5316]||`[bti][ega] linux scenario fails somehow right after the help step`||
- ||Linux x86-64||?||[http://issues.apache.org/jira/browse/HARMONY-5250 5250]||`[bti][ega] Firefox configuration problems for help invocation`||
+ == Launching Eclipse Geronimo Application ==
+ 
+ 1. There is approximate list of commands that should be executed:
+ 
+ {{{ 
+   cd <new folder for bti>
+   svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra
+   cd infra
+   ant -Dtest.suites="ega" install
+   ant -Dtest.suites="ega" setup
+   ant -Dtest.suites="ega" run
+ }}}
+ 
+ Results could be observed at build/results/ega folder
+ 
+ 2. In case of testing virtual machine in different location the following commands can help:
+ 
+ {{{ 
+   cd <new folder for bti>
+   svn co https://svn.apache.org/repos/asf/harmony/enhanced/buildtest/trunk/infra
+   cd infra
+   ant -Dtest.suites=ega install
+   ant -Dtest.suites=ega setup
+ }}}
+ 
+ Modify file "required-parameters.properties" in order to set the path to tested vm like:
+ 
+ {{{
+ ega.jvm.under.test=C:\harmony-jdk-628209\jre\bin\java.exe
+ }}}
+ 
+ Start test running
+ 
+ {{{
+   ant -Dtest.suites=ega run
+ }}}
+ 
+ 
+ 
  
  === BKM ===
     * If a scenario fails during a help step on Linux, run a simple help scenario (Help->Contents) on a reference implementation. This is a good chance that Firefox has configuration problems, e.g. uses `$http_proxy` which is set.