[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.birt] HTML Format for report viewing
|
- From: javaforum2004@xxxxxxxxx (Jimmy)
- Date: Tue, 7 Jun 2005 19:31:56 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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.