On Fri, Mar 5, 2021 at 9:38 AM [email protected] <[email protected]> wrote: > > I think these "autostyleApply -PmaxCheckMessageLines=50 -PmaxFilesToList=10 > -PminLinesPerFile=4" profiles are causing troubles, you should be able to > build JMeter like: > > > gradlew -x test build -q
Thanks glinius, that actually answered my next question, how to overcome the failed tests. So, to summarize it up, - use the tar.gz download as suggested by Felix - and build with above command to avoid the failed tests Now I have a jmeter-5.4.1-SNAPSHOT.jar file. So the next question regarding building JMeter from source -- how to make use of the build result? I did rsync -ua /Applications/apache-jmeter-5.3/bin/ /Applications/apache-jmeter-5.4/bin/ and copied my build/libs/jmeter-5.4.1-SNAPSHOT.jar as /Applications/apache-jmeter-5.4/bin/ApacheJMeter.jar but when invoking it with, /Applications/apache-jmeter-5.4/bin/jmeter I got no main manifest attribute, in /Applications/apache-jmeter-5.4/bin/ApacheJMeter.jar thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
