[ https://issues.apache.org/jira/browse/HARMONY-5059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stepan Mishura reassigned HARMONY-5059:
---------------------------------------
Assignee: Stepan Mishura
> [buildtest] Support BTI to download dependence according to local server's platform infomations
> -----------------------------------------------------------------------------------------------
>
> Key: HARMONY-5059
> URL: https://issues.apache.org/jira/browse/HARMONY-5059
> Project: Harmony
> Issue Type: Improvement
> Components: build - test - ci
> Reporter: Sean Qiu
> Assignee: Stepan Mishura
> Attachments: Harmony-5059.diff
>
>
> Some tests need to start a server before process testing, such as our jetty scenario
test.
> Add a new parameter "if" to the dependence module of BTI
> <external>
> <my-dependency-windows
> url="http://host.of/my-dependency.zip "
> md5="87A617D7E65979AE01B5ACE4649EB40B"
> dir="my-dep-dir"
> inc="*/lib/*.jar"
> if="is.linux"
> />
> </external>
> In this case, BTI can download only one of them according to the current platform's informations.
> And the supported platforms:
> is.windows
> is.unix
> is.linux
> is.freebsd
> is.macosx
> is.aix
> is.zos
> is.32bit
> is.64bit
> is.x86
> is.x86_64
> is.ia64
> is.ppc32
> is.ppc64
> is.s390
> is.s390x
> is.windows_x86
> is.windows_x86_64
> is.linux_x86
> is.linux_x86_64
> is.unix_x86
> is.unix.x86_64
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|