防止 Eclipse 导出有问题的 EAR
在适用于 Web 开发人员的 Eclipse Indigo EE IDE 上,对于 Win7,我有两个项目。一个 Web 应用程序和一个包含它但不执行任何其他操作的 EAR 项目。
我发现(困难的方式)我可以将 EAR 项目导出到 EAR 文件中,即使 Web 应用程序存在编译问题。 Eclipse 只是尽最大努力编译所有可以编译的部分,而让其余的部分变得混乱。
如果存在任何错误任务或任何编译问题,是否有任何方法可以阻止 Eclipse 导出 EAR?我曾经有一个 ant 脚本,它会在出现任何错误时停止构建过程,但我不允许在这个新项目中使用 ant 脚本。
On Eclipse Indigo EE IDE for web devs, for Win7, I have two projects. A web application and an EAR project that contains it and does nothing else.
I discovered (the hard way) that I can export the EAR project into an EAR file, even when the web application has compilation problems. Eclipse just does its best effort to compile all the parts that can and leaving the rest messed up.
Is there any way to prevent Eclipse from exporting an EAR if there's any Error task, or any compilation problem? I used to have an ant script for this, which would stop the building process on any error, but I am not allowed to use an ant script in this new project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论