I got the bsf.jar from BSF-2.3.0-rc1 milestone release.

JMeter source file in question: 
org.apache.jmeter.protocol.java.sampler.BeanShellSampler
Line 61
"import bsh.Interpreter;"

-Mike

On 4 Feb 2004 at 22:46, [EMAIL PROTECTED] wrote:

> I don't have the same problem with the bsf jar file - are you sure that you have got 
> the Jakarta Apache one, and not the original
> IBM one?
> 
> Which files have the bsf import statements? I could not find any 
... are there some old files lying around perhaps?
> 
> ==
> 
> An Ant task to fetch the jars would be nice - should be easy 
enough. I'll see if I can cobble something together.
> 
> ==
> 
> I've coded the BSF and BSH stuff so that the jars are optional at 
run-time - you only need them if you've used them in the test
> plan.
> 
> I had hoped to be able to arrange things so that the code would 
compile without the optional jars, but did not find a method I
> liked.
> 
> S.
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: "JMeter Developers List" <[EMAIL PROTECTED]>
> Sent: Wednesday, February 04, 2004 9:40 PM
> Subject: RE: Are we ready for a RC?
> 
> 
> > That's why we'd use Ant to fetch them rather than put them in 
CVS.  We can't distribute
> > the jars, but to do a dist, JMeter should come fully compiled 
against these optional jars
> > (and so I need them).  Also, an Ant fetch target would be really 
nice for users - want all
> > the optional abilities?  Run the target to get them.  Wouldn't 
work for the mail api's, but
> > would be great for anything under non-compatible free licenses.
> >
> > -Mike
> >
> > On 4 Feb 2004 at 13:15, peter lin wrote:
> >
> > > GPL license issues remember :)
> > >
> > > peter
> > >
> > >
> > > [EMAIL PROTECTED] wrote:
> > > I downloaded the BSF binaries, and this did not help. There 
are import statements
> > looking for bsf.Interpreter that don't seem to exist.
> > >
> > > Also, are we keeping HTMLParser source files in JMeter's 
CVS or not? Is it necessary?
> > >
> > > I'm not a big fan of Maven, but maybe we need it for JMeter. 
Alternatively, maybe we
> > could
> > > put in an Ant target that would go and automatically fetch 
missing jars?
> > >
> > > -Mike
> > >
> > > On 4 Feb 2004 at 15:07, BAZLEY, Sebastian wrote:
> > >
> > > > You might also want bsf.jar from Jakarta BSF
> > > > http://jakarta.apache.org/bsf/index.html.
> > > >
> > > > I guess this info needs to be added to the JMeter docs 
somewhere.
> > > >
> > > > S.
> > > > >-----Original Message-----
> > > > >From: peter lin [mailto:[EMAIL PROTECTED]
> > > > >Sent: 04 February 2004 14:58
> > > > >To: JMeter Developers List
> > > > >Subject: RE: Are we ready for a RC?
> > > > >
> > > > >
> > > > >
> > > > >these are the ones I am aware of.
> > > > >
> > > > >mail.jar, activation.jar, bsh.jar
> > > > >
> > > > >feels like I'm missing one.
> > > > >
> > > > >peter
> > > > >
> > > > >
> > > > >[EMAIL PROTECTED] wrote:
> > > > >If I'm doing the build, I assume I should have all the 
optional
> > > > >libraries, so maybe I need a rundown on what I need. I 
have the
> > > > >mail jars. What else do I need and where do I get them?
> > > > >
> > > > >-Mike
> > > > >
> > > > >On 4 Feb 2004 at 11:48, BAZLEY, Sebastian wrote:
> > > > >
> > > > >> >-----Original Message-----
> > > > >> >From: BAZLEY, Sebastian
> > > > >> >Sent: 04 February 2004 10:49
> > > > >> >To: 'JMeter Developers List'
> > > > >> >Subject: RE: Are we ready for a RC?
> > > > >> >
> > > > >>
> > > > >> >I made most of the recent changes to unit tests to 
check that
> > > > >items are
> > > > >> >being created, but I don't recall checking anything for a
> > > > >> >count of 0, just a
> > > > >> >few checks that look for > 0.
> > > > >>
> > > > >>
> > > > >> Just realised - I did code tests to check if there were any 
entries
> > > > >in
> > > > >> component_reference.xml (or functions.xml) that did not 
seem to
> > > > >have any
> > > > >> corresponding test element or function.
> > > > >>
> > > > >> So the error you saw means that there were 3 entries in
> > > > >component_reference
> > > > >> that did not appear in the test elements.
> > > > >>
> > > > >> These could well be due to optional libraries such as 
BeanShell
> > > > >and BSF.
> > > > >>
> > > > >> S.
> > > > >> >-----Original Message-----
> > > > >> >From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
> > > > >> >Sent: 03 February 2004 20:36
> > > > >> >To: JMeter Developers List
> > > > >> >Subject: Re: Are we ready for a RC?
> > > > >> >
> > > > >>
> > > > >> [...]
> > > > >>
> > > > >> >
> > > > >> >I tried to run the unit tests, and got an error - 
checkGuiSet found
> > > > >3
> > > > >> >gui's where it expected 0. This is all new code to me, 
but I'm
> > > > >> >guessing this means there are 3 new guis that aren't 
being
> > > > >tested?
> > > > >> >
> > > > >> >-Mike
> > > > >> >
> > > > >>
> > > > >> ---------------------------------------------------------------------
> > > > >> To unsubscribe, e-mail: jmeter-dev-
> > > > >[EMAIL PROTECTED]
> > > > >> For additional commands, e-mail: jmeter-dev-
> > > > >[EMAIL PROTECTED]
> > > > >>
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >--
> > > > >Michael Stover
> > > > >[EMAIL PROTECTED]
> > > > >Yahoo IM: mstover_ya
> > > > >ICQ: 152975688
> > > > >AIM: mstover777
> > > > >
> > > > >
> > > > >---------------------------------
> > > > >Do you Yahoo!?
> > > > >Yahoo! SiteBuilder - Free web site building tool. Try it!
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> > > > For additional commands, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > Michael Stover
> > > [EMAIL PROTECTED]
> > > Yahoo IM: mstover_ya
> > > ICQ: 152975688
> > > AIM: mstover777
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> > > For additional commands, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> > >
> > >
> > > ---------------------------------
> > > Do you Yahoo!?
> > > Yahoo! SiteBuilder - Free web site building tool. Try it!
> >
> >
> >
> >
> > --
> > Michael Stover
> > [EMAIL PROTECTED]
> > Yahoo IM: mstover_ya
> > ICQ: 152975688
> > AIM: mstover777
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> > For additional commands, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> For additional commands, e-mail: jmeter-dev-
[EMAIL PROTECTED]
> 




--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to