Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for jmeter 2.11, 2.12, 2.13 #39

Merged
merged 2 commits into from
Apr 6, 2015
Merged

Support for jmeter 2.11, 2.12, 2.13 #39

merged 2 commits into from
Apr 6, 2015

Conversation

foragerr
Copy link
Contributor

@foragerr foragerr commented Apr 6, 2015

Closes #36
Closes #40

kulya added a commit that referenced this pull request Apr 6, 2015
Support for jmeter 2.11, 2.12, 2.13
@kulya kulya merged commit 53b2566 into kulya:master Apr 6, 2015
@kulya
Copy link
Owner

kulya commented Apr 6, 2015

Versions 1.3.3-2.xx released to maven central repositories. It will take few hours to propagate them to maven central. If you need it sooner, please specify additional maven repo in your build.gradle "https://oss.sonatype.org/content/groups/public"

@foragerr
Copy link
Contributor Author

foragerr commented Apr 6, 2015

Thanks @kulya That was quick!

configurations {
//workaround for jmeter defect 57555 (https://bz.apache.org/bugzilla/show_bug.cgi?id=57555)
if (jmeterVersion == '2.12'){
compile.exclude group: 'excalibur-fortress'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These excludes don't make it to pom files generated with the maven plugin. Need to add 'module:' information as well.

@foragerr
Copy link
Contributor Author

foragerr commented Apr 6, 2015

@kulya I just checked the binaries at oss.sonatype, looks the transitive dependency excludes didn't go into the pom files. Created issue #41

@djangofan
Copy link

Yeah, I have trouble starting it as version 2.13. Cant find commons-math3 and commons-pool2 . When it try to start as 2.12, the error is different: Could not find d-haven-managed-pool:d-haven-managed-pool:1.0

To reproduce my error, try to run the startJmeterWithGradle.bat script in my launch-jmeter repo: https://github.com/djangofan/launch-jmeter . Here is my build.gradle : https://github.com/djangofan/launch-jmeter/blob/master/build.gradle

@foragerr
Copy link
Contributor Author

foragerr commented Apr 6, 2015

fixed in #42

@djangofan
Copy link

After great difficulty, I finally got Gradle to load Jmeter 2.13 (with help from your changes) and I was also able to get all the jmeter-plugins to load , as well as groovy-all, opencsv, guava, commons-lang3 . Here is my build script: https://github.com/djangofan/launch-jmeter/blob/master/build.gradle
My method of getting it to work is probably a hack but it should demonstrate what is possible. Now you can add a JSR223 Groovy sampler, among many other things.

@foragerr
Copy link
Contributor Author

foragerr commented Apr 8, 2015

@djangofan let's move this conversation here: https://github.com/djangofan/launch-jmeter/issues/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jmeter stderr is not captured anywhere jmeter 2.11 ++ support
3 participants