| How to exclude .scc file from eclipse compile? [message #556276] |
Tue, 31 August 2010 11:06  |
Eclipse User |
|
|
|
Hi, all,
When I put my eclipse project into ms sourcesafe VSS, the VSS creates a bunch of vssver.scc file on every folder. Now eclipse starts to complain
[2010-08-31 10:51:19 - MyProject] C:\MyProject\res\xml\vssver.scc:1: ERROR Error parsing XML: not well-formed (invalid token)
[2010-08-31 10:51:19 - MyProject] C:\MyProject\res\menu\vssver.scc:1: ERROR Error parsing XML: not well-formed (invalid token)
........
I add the res folder to Source tab of Java Build Path, and put **/*.scc as excluded for res folder, but it does not seem working. Looks like the include/exclude only works for src folder, not res folder.
Does anyone know what I should do so eclipse won't pick up those .scc file from res folder?
Thanks.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02896 seconds