RE: BUG-49753 Fix

2012-01-11 Thread Mark Collin
I've uploaded an archive as requested, I've updated it just now to pull in three modules that were originally missed. -Original Message- From: Mark Collin [mailto:m...@ardescosolutions.com] Sent: 10 January 2012 20:59 To: dev@jmeter.apache.org Subject: RE: BUG-49753 Fix Added a patch fil

CompoundVariable classfinder.functions

2012-01-11 Thread Mark Collin
Looking through the code whilst debugging a problem with my maven implementation today I found out that CompoundVariable in core -> engine -> util searches for functions in jars that are in the search_path and the lib/ext folder but it completely ignores anything in the classpath. However whe

Re: CompoundVariable classfinder.functions

2012-01-11 Thread sebb
On 11 January 2012 13:18, Mark Collin wrote: > Looking through the code whilst debugging a problem with my maven > implementation today I found out that CompoundVariable in core -> engine -> > util searches for functions in jars that are in the search_path and the > lib/ext folder but it completel

RE: CompoundVariable classfinder.functions

2012-01-11 Thread Mark Collin
In that case it would seem like the path of least resistance is to copy all JMeter component jars into the lib/ext folder. The other option would be to enforce a naming structure for JMeter components (e.g. they must always start with "ApacheJMeter_") then you could scan the classpath and only pi

Re: CompoundVariable classfinder.functions

2012-01-11 Thread sebb
On 11 January 2012 15:14, Mark Collin wrote: > In that case it would seem like the path of least resistance is to copy all > JMeter component jars into the lib/ext folder. They already are there. > The other option would be to enforce a naming structure for JMeter > components (e.g. they must al

RE: CompoundVariable classfinder.functions

2012-01-11 Thread Mark Collin
Sorry, I'm not being clear. With the maven plugin I've been tweaking they aren't in a lib/ext directory because it doesn't exist. I was sending everything over the classpath, but that is obviously not going to work so instead I'm making the plugin create a lib/ext dir and copying the JMeter com

Re: CompoundVariable classfinder.functions

2012-01-11 Thread sebb
On 11 January 2012 16:07, Mark Collin wrote: > Sorry, I'm not being clear. > > With the maven plugin I've been tweaking they aren't in a lib/ext directory > because it doesn't exist.  I was sending everything over the classpath, but > that is obviously not going to work so instead I'm making the p