Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-report-engine-dev] Running the sample

Hello Justin,

I got the same error. It worked when I checked the BIRT engine home
and set the good one using the setEngineHome of the EngineConfig.

Hope this help

On 6/7/05, Justin Gillespie <justin.gillespie@xxxxxxxxxxxxxxxxxxxx> wrote:
>  
>  
> 
> Paul, 
> 
>   
> 
> I am now getting an error that says that "The output format html is not
> supported".  I tried the sample as well as writing my own class and just
> hardcoding the HTMLRenderOption so that it was always OUTPUT_FORMAT_HTML. 
> 
>   
> 
> Any thoughts? 
> 
>   
> 
> Thanks, 
> 
> Justin 
> 
>   
>  
>  ________________________________
>  
> 
> From: birt-report-engine-dev-bounces@xxxxxxxxxxx
> [mailto:birt-report-engine-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Paul Rogers
>  Sent: Tuesday, May 31, 2005 2:14 PM
>  To: For developers on the BIRT Report Engine project
>  Subject: RE: [birt-report-engine-dev] Running the sample 
> 
>   
>  
> 
> Justin, 
>  
> 
>   
>  
> 
> I just updated the sample on the web site. The current trick with the engine
> is that you must provide your own mechanism to parse parameters into dates
> or strings. The example will work if your report has either no parameters,
> or only string parameters. If your report requires number or date
> parameters, then you'll need to add a number & date parameter value parser
> before you can run that report. 
>  
> 
>   
>  
> 
>     - Paul 
>  
> 
>   
>  
> 
> Paul Rogers 
>  
> 
> BIRT PMC 
>  
> 
> -----Original Message-----
>  From: birt-report-engine-dev-bounces@xxxxxxxxxxx
> [mailto:birt-report-engine-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Justin Gillespie
>  Sent: Thursday, May 26, 2005 6:21 PM
>  To: birt-report-engine-dev@xxxxxxxxxxx
>  Subject: [birt-report-engine-dev] Running the sample 
> 
> Hi, 
> 
>   
> 
> I am trying to run the sample report (from the API example application on
> the web).  When I try to compile the RunReport.java file, I get an error on
> the parseParams method.  It does not find this method. 
> 
>   
> 
> If I comment it out, it compiles and runs, but does not produce the html or
> pdf (specified by either the –h or –p flag). 
> 
>   
> 
> Has anyone tried this sample?  If so, does it work? 
> 
>   
> 
> Thanks in advance for any guidance. 
> 
>   
> 
> Justin Gillespie 
> 
> Chief Executive Officer 
> 
> 1Answer Solutions, Inc. 
> 
>   
> 
> 480.332.9986 Office 
> 
> 480.323.2197 Fax 
> 
> justin.gillespie@xxxxxxxxxxxxxxxxxxxx 
> 
> www.1answersolutions.com 
> 
>   
> 
>  
> 
>   
> 
> "One Answer For All Your Business Intelligence And Reporting Needs" 
> 
>   
> 
> ****CONFIDENTIALITY NOTICE**** 
> 
> This e-mail transmission may contain information, documents, files or
> previous e-mail messages attached to it that may be confidential information
> that is legally privileged. If you are not the intended recipient, or a
> person responsible for delivering it to the intended recipient, you are
> hereby notified that any use, disclosure, copying, or distribution of any of
> the information contained in or attached to this transmission is STRICTLY
> PROHIBITED. If you have received this transmission in error, please notify
> sender immediately by reply e-mail. Kindly destroy the original transmission
> and its attachments without reading or saving any of them. Thank you. 
> 
>   
> 
>   
> _______________________________________________
> birt-report-engine-dev mailing list
> birt-report-engine-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/birt-report-engine-dev
> 
> 
> 


-- 
Olivier Jauze

Back to the top