Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中,要运行我的动态 Web 应用程序,我执行以下操作:
right-click on the project >> Run as >> Run on server
然后将应用程序部署在tomcat上。
现在我希望 tomcat 使用我的 ant 脚本来构建战争,然后部署该战争。
我怎样才能在日食中做到这一点?
右键单击 Ant 脚本 -> 选择“运行方式” -> “Ant Build”
选择目标并“运行”
现在,“外部工具”下的“运行”菜单中应该有一个条目,您也可以使用工具栏中的红色/绿色按钮(在“运行”按钮的右侧)访问该条目。