You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Philippe Mouawad <ph...@gmail.com> on 2015/12/12 13:26:09 UTC

Cleanup extras folder

Hello,
Looking at extras content I wonder if we should not cleanup some files and
document the others:

I suggest we drop those:

- ConvertHTTPSampler.txt => Should we really maintain a migration script
created for 2.1.1 ? I think we should drop it
- convertjmx.fdl => Is this still useful ? I don't have openvms to test but
it seems to me weird
- execcode.bsh => OS Process Sampler has replaced this no ?
- jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
- jmeter-results-report_21.xsl => Same thing
- Test.jmx => What is its purpose ?
- What is jmeter.fb ?

For info:
- addons.xml was not working anymore and targetting 1.2, fixed
- addons.txt was wrong, fixed

-- 
Regards.
Philippe

Re: Cleanup extras folder

Posted by Richard Friedman <ri...@gmail.com>.
I would agree with the cleanup items, actually not sure i see the value in
an extras directory.  If it is important be in the right place otherwise
perhaps something for a wiki / documentation /blog post.   But cleaning up
first good step.

Regarding jmeter.fb there is an old email list discussion on original
inclusion of findbugs -
http://osdir.com/ml/jakarta.jmeter.devel/2003-10/msg00391.html

But the .fb file itself is a findbugs project file generated from findbugs
UI. Per the findbugs documentation
*-project* *project*

Specify a project to be analyzed. The project file you specify should be
one that was created using the GUI interface. It will typically end in the
extension .fb or .fbp.
In short - it was an extra because you could load this back into FindBugs.
The findbugs task in build.xml does not require or need the jmeter.fb it is
truly an extra.

So for me this opens a few questions
a) Is findbugs used in the automated build of JMeter?  or is someone using
this before a final release?
b) Why is the fb-csv.xml and fb-excludes.xml files in the root directory of
JMeter

Just to confirm it still works I just
- started with clean jmeter copy on v2_13 tag,
- new download of latest findbugs (into JMETER_SOURCE/findbugs)
- configured build.xml setting findbugs.homedir as follows
<property name="findbugs.homedir" value="./findbugs" />
- ant
- ant findbugs

and it does generate the report, though can not yet speak to the details

PackageCode SizeBugsHigh Prio BugsMedium Prio BugsLow Prio BugsExp. Bugs
RatioOverall (114 packages), (1211 classes)711711186157






On Sun, Dec 13, 2015 at 8:12 AM, Philippe Mouawad <
philippe.mouawad@gmail.com> wrote:

> Hi,
> Any feedback ?
> can I drop all the files I mentioned as droppable ?
>
> What about jmeter.fb ? Anybody knows what it's for ?
>
>
> Thanks
>
> On Saturday, December 12, 2015, Philippe Mouawad <
> philippe.mouawad@gmail.com>
> wrote:
>
> > Hello,
> > Looking at extras content I wonder if we should not cleanup some files
> and
> > document the others:
> >
> > I suggest we drop those:
> >
> > - ConvertHTTPSampler.txt => Should we really maintain a migration script
> > created for 2.1.1 ? I think we should drop it
> > - convertjmx.fdl => Is this still useful ? I don't have openvms to test
> > but it seems to me weird
> > - execcode.bsh => OS Process Sampler has replaced this no ?
> > - jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
> > - jmeter-results-report_21.xsl => Same thing
> > - Test.jmx => What is its purpose ?
> > - What is jmeter.fb ?
> >
> > For info:
> > - addons.xml was not working anymore and targetting 1.2, fixed
> > - addons.txt was wrong, fixed
> >
> > --
> > Regards.
> > Philippe
> >
> >
>
> --
> Cordialement.
> Philippe Mouawad.
>



-- 
Richard Friedman
609.314.0129

Re: Cleanup extras folder

Posted by Philippe Mouawad <ph...@gmail.com>.
Hi,
Any feedback ?
can I drop all the files I mentioned as droppable ?

What about jmeter.fb ? Anybody knows what it's for ?


Thanks

On Saturday, December 12, 2015, Philippe Mouawad <ph...@gmail.com>
wrote:

> Hello,
> Looking at extras content I wonder if we should not cleanup some files and
> document the others:
>
> I suggest we drop those:
>
> - ConvertHTTPSampler.txt => Should we really maintain a migration script
> created for 2.1.1 ? I think we should drop it
> - convertjmx.fdl => Is this still useful ? I don't have openvms to test
> but it seems to me weird
> - execcode.bsh => OS Process Sampler has replaced this no ?
> - jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
> - jmeter-results-report_21.xsl => Same thing
> - Test.jmx => What is its purpose ?
> - What is jmeter.fb ?
>
> For info:
> - addons.xml was not working anymore and targetting 1.2, fixed
> - addons.txt was wrong, fixed
>
> --
> Regards.
> Philippe
>
>

