On 7/24/06, Vladimir Ivanov <[EMAIL PROTECTED]> wrote:
On 7/21/06, Mark Hindess < [EMAIL PROTECTED]> wrote: > > > I was planning to jar up tests from modules just as I have with the test > support classes (in build/test/support.jar) and
I created issue 984 with simple patch that jars modules/<name>/bin/test directories. May be it makes sense to build 3 separate archives: HDK, JRE and tests to minimize traffic for users who want to use HDK but do not want to run tests? thanks, Vladimir I'd expect those to
> remain in the hdk. Seems, that it will enough to pack all modules\<name>\bin\test directories into one jar Adding an ant script to run the tests would not be trivial - due to the > api/impl/bootclasspath/etc issues - but should be possible. It is script harmony specific so no difference between 'api' and 'impl' tests. So I just separate tests run to 2: - for 'injected' tests - for common tests May be I miss something? thanks, Vladimir -Mark. > > Thanks, Vladimir >