RFR: Legacy JavaTest Automation Tool [v8]

gollayadav github.com+83762358+gollayadav at openjdk.java.net
Wed Jul 7 14:24:55 UTC 2021


On Mon, 28 Jun 2021 19:30:15 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

>> gollayadav has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Modified the local.properties file and added the README.md file
>
> jt_gui_tests/src/README.md line 46:
> 
>> 44: ### How to Run JavaTest Automation:
>> 45: 
>> 46: 8.  Put into ```<jt_gui_test>/src/local.properties``` file paths for needed libraries (they are included in the directory src/lib)
> 
> Are they really included? Hopefully not.

No libraries are included in the "jt_gui_tests". I will modify the statement in the README.md to understand it clearly.

> jt_gui_tests/src/gui-test.xml line 154:
> 
>> 152:         <copy todir="${tests.tempdir}" file="${junitlib}"/>
>> 153:         <copy todir="${tests.tempdir}" file="${hamcrestlib}"/>
>> 154:         <copy todir="${tests.tempdir}" file="${jhjar}"/>
> 
> Is jhjar.jar needed for compilation of the tests? It seems they are buildable without

I have tried building the "jt_gui_tests" without jh.jar and build successful. I will update the build scripts accordingly.

-------------

PR: https://git.openjdk.java.net/jtharness/pull/10


More information about the jtharness-dev mailing list