如何在 Ant 脚本中忽略 cvs 文件夹
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用文件集中的“排除”标记来专门删除所有 CVS 目录。
Use the "exclude" tag in your fileset to specificly remove all the CVS directories.