Point taken. Not sure it would make sense to have more than one classpath in a TestPlan, so perhaps the best place for it would be to add it to the TestPlan element.
However ... If the extra class-path entries are only needed whilst running a test, then it should be fairly straightforward to update the CP, though one would need to make sure the CP did not grow for each test run or loop - and ideally the CP would be reset if the extra path(s) were removed or changed later. If the CP entries are needed at "design" or startup time, then it starts to get rather tricky to ensure that the CP is updated before it is needed. S. On 15/09/05, Serguei Belikov <[EMAIL PROTECTED]> wrote: > Hi, > > I think it makes a perfect sense to keep a class paths with a test plan. > In this case one will be able to open a new test plan and the class > paths will be modified according to plan content. If class paths are set > as a properties, one needs to restart JMeter. > > sebb wrote: > > >Not sure it's necessary to have a GUI to do this. > > > >The additional classpaths are probably known before starting JMeter, > >so would it not be simpler to use a property to define the extra > >classpaths? > > > >S. > >On 15/09/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > > > > >>I'm planning on adding another feature to the 2.1 branch and provide a way > >>for users to add classpaths to JMeter in the GUI. > >> > >>I was thinking of something like User Defined Classpath. Users can then > >>select the jar files they want and the config element will add them to the > >>classloader. Any thoughts, suggestions, ideas? > >> > >> > >> > >>peter > >> > >> > >> > >> > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > Regards, > Serguei Belikov > Sr. Developer > Tucows Inc. > [EMAIL PROTECTED] > (416) 535-0123 Ext. 1297 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
