>apache-jmeter-5.2.0\lib\junit >JSyntaxTextArea: Error reading darcula_theme
Thanks. I have fixed those, and prepared v5.2.0-rc2 The error was there were non-java files present in src/main/java folders (e.g. darcula_theme.xml and package.html), so I moved those to src/main/resources. Note: there's a difference between Ant-produced and Gradle-produced libs/* in the binary distribution. 1) commons-logging-1.2.jar was missing, however it is a third-party dependency which is used multiple times 2) javax.activation-api-1.2.0.jar should not be present. It is API-only jar, and it makes no sense to redistribute it. javax.activation-1.2.0.jar is a superset, so I removed activation-api.jar 3) I do not include /lib/junit/test.jar file to the binary distribution as I believe that file is test-only. Ant does ship the file, however that is minor. --- jars.ant.txt *+++ jars.gradle.txt* -113676 asm-7.0.jar *+114762 asm-7.1.jar* -7770 bshclient.jar *+7893 bshclient.jar+61829 commons-logging-1.2.jar* -366601 darcula.jar *+366601 darcula-e208efb96f70e4be9dc362fbb46f6e181ef501dd.jar* -56674 javax.activation-api-1.2.0.jar -146106 jorphan.jar *+148505 jorphan.jar* ------- Download - Archives/hashes/sigs: https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.2.0-rc2 RAT report: https://apache.github.io/jmeter-site-preview/rat/rat-report.txt SHA512 hashes of archives for this vote: see footnote [1] Site preview is here: https://apache.github.io/jmeter-site-preview/site/ JavaDoc API preview is here: https://apache.github.io/jmeter-site-preview/site/api Maven staging repository is accessible here: https://repository.apache.org/content/repositories/orgapachejmeter-1044/org/apache/jmeter/ Tag: https://github.com/apache/jmeter/tree/v5_2_0_RC2 Keys are here: https://www.apache.org/dist/jmeter/KEYS Vladimir === [1] SHA512 hashes of archives for this vote: bfc3f95bb8898132796d48ba2b7ff74f19dddf27e6ccb93dea4356980f82ef463f3e5640f2d7744ec8a555a47abc8e2c287bca9aec45fd5105e97a3eeb70a909 *apache-jmeter-5.2.0.tgz a17bc07023d41654a2998a5cb44ad4be8d642e90d39d785011724122aec393a657c1d49c9a8bab035c18e901d6e413c2d28d53743c1eae5cb0fdafdf84efe378 *apache-jmeter-5.2.0.zip 41ae4253c455210854dc8501e13cbb55d8f8076929a1c7fdeb5a5a6e978103445ec7f7bba56b61d9140aeb0e8d62a0d008f980227a47632b78e43f9e64df998c *apache-jmeter-5.2.0_src.tgz 2002f82e7332cfa051ae92c72920195f01a3fb92f7ca2d8abc5e7f240653fd72dc92a5e3441cc9cf01623a2f8ff08088a21d4ea579e6f66389d33cc2dc13b602 *apache-jmeter-5.2.0_src.zip
