You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2007/10/31 10:51:50 UTC

[jira] Created: (HARMONY-5053) [buildtest] Create a new adaptor for BTI by a template

[buildtest] Create a new adaptor for BTI by a template
------------------------------------------------------

                 Key: HARMONY-5053
                 URL: https://issues.apache.org/jira/browse/HARMONY-5053
             Project: Harmony
          Issue Type: New Feature
          Components: build - test - ci
            Reporter: Sean Qiu


Goal: Create a new adaptor for BTI more conveniently.

Modification:

1.builld.xml
   Add a "create-adaptor" task to create a new dir and copy template adaptor.xml and parameters.xml.

2.script/template/adaptor-template.xml
   Template file for adaptor.xml

3.script/template/parameters-template.xml
   Template file for parameters.xml

Usage:
ant create-adaptor -Dadaptor=hello

Fuctionality:
This task will create a new adaptor directory in ${trunk}/adapotrs named after "hello" from the command line.
It can supply default settings from template files. 
It will replace the @SUITE@ at the template files to factual suite name.
User can make advantage of these xml files more effectively.


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


[jira] Updated: (HARMONY-5053) [buildtest] Create a new adaptor for BTI by a template

Posted by "Sean Qiu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu updated HARMONY-5053:
------------------------------

    Attachment: Harmony-5053.zip

Could someone pls try this patch? Thanks very much.

> [buildtest] Create a new adaptor for BTI by a template
> ------------------------------------------------------
>
>                 Key: HARMONY-5053
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5053
>             Project: Harmony
>          Issue Type: New Feature
>          Components: build - test - ci
>            Reporter: Sean Qiu
>         Attachments: Harmony-5053.zip
>
>
> Goal: Create a new adaptor for BTI more conveniently.
> Modification:
> 1.builld.xml
>    Add a "create-adaptor" task to create a new dir and copy template adaptor.xml and parameters.xml.
> 2.script/template/adaptor-template.xml
>    Template file for adaptor.xml
> 3.script/template/parameters-template.xml
>    Template file for parameters.xml
> Usage:
> ant create-adaptor -Dadaptor=hello
> Fuctionality:
> This task will create a new adaptor directory in ${trunk}/adapotrs named after "hello" from the command line.
> It can supply default settings from template files. 
> It will replace the @SUITE@ at the template files to factual suite name.
> User can make advantage of these xml files more effectively.

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