用于访问 MS Project 2010 的 MPXJ 库发生了哪些更改?
我有一个旧项目,它使用 MPXJ 库访问 MS Project 2010。但是,即使我使用最新的 MPXJ 4.0,它也无法将文件保存为 Project 2010 格式。我还需要做什么才能获取该格式的文件?我搜索过 MPXJ 网站,但似乎没有有关更改的文档和修改现有代码的教程。
I have an old project that uses MPXJ library to access MS Project 2010. However it doesn't get the files save as Project 2010 format even if I uses the latest MPXJ 4.0. What else do I need to do to get the files of that format? I've searched MPXJ website but there seems to be no document about the changes and a tutorial to modify existing codes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要进行任何更改即可读取 Project 2010 文件。 MPXJ API 在 4.0 版本中没有发生重大变化:有一些新的任务和资源属性。如果您使用 MPP 文件中的“表示”信息,您会发现颜色已从由枚举表示变为 Java 颜色类型。差不多就这样了。
如果您在阅读 Project 2010 文件时仍然遇到特定问题,请随时在 SourceForge 上提出错误,或直接给我留言。
干杯!
乔恩
免责声明:我维护 MPXJ
you should not need to make any changes to read Project 2010 files. The MPXJ API has not changed significantly with the 4.0 release: there are a few new Task and Resource attributes. If you are using the "presentation" information from the MPP file, you'll find that colors have changed from being represented by an enumeration to being Java Color types. That's pretty much it.
If you are still having specific problems reading Project 2010 files, feel free to raise a bug at SourceForge, or drop me a note directly.
Cheers!
Jon
Disclaimer: I maintain MPXJ