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

Could not able to see the plugin options in JmeterEdit #64

Open
sumangongali opened this issue Apr 21, 2016 · 4 comments
Open

Could not able to see the plugin options in JmeterEdit #64

sumangongali opened this issue Apr 21, 2016 · 4 comments

Comments

@sumangongali
Copy link

I could not able see the extra plugin options in Jmeter gui which is just launched by task jmeterEditor

like Jp@GC JSON assertion, jmeter JP@GC graph

would please tell me what i am missing to get them in jmeter gui or at runtime .

my dependices section of code is

classpath (group: 'kg.apc', name: 'jmeter-plugins-standard', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' }

where " pluginsVersion" i see it as only a name but not a true version number

but for groovy
classpath "org.codehaus.groovy:groovy-all:2.4.3"

please provide solution how to enable both GUI and runttime features of below. I am referring to http://jmeter-plugins.org/

classpath(group: 'kg.apc', name: 'jmeter-plugins-extras', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' }
and
classpath(group: 'kg.apc', name: 'jmeter-plugins-extras-libs', version: pluginsVersion) { exclude group: 'commons-math3', module: 'commons-math3' exclude group: 'commons-pool2', module: 'commons-pool2' }

@foragerr
Copy link
Contributor

Hi, this project has been dormant for a while. I maintain an alternative jmeter plugin over at http://jmeter.foragerr.net/ that was originally based on this plugin, but has seen a significant rewrites and bug fixes. I would suggest you try that plugin and if you still have an issue, please raise a new issue here

@sumangongali
Copy link
Author

Sure foragerr,

Thanks,
Suman.

@djangofan
Copy link

foragerr,

I havent looked at your plugin in months, but I remember eventually giving
up and getting frustrated that you thought you had the jmeter plugins
working BUT when you actually start Jmeter and look inside of it, the
plugin features are not there. NOTE: The old Kulya Maven plugin had a
similar issue. I wish someone would actually verify these things work
before releasing... The Groovy plugin was the only one that worked out of
the box for me.

Like I said, i havent looked in a while. Maybe you have it fixed now.

-Jon

On Thu, Apr 21, 2016 at 8:32 AM, sumangongali [email protected]
wrote:

Sure foragerr,

Thanks,
Suman.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#64 (comment)

@foragerr
Copy link
Contributor

@djangofan I eventually fixed it, for some reason I thought you checked and confirmed that it does work. Would be great if you can take a look at the newest version 1.0.5 . The gradle task to launch gui is gradle jmGui

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

No branches or pull requests

3 participants