Home » Archived » BIRT » Why is BirtSample/SampledbPlugin part of the Report Engine?
| Why is BirtSample/SampledbPlugin part of the Report Engine? [message #246328] |
Wed, 04 July 2007 17:17  |
Eclipse User |
|
|
|
Originally posted by: mdavis.pashllc.com
Anybody know why BirtSample/SampledbPlugin is part of the Report Engine?
Every time the Report Engine is started, it creates a sample databased
in Local Settings\Temp
I just removed over 350 MB of temporary files built by SampledbPlugin.
Should this issue be posted into Bugzilla?
- Malcolm
|
|
| | |
| Re: Why is BirtSample/SampledbPlugin part of the Report Engine? [message #251816 is a reply to message #246564] |
Wed, 08 August 2007 16:52   |
Eclipse User |
|
|
|
I just ran into this same issue - removed the sampledb plugin and all is
fine. I want to add my opinion that I actually like that the plugin, jar
files, and other 'placeholder' files are included in the runtime zip, I
would just like to see a FAQ entry stating what to remove if you're
looking for the most streamlined runtime possible (which is what I'm in
need of). Where do you suggest is a good place in the FAQ/Wiki for this?
I'll be happy to add some information there, wherever there is.
While I'm at it, another really great thing to have would be any kind of
documentation when a method is deprecated. I have just moved up to 2.2
from 2.1 and I now discover that I am using several deprecated design
engine API methods. It would be great if in addition to adding the
@deprecated tag to those methods, the developers could add a little note
as to why and which API method(s) to use instead.
- Zeb
malcolm davis wrote:
> Jason,
>
> Thanks. I removed the plug-in with no adverse impact on the application.
>
> The Runtime download seems to be placeholder for everything else with
> BIRT such as WAR, samples, etc…
>
> IMO, the runtime should just be the runtime.
>
> - Malcolm
>
> Jason Weathersby wrote:
>> Malcolm,
>>
>> You can remove the sampledb db plugin from the runtime or change the
>> location that the file is created at. I think we should add something
>> to the FAQ about this plugiin.
>>
>> Jason
>>
>>
>> malcolm davis wrote:
>>> Anybody know why BirtSample/SampledbPlugin is part of the Report Engine?
>>>
>>> Every time the Report Engine is started, it creates a sample
>>> databased in Local Settings\Temp
>>>
>>> I just removed over 350 MB of temporary files built by SampledbPlugin.
>>>
>>> Should this issue be posted into Bugzilla?
>>>
>>> - Malcolm
>
|
|
|
| Re: Why is BirtSample/SampledbPlugin part of the Report Engine? [message #251985 is a reply to message #251816] |
Fri, 10 August 2007 10:58   |
Eclipse User |
|
|
|
Originally posted by: jasonweathersby.alltel.net
Zeb,
I would sstart here
http://wiki.eclipse.org/BIRT/FAQ
add an entry named Minimum Runtime. This will be somewhat
difficult, because minimum runtime will be different for every
application. Obviously the sampledb plugin can be removed, but removing
the xml oda plugin will work only if the user does not require xml data
sources.
I am updating the Report/DesignEningeAPI page, to reflect what classes
to use.
Jason
Zeb Olaf wrote:
> I just ran into this same issue - removed the sampledb plugin and all is
> fine. I want to add my opinion that I actually like that the plugin, jar
> files, and other 'placeholder' files are included in the runtime zip, I
> would just like to see a FAQ entry stating what to remove if you're
> looking for the most streamlined runtime possible (which is what I'm in
> need of). Where do you suggest is a good place in the FAQ/Wiki for this?
> I'll be happy to add some information there, wherever there is.
>
> While I'm at it, another really great thing to have would be any kind of
> documentation when a method is deprecated. I have just moved up to 2.2
> from 2.1 and I now discover that I am using several deprecated design
> engine API methods. It would be great if in addition to adding the
> @deprecated tag to those methods, the developers could add a little note
> as to why and which API method(s) to use instead.
>
> - Zeb
>
> malcolm davis wrote:
>> Jason,
>>
>> Thanks. I removed the plug-in with no adverse impact on the application.
>>
>> The Runtime download seems to be placeholder for everything else with
>> BIRT such as WAR, samples, etc…
>>
>> IMO, the runtime should just be the runtime.
>>
>> - Malcolm
>>
>> Jason Weathersby wrote:
>>> Malcolm,
>>>
>>> You can remove the sampledb db plugin from the runtime or change the
>>> location that the file is created at. I think we should add
>>> something to the FAQ about this plugiin.
>>>
>>> Jason
>>>
>>>
>>> malcolm davis wrote:
>>>> Anybody know why BirtSample/SampledbPlugin is part of the Report
>>>> Engine?
>>>>
>>>> Every time the Report Engine is started, it creates a sample
>>>> databased in Local Settings\Temp
>>>>
>>>> I just removed over 350 MB of temporary files built by SampledbPlugin.
>>>>
>>>> Should this issue be posted into Bugzilla?
>>>>
>>>> - Malcolm
>>
|
|
|
| Re: Why is BirtSample/SampledbPlugin part of the Report Engine? [message #253278 is a reply to message #251985] |
Wed, 22 August 2007 13:46   |
Eclipse User |
|
|
|
Originally posted by: vencat.b.gmail.com
Also can batik be removed if SVG is not required. This with removing sample
db would reduce runtime by 3-4MB.
"Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
news:f9huaa$bei$1@build.eclipse.org...
> Zeb,
>
> I would sstart here
> http://wiki.eclipse.org/BIRT/FAQ
> add an entry named Minimum Runtime. This will be somewhat
> difficult, because minimum runtime will be different for every
> application. Obviously the sampledb plugin can be removed, but removing
> the xml oda plugin will work only if the user does not require xml data
> sources.
>
> I am updating the Report/DesignEningeAPI page, to reflect what classes to
> use.
>
> Jason
>
>
> Zeb Olaf wrote:
>> I just ran into this same issue - removed the sampledb plugin and all is
>> fine. I want to add my opinion that I actually like that the plugin, jar
>> files, and other 'placeholder' files are included in the runtime zip, I
>> would just like to see a FAQ entry stating what to remove if you're
>> looking for the most streamlined runtime possible (which is what I'm in
>> need of). Where do you suggest is a good place in the FAQ/Wiki for this?
>> I'll be happy to add some information there, wherever there is.
>>
>> While I'm at it, another really great thing to have would be any kind of
>> documentation when a method is deprecated. I have just moved up to 2.2
>> from 2.1 and I now discover that I am using several deprecated design
>> engine API methods. It would be great if in addition to adding the
>> @deprecated tag to those methods, the developers could add a little note
>> as to why and which API method(s) to use instead.
>>
>> - Zeb
>>
>> malcolm davis wrote:
>>> Jason,
>>>
>>> Thanks. I removed the plug-in with no adverse impact on the
>>> application.
>>>
>>> The Runtime download seems to be placeholder for everything else with
>>> BIRT such as WAR, samples, etc
|
|
|
| Re: Why is BirtSample/SampledbPlugin part of the Report Engine? [message #253286 is a reply to message #253278] |
Wed, 22 August 2007 16:31  |
Eclipse User |
|
|
|
Originally posted by: vencat.b.gmail.com
I tested that batik is needed for PDF generation even when no SVG is
involved. Other jar i could remove without affecting anything thus far is
derby jar file.
"venc" <vencat.b@gmail.com> wrote in message
news:fahspa$vob$1@build.eclipse.org...
> Also can batik be removed if SVG is not required. This with removing
> sample db would reduce runtime by 3-4MB.
>
>
> "Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
> news:f9huaa$bei$1@build.eclipse.org...
>> Zeb,
>>
>> I would sstart here
>> http://wiki.eclipse.org/BIRT/FAQ
>> add an entry named Minimum Runtime. This will be somewhat
>> difficult, because minimum runtime will be different for every
>> application. Obviously the sampledb plugin can be removed, but removing
>> the xml oda plugin will work only if the user does not require xml data
>> sources.
>>
>> I am updating the Report/DesignEningeAPI page, to reflect what classes to
>> use.
>>
>> Jason
>>
>>
>> Zeb Olaf wrote:
>>> I just ran into this same issue - removed the sampledb plugin and all is
>>> fine. I want to add my opinion that I actually like that the plugin, jar
>>> files, and other 'placeholder' files are included in the runtime zip, I
>>> would just like to see a FAQ entry stating what to remove if you're
>>> looking for the most streamlined runtime possible (which is what I'm in
>>> need of). Where do you suggest is a good place in the FAQ/Wiki for this?
>>> I'll be happy to add some information there, wherever there is.
>>>
>>> While I'm at it, another really great thing to have would be any kind of
>>> documentation when a method is deprecated. I have just moved up to 2.2
>>> from 2.1 and I now discover that I am using several deprecated design
>>> engine API methods. It would be great if in addition to adding the
>>> @deprecated tag to those methods, the developers could add a little note
>>> as to why and which API method(s) to use instead.
>>>
>>> - Zeb
>>>
>>> malcolm davis wrote:
>>>> Jason,
>>>>
>>>> Thanks. I removed the plug-in with no adverse impact on the
>>>> application.
>>>>
>>>> The Runtime download seems to be placeholder for everything else with
>>>> BIRT such as WAR, samples, etc.
>>>>
>>>> IMO, the runtime should just be the runtime.
>>>>
>>>> - Malcolm
>>>>
>>>> Jason Weathersby wrote:
>>>>> Malcolm,
>>>>>
>>>>> You can remove the sampledb db plugin from the runtime or change the
>>>>> location that the file is created at. I think we should add something
>>>>> to the FAQ about this plugiin.
>>>>>
>>>>> Jason
>>>>>
>>>>>
>>>>> malcolm davis wrote:
>>>>>> Anybody know why BirtSample/SampledbPlugin is part of the Report
>>>>>> Engine?
>>>>>>
>>>>>> Every time the Report Engine is started, it creates a sample
>>>>>> databased in Local Settings\Temp
>>>>>>
>>>>>> I just removed over 350 MB of temporary files built by
>>>>>> SampledbPlugin.
>>>>>>
>>>>>> Should this issue be posted into Bugzilla?
>>>>>>
>>>>>> - Malcolm
>>>>
>
>
|
|
|
Goto Forum:
Current Time: Fri Nov 07 17:18:27 EST 2025
Powered by FUDForum. Page generated in 0.05421 seconds
|