
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
Windows XP SP2, Java 6, Ant 1.6.5
|
|
I have a number of folders that I have set in the project as "exclude". Using Ant, I run a "clean" target, which deletes these excluded folders. As seen in the uploaded images, for some reason it tries to cache data that is under this excluded folder and when the clean occurs, the error occurs.
The error is "Cannot copy [file from folder that clean deleted] to [My .IntelliJIdea60 folder ]. System cannot find the specified path." Which would be fine with me, because I excluded that folder in the project settings.
You'll notice also in the images, when I run my ant build target, it occasionally generates multiple "build" folders in the project view tree. The "build" folder is the specific folder I want excluded.
Also, after my "build" target completes, Idea parses all the stuff (javascript files, jsp files, java files, etc) that are now in the newly recreated build folder. I really don't want those files parsed, nor searchable - as I specifically flagged that folder as "exclude" in the project settings.
Thanks,
Eric
|
|
Description
|
I have a number of folders that I have set in the project as "exclude". Using Ant, I run a "clean" target, which deletes these excluded folders. As seen in the uploaded images, for some reason it tries to cache data that is under this excluded folder and when the clean occurs, the error occurs.
The error is "Cannot copy [file from folder that clean deleted] to [My .IntelliJIdea60 folder ]. System cannot find the specified path." Which would be fine with me, because I excluded that folder in the project settings.
You'll notice also in the images, when I run my ant build target, it occasionally generates multiple "build" folders in the project view tree. The "build" folder is the specific folder I want excluded.
Also, after my "build" target completes, Idea parses all the stuff (javascript files, jsp files, java files, etc) that are now in the newly recreated build folder. I really don't want those files parsed, nor searchable - as I specifically flagged that folder as "exclude" in the project settings.
Thanks,
Eric |
Show » |
| There are no comments yet on this issue.
|
|