-- 
Cordialement.
Philippe Mouawad.

Re: Cleanup extras folder

Posted by sebb <se...@gmail.com>.
On 17 December 2015 at 23:01, Philippe Mouawad
<ph...@gmail.com> wrote:
> On Mon, Dec 14, 2015 at 3:20 PM, sebb <se...@gmail.com> wrote:
>
>> On 12 December 2015 at 12:26, Philippe Mouawad
>> <ph...@gmail.com> wrote:
>> > Hello,
>> > Looking at extras content I wonder if we should not cleanup some files
>> and
>> > document the others:
>> >
>> > I suggest we drop those:
>> >
>> > - ConvertHTTPSampler.txt => Should we really maintain a migration script
>> > created for 2.1.1 ? I think we should drop it
>> > - convertjmx.fdl => Is this still useful ? I don't have openvms to test
>> but
>> > it seems to me weird
>> > - execcode.bsh => OS Process Sampler has replaced this no ?
>>
>> No, it is an addon for bsh and is independent of OS process sampler.
>>
> Ok we can keep it if you really think it's useful , but maybe a wiki would
> be better no ?

No.

>>
>> > - jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
>> > - jmeter-results-report_21.xsl => Same thing
>> > - Test.jmx => What is its purpose ?
>>
>> According to SVN history:
>>
>> Sample test for demonstrating JMeter Ant script/stylesheet
>>
>
> Do you think it is still really useful ?

It is needed for the script/stylesheet.

>>
>> > - What is jmeter.fb ?
>> >
>> > For info:
>> > - addons.xml was not working anymore and targetting 1.2, fixed
>> > - addons.txt was wrong, fixed
>> >
>> > --
>> > Regards.
>> > Philippe
>>
>
>
>
> --
> Cordialement.
> Philippe Mouawad.

Re: Cleanup extras folder

Posted by Philippe Mouawad <ph...@gmail.com>.
On Mon, Dec 14, 2015 at 3:20 PM, sebb <se...@gmail.com> wrote:

> On 12 December 2015 at 12:26, Philippe Mouawad
> <ph...@gmail.com> wrote:
> > Hello,
> > Looking at extras content I wonder if we should not cleanup some files
> and
> > document the others:
> >
> > I suggest we drop those:
> >
> > - ConvertHTTPSampler.txt => Should we really maintain a migration script
> > created for 2.1.1 ? I think we should drop it
> > - convertjmx.fdl => Is this still useful ? I don't have openvms to test
> but
> > it seems to me weird
> > - execcode.bsh => OS Process Sampler has replaced this no ?
>
> No, it is an addon for bsh and is independent of OS process sampler.
>
Ok we can keep it if you really think it's useful , but maybe a wiki would
be better no ?

>
> > - jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
> > - jmeter-results-report_21.xsl => Same thing
> > - Test.jmx => What is its purpose ?
>
> According to SVN history:
>
> Sample test for demonstrating JMeter Ant script/stylesheet
>

Do you think it is still really useful ?

>
> > - What is jmeter.fb ?
> >
> > For info:
> > - addons.xml was not working anymore and targetting 1.2, fixed
> > - addons.txt was wrong, fixed
> >
> > --
> > Regards.
> > Philippe
>



-- 
Cordialement.
Philippe Mouawad.

Re: Cleanup extras folder

Posted by sebb <se...@gmail.com>.
On 12 December 2015 at 12:26, Philippe Mouawad
<ph...@gmail.com> wrote:
> Hello,
> Looking at extras content I wonder if we should not cleanup some files and
> document the others:
>
> I suggest we drop those:
>
> - ConvertHTTPSampler.txt => Should we really maintain a migration script
> created for 2.1.1 ? I think we should drop it
> - convertjmx.fdl => Is this still useful ? I don't have openvms to test but
> it seems to me weird
> - execcode.bsh => OS Process Sampler has replaced this no ?

No, it is an addon for bsh and is independent of OS process sampler.

> - jmeter-results-detail-report_21.xsl => Why keep a 2.1 compatible XSL ?
> - jmeter-results-report_21.xsl => Same thing
> - Test.jmx => What is its purpose ?

According to SVN history:

Sample test for demonstrating JMeter Ant script/stylesheet

> - What is jmeter.fb ?
>
> For info:
> - addons.xml was not working anymore and targetting 1.2, fixed
> - addons.txt was wrong, fixed
>
> --
> Regards.
> Philippe