Support for excluding directories from Spindle
Brought to you by:
glongman
I would like to have support for excluding directories
from Spindle. I need this because we keep static HTML
files in the same directory as Tapestry templates which
clutters the Problems view in Eclipse.
Here's an example of what I would like to do:
Tapestry Context Root: src/webapp
Ignore Directories: src/webapp/help_files,
src/webapp/selenium
Logged In: YES
user_id=387057
have a look in the Spindle preference pages. you can change
the severity of a "Build Miss" or even have them ignored.
You would need them to be ignored by default
Logged In: YES
user_id=753618
Thank you for the workaround. It is not a proper fix as we
are now disabling a useful error check. I do want Spindle to
make sure the files are visible to Tapestry but I also want
to be able to specify directories (per project) that Spindle
should ignore.
Logged In: YES
user_id=387057
Moving to Feature Requests. I'll be honest and tell you that
I do not have plans to implement this feature. Must manage
the little free time I have left wisely and there is a
workaround.
Logged In: NO
I second this. I have a few files that I inject into the project to overwrite
some Table components with my own files. They give me however a
"cannot be seen" error message because they are not referenced in the
project. Still, I like to keep them visible in the project for quick editing.
Is there a workaround for this?
Andreas Pardeike