Hi, BTI gurus I have report a new jira[1] for the new adaptor of maven unit test. Could someone please try the patch? Thanks very much.
[1] https://issues.apache.org/jira/browse/HARMONY-5203 ------------- Description ------------- This adaptor is used to run Apache Maven Unit Tests on Apache Harmony within Apache Harmony Build&Test infrastructure. The following platforms are currently supported: Windows x86, Linux x86. --------------- Archive Content --------------- This archive contains scripts for running Maven Unit Test within BT. The directories structure within BT trunk directory is as follows: +<BTI trunk>/ |-+adaptors/ - scripts connecting test suites to BTI (called "adaptors") | | | |-+maven_test/ - maven suite adaptor directory | | | |--adaptor.xml - maven suite adaptor | | | |--MAVEN.BTI.README.txt - this readme file | | | |--parameters.xml - parameters file | |-+tests/ - test suites integrated into BTI | |-+maven_test/ - maven scripts directory | |--alltests.list - list of all Maven Unit Tests; used by exclude.lists feature | |--build.xml - main maven suite launching script | |--exclude.list.${os}.${arch} - platform specific exclude.lists | |--maven.properties - maven properties (used when running without BTI) -- Sean Qiu http://xiaoxia.turendui.com
