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 中,只需单击一下即可轻松运行 Java 类和 Junit 测试,Eclipse 完成了找出类路径的所有艰苦工作。
但是,如果我想创建一个将运行特定 Java 类或 Junit 测试的 Ant 任务 - 我必须自己弄清楚。
有没有办法告诉 Eclipse 为这些任务自动创建一个 ant 构建文件?