CassJMeter icon indicating copy to clipboard operation
CassJMeter copied to clipboard

Create gradle build for cassjmeter project

Open jasobrown opened this issue 12 years ago • 6 comments

Thanks!

jasobrown avatar Jan 22 '13 23:01 jasobrown

Starting work on this. It's pretty easy to overlay gradle over this. I just want to understand one bit about the final artifacts. It looks like it wants all the dependency libs in a directory. Is this needed because it runs on its own? Would onejar be a better alternative? I'm not familiar with how JMeter plugins work.

quidryan avatar Jan 24 '13 22:01 quidryan

Actually, one big jar would be better. However, we need to exclude the jmeter jars from that big jar.

jasobrown avatar Feb 04 '13 13:02 jasobrown

I'm investigating how JMeter plugins should be built, and it's not exactly clear from their documentation. If I can't figure out it out, I'll just take the naive approach and exclude some deps by hand.

quidryan avatar Feb 15 '13 20:02 quidryan

On hold until I get back next week.

Looking at Maven builds for jmeter plugins, they use the shade plugin. That makes sense and luckily a Gradle one came out recently:

http://forums.gradle.org/gradle/topics/announcing_gradle_shadow_plugin_maven_shade_port

quidryan avatar Feb 24 '13 06:02 quidryan

bump :)

jasobrown avatar Apr 03 '13 20:04 jasobrown

bump again @quidryan

jasobrown avatar Aug 14 '13 13:08 jasobrown