Skip to content

Commit

Permalink
polished release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jowerner committed Apr 22, 2020
1 parent 9177c4b commit 0ecbfb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/xltdoc/release-notes/5.0.x.textile
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ h3. Load Testing

h4. Agent should search default Gradle classes directories

The XLT agent that executes a load test suite searches several directories inside the uploaded test suite for test classes and libraries. Now this includes the default Gradle classes directories as well. See below for the current list of directories that are searched for classes and libraries.
The XLT agent that executes a load test suite searches several directories inside the uploaded test suite for test classes and libraries. Now this includes the default Gradle classes directories as well. See below for the current list of directories that are searched (in this order) for classes and libraries, respectively.

*Classes Directories*

* @<testsuite>/bin@
* @<testsuite>/classes@
* @<testsuite>/target/classes@ (Maven)
* @<testsuite>/target/test-classes@ (Maven)
* @<testsuite>/build/classes/java/main@ (Gradle)
* @<testsuite>/build/classes/java/test@ (Gradle)
* @<testsuite>/bin@ (Eclipse)

*Library Directories*

Expand Down

0 comments on commit 0ecbfb9

Please sign in to comment.