RaGe

Results 176 comments of RaGe

Ok, made another change based on what you said. Which jmeter.properties to use is now determined in this order: 1. Is jmeterPropertyFile defined in build.gradle? Then use it 2. Otherwise,...

@kulya can you please accept this pull-req or suggest any changes you want made?

Can you try `-J` as well please? ref: http://jmeter.apache.org/usermanual/get-started.html#override

From a quick look, it seems like a very small subset of system properties are picked up explicitly. That might need to change to pick up all system properties. ```...

I think I get what you're asking now - also saw your wiki edit. Sorry, I'm a bit slow today. The relevant code is here: ``` protected void initUserProperties(List jmeterArgs)...

Happy that works, but that is one ugly workaround. Definitely need to pick up all `-D` arguments and pass them to the jmeter execute call. Will take a look at...

Hi @lourish I maintain a fork of this project over [here](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin). If you're willing to use that plugin, I'm happy to help you out over there. Please raise a new...

Can you please run gradle with --debug and post the generated classpath value as a gist please? aside: Filename or extension too long sounds like a windows limitation rather than...

Did you run `make build` first, as listed in the readme instructions? https://github.com/OpenDevin/OpenDevin?tab=readme-ov-file#-get-started

Hi @jovistruck, there is a more active fork of this project over at https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin You might have to change your config a bit to use that project, but if your...