不同版本的Eclipse插件BIRT
BIRT 工具版本 2.6 和 3.7 之间的主要区别是什么?
3.7 版本有什么特殊要求吗?
What are the main differences between BIRT tool version 2.6 and 3.7 ?
Are there any particular requirements that version 3.7 demands for ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些变化。请参阅BIRT 3.7 中的新功能和值得注意的功能。
我特别注意到运行时环境的新结构:忘记旧的和奇怪的 platform 文件夹,现在它全部组织在 JAR 中,位于 WEB-INF/lib 内,就像它一样是可以预料到的。例如,现在无需使用 config.setBIRTHome("pathtoruntime"); 来指示平台所在位置。
There are some changes. See New and Notable Features within BIRT 3.7.
I expecially noticed the new structure of the runtime environment: forget the old and weird platform folder, now it's all organized in JARs, inside WEB-INF/lib, as it would be expected. Now, for example, there's no need to indicate where the platform is with
config.setBIRTHome("pathtoruntime");
.