是否有 .jrxml 文件的命令行编译器?
我正在尝试找到一种方法来快速将大量 .jrxml 文件编译为 .jasper 文件。
I'm trying to find a way to quickly compile a large batch of .jrxml files to .jasper files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
JasperStarter可以编译目录中的所有报告:
JasperStarter can compile all reports in a directory:
您可能需要使用 Ant,但这应该可以满足您的要求:
http://jasperreports.sourceforge.net/sample.reference/antcompile/
You might need to use Ant, but this should do what you want:
http://jasperreports.sourceforge.net/sample.reference/antcompile/