Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing of rptdesign files (BIRT) in IntelliJ

Is there a way to edit rtpdesign-files (used by the BIRT-library) in IntelliJ? Currently, I have to switch between IntelliJ and Eclipse to do the editing.

like image 737
user969039 Avatar asked Feb 19 '14 13:02

user969039


People also ask

How do I edit a BIRT report in Eclipse?

To edit reports that are based on the BIRT data model, export the reports to file, then import them into the BIRT Report Designer. To use the edited reports, export them from the BIRT Report Designer, and import them into Tivoli Common Reporting. The reports are placed in a compressed file called itnmreports.

How do I open an Rptdesign file?

You need a suitable software like BIRT from Actuate Corporation to open an RPTDESIGN file. Without proper software you will receive a Windows message "How do you want to open this file?" or "Windows cannot open this file" or a similar Mac/iPhone/Android alert.

What is BIRT report Viewer?

Business Intelligence and Reporting Tools (BIRT) is an open source, based on Eclipse system for designing, developing, and running reports. You can develop BIRT reports for TADDM, designing them to use JDBC data sources and SQL queries of predefined database views.

What is BIRT report Designer?

BIRT Designer is a visual report development tool with task-specific editors, builders and wizards that enable you to create data visualizations that can be integrated into web applications. The BIRT report designer supports: A component-based model for reuse of designs and elements.


1 Answers

The graphical editor for rptdesign files is only available for Eclipse. Actuate distribute BIRT through the Eclipse Foundation so I think it's extremely unlikely that they will support other IDEs.

like image 59
Nick Wilson Avatar answered Oct 22 '22 02:10

Nick Wilson