在Ubuntu环境下配置Birt开发环境

来源:互联网 发布:电厂环保怎样数据作假 编辑:程序博客网 时间:2024/06/14 05:17

1、下载 birt-report-designer-all-in-one-linux-gtk-x_x_x.tar.gz,一个Birt、RCP、PDE综合开发环境
   (http://download.eclipse.org/birt/downloads/build.php?build=R-R1-2_2_1-200710010630)
2、下载 eclipse-RCP-x.x.x-delta-pack.zip 跨平台的RCP开发插件(注意:要与上面eclipse的版本一致),安装到上述的开发环境中(http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1.1-200710231652/index.php)

3、修改插件 org.eclipse.birt.report.designer.ui.rcp 中 BIRT.product 的 Configure 标签下的内容,添加如下插件依赖:

org.eclipse.core.filesystem.linux.x86
org.eclipse.swt.gtk.linux.x86
org.eclipse.update.core.linux   

4、如果要显示进度条,要把主插件org.eclipse.birt.report.designer.ui.rcp中的 plugin_customization.ini 文件一起导出。




原创粉丝点击