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.
我有一个项目需要使用 Ant 构建文件提交。该项目有两个文件夹:一个用于 src,一个用于测试。假设我需要编写两个不同的 build.xml 文件,我是否正确?一个用于测试,另一个用于源代码。还是只有一个构建文件是标准做法?我以前从未使用过 Ant(你可能已经猜到了:))
提前致谢
您应该使用具有单独目标的单个 Ant 构建文件进行构建和测试。 这个例子有很好的文档记录,应该可以帮助你。