Hello,
I wonder if issue faced by new contributors is not due to PR 437 that
migrated properties from ASCII to UTF-8.
I think what happens is the following:
- There is this check:
-
https://github.com/apache/jmeter/blob/trunk/test/src/org/apache/jmeter/resources/PackageTest.java#L145
- If you build through Ant, and run tests it work fine
- But if you cleanup and rebuild project in Eclipse, the properties with
UTF-8 are moved to class folders and since native2ascii does not run, the
tests related to Lang fail
Regards