停止对特定文件夹进行 dltk 索引 - eclipse indigo (3.7) w/ pdt
当我在 Eclipse 中使用 ant 任务构建/部署我的 php 项目时,它会在构建文件夹中创建文件的副本,然后压缩它们,然后删除该文件夹
。复制/压缩。
我可以让 dltk 索引忽略我的构建文件夹吗?
When i build/deploy my php project using an ant task within eclipse, it creates a copy of the files in a build folder then zips them, then deletes the folder
On big projects after copying the files, dltk tries to index the folder while im copying/zipping.
can i make dltk indexing ignore my build folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您可以通过右键单击项目,选择 PHP 构建路径,然后转到项目条目 > 来排除特定文件夹。排除并选择“排除”。添加临时文件夹的模式。
sure, you can exclude a specific folder by right clicking on the project, selecting PHP Build path, then go to the project entry > Excluded and select "Exclude". Add the pattern of your temporary folder.