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.
我是 StackOverflow 的初学者和新手。
在包含一个包的根文件夹中,我有一个构建文件“build.xml”。我希望在 Eclipse 中使用命令“ant”执行构建文件。文件夹中的示例:
lklk>src>11>"Insert.java","Sort.java","build.xml"
现在,在终端中,我们只需键入“ant”,项目就会内置到 jar 文件中。
我如何在 Eclipse 中做同样的事情?
请注意:下面的答案可能是正确的,但构建文件没有显示在那里!
右键单击 build.xml 文件。选择:运行方式 > Ant 构建。
另请注意,您不应将构建文件放在 src 包中。我觉得build.xml应该是同级的src,不在里面。
build.xml
src
窗口 > 显示视图 > ant > 添加 build.xml > 点击播放按钮