如何在 Ant 脚本中忽略 cvs 文件夹

发布于 2024-07-28 01:11:10 字数 105 浏览 3 评论 0原文

使用 ant 构建应用程序后,我将组件复制到临时文件夹中。 但是,cvs 文件夹也被复制,并且文件夹和文件的数量几乎增加了一倍。 有没有解决方案可以忽略 ant 构建文件中的 cvs 文件夹?

After building an application by using ant, i am copied the component to a temp folder. But, the cvs folder is also copied and it increases the no of folder and file almost double by number. Is there any solution to ignore cvs folder in ant build file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心是晴朗的。 2024-08-04 01:16:10

使用文件集中的“排除”标记来专门删除所有 CVS 目录。

Use the "exclude" tag in your fileset to specificly remove all the CVS directories.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文