stop dltk indexing on particluar folders - eclipse indigo (3.7) w/ pdt
Asked Answered
D

1

6

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?

Dungeon answered 6/7, 2011 at 4:16 Comment(2)
Where is the folder? Inside the project??Pushcart
yep i have multiple projects and it creates a build/ folder inside each project when build/deploying the appsDungeon
H
11

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.

Hautbois answered 11/7, 2011 at 7:25 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.