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 的使用,我们希望将此功能添加到 Eclipse 中:
1) 如果用户点击 Project ---->Clean... ,eclipse 还会启动在相关项目的 build.xml 文件中实现的 ant clean 目标。
2)当用户保存代码时,ant build 会自动启动。
任何链接或起点。先感谢您
您可以将 Ant 构建文件添加到 project 中项目的构建器Properties > Builders。单击New...并选择Ant Builder。然后,您可以指定 build.xml 并选择用于干净、手动构建和自动构建(在保存期间运行)的目标。
Properties > Builders
New...
Ant Builder