Am Montag, den 04.04.2016, 13:24 +0200 schrieb Philippe Mouawad:
> Hi,
> 3.0 is very close to release, I suggest we freeze new dev now and release
> it.
> I have been asked tens of time when it's out.
> This can be done in 3.1
> 
> For info, this can already be done currently with search_paths property and
> user.classpath one.

./bin/jmeter -Jsearch_paths="$(find lib/plugins/ -maxdepth 1 -mindepth 1
-type d | paste -s -d ';')"

:)

Felix

> 
> Regards
> 
> On Monday, April 4, 2016, Refael Botbol <ref...@blazemeter.com> wrote:
> 
> > I'm using lots of 3rd party plugins with JMeter and to me it will make life
> > much easier because:
> >
> >    1. If i'm installing a new plugin which crashes - i can uninstall it
> >    quickly.
> >    2. It will give a clear list of which plugins I'm currently using incase
> >    I need to run my script on a different machine
> >    3. Upgrading JMeter to a newer version will be almost seamless (just
> >    updating the path to my 3rd party plugin..) that way I don't need to
> >    duplicate every plugin across multiple JMeter versions I have
> >
> >
> >
> > On Mon, Apr 4, 2016 at 1:47 PM Andrey Pokhilko <a...@ya.ru <javascript:;>>
> > wrote:
> >
> > > No, I don't mean OSGification. I mean just classpath building.
> > >
> > > In case of library clash the earlier entry in classpath will win. At
> > > least, there will be easy way to understand which plugins set brings
> > > which library and reveal the plugins conflicts. For now, all guavas go
> > > into "lib" and you look at it with no idea "why did it happen and how to
> > > go out of it".
> > >
> > > Andrey Pokhilko
> > >
> > > On 04/04/2016 01:34 PM, Vladimir Sitnikov wrote:
> > > > Do you mean some kind of OSGification?
> > > >
> > > > What if different 3rdparties try to include different versions of, say,
> > > guava?
> > > > Which version will ultimately be loaded in your suggested approach?
> > > >
> > > > Vladimir
> > >
> > > --
> > Refael Botbol, BlazeMeter.
> > Director of Professional Services
> >
> 
> 


Reply via email to