On Fri, Jun 17, 2011 at 7:04 AM, E S <electric.or.sh...@gmail.com> wrote:
> Barrie,
> How did you deploy your sampler so you could actually use it in the JMeter
> GUI? I've seen that the guys who wrote jmeter-plugins got it to the point
> where you could just drop a jar file into the lib/ext directory and it just
> worked. Did you get to the point?

Like Bruce, we use Maven, which does mean adding the jmeter artifacts
to an internal repository so that you can use them
It would be nice if these were already available on central...

However we dont roll up a jar, mainly because we were hacking to fast
and building and deploying a jar slows down that process.
Instead we hacked the
  search_paths=/fully/qualified/path/to/project/target/classes
which can be set in any number of properties files, system.properites,
user.properties or jmeter.properties

We also needed all our "dependencies" to be on the jmeter class path.

We already configured maven to gather these up and put them in the
target/lib directory so we copy these into JMETER_ROOT/lib (and make
sure you dont have duplicates)
JMeter does not do any fancy classpath isolation so your samplers need
to live peacefully with the jmeter core libraries as well.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to