vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Soy & Less plugins report errors in the output folder #242

Open bogdanb opened 9 years ago

bogdanb commented 9 years ago

Hello! I’m trying to use the Soy Templates plugin with Eclipse Luna. My projects contain several source folders, and a target folder for output.

For some reason, both the Soy plugin and the Less plugin insist on reporting about 2.5k warnings for files in the target folder. The output folder happens to contains lots of Soy and Less files (for good reasons); but this is not an output folder, and they shouldn’t be validated at all. (The errors are mostly about unresolved references to various functions, templates and variables that will be made available when those templates will be used, but that the plugins don’t know about.)

I even tried disabling validation, both in the project and global Eclipse preferences, and it doesn't seem to make any difference.