[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.birt] HTML Format for report viewing

Hi,

I have used lattest build of BIRT i.e. 1.0.

I am trying to view the test report (in HTML format) which comes with the installation (test.rptdesign). I use the engine API and use the same program given as example in Integrating BIRT using the report engine.

And to exexute the program I use following java command:

java RunReport test.rptdesign -h sample=Hello


But I am getting following error:

SEVERE: Error.OutputFormatNotSupported
Report C:/test.rptdesign run failed.

org.eclipse.birt.report.engine.api.EngineException: The output format html is not supported.

Can anybody please help me to solve my problem?

Thanks in advance.