You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/01/26 09:31:49 UTC

[jira] Resolved: (HARMONY-752) Simple automated Eclipse scenario

     [ https://issues.apache.org/jira/browse/HARMONY-752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov resolved HARMONY-752.
-------------------------------------

    Resolution: Fixed

Anton, Vladimir, many thanks for engaging on this!
I integrated the scenario to DRLVM buld, see "ehwa.test" target. 
Fixed at r500180, please verify it works as expected.

> Simple automated Eclipse scenario
> ---------------------------------
>
>                 Key: HARMONY-752
>                 URL: https://issues.apache.org/jira/browse/HARMONY-752
>             Project: Harmony
>          Issue Type: Test
>          Components: Misc
>            Reporter: Anton Luht
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: 752-ant-diff.txt, eclipsehwa.zip, HelloAuto.zip
>
>
> Attached is an automated Eclipse scenario that :
> - opens workspace/editor
> - creates a new project
> - creates a class in this project
> - builds the project
> - closes the workspace/editor
> It is based on the code provided by Salikh Zakirov : http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200606.mbox/%3c44A12E65.6020607@Intel.com%3e
> To run the test, unzip the contents of the attached file into <eclipse 3.1.1 home>/eclipse/plugins directory and run the following command 
> <vm name> -cp <eclipse 3.1.1 home>/eclipse/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.test.uitestapplication -dev bin -testpluginname HelloAuto -classname HelloAuto.CreateAndRunTest 
> this command will be run in your usual Eclipse workspace. To run it in a temporary workspace, append
> -data <path to tmp dir>
> To see XML output of the test, please use
> <vm name> -cp <eclipse 3.1.1 home>/eclipse/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.test.uitestapplication formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter -dev bin -testpluginname HelloAuto -classname HelloAuto.CreateAndRunTest 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.