kulya / jmeter-gradle-plugin

Other
40 stars 27 forks source link

Too many jmeterPluginJars == "The filename or extension is too long" #49

Open vlaadbrain opened 9 years ago

vlaadbrain commented 9 years ago

Hello, i'm experiencing a problem with the use of jmeterPluginJars, at the moment, because of the way the plugin adds most of the plugins to the command line and i have about 8 jars in there with their full gradle cache path in them. Including UUID's and whatever else gradle adds to the path. and that is making the editor java command line too long and thus "The filename or extension is too long" Error.

i guess i would suggest the old way of adding plugin jars to the classpath. since older plugin versions (way back with version 2.9 of jmeter) used to work with more plugin jars.

foragerr commented 9 years ago

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 a java limitation btw. Are you on windows?

vlaadbrain commented 9 years ago

yeah, i'm on windows. i do have a whole lot of extra libs, i don't want to post here though.

cfalba80 commented 8 years ago

Yes, it is similar, using windows too.