Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to exclude .scc file from eclipse compile?
How to exclude .scc file from eclipse compile? [message #556276] Tue, 31 August 2010 11:06 Go to next message
Eclipse UserFriend
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.
Re: How to exclude .scc file from eclipse compile? [message #556398 is a reply to message #556276] Wed, 01 September 2010 03:10 Go to previous messageGo to next message
Eclipse UserFriend
On 31/08/10 8:36 PM, Chad wrote:
> 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?

Which tool is trying to parse those xmls? You have any VSS plugins for
Eclipse?

You can try Resource Filters on the project to exclude the pattern.

--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Re: How to exclude .scc file from eclipse compile? [message #558803 is a reply to message #556276] Tue, 14 September 2010 09:51 Go to previous message
Eclipse UserFriend
JDT doesn't parse the xml files at all. So you must have another bundle installed that does this operation.
--
Olivier
Previous Topic:problems to install eclipse software windows 7
Next Topic:Swing Designer GUI Builder
Goto Forum:
  


Current Time: Thu Nov 06 21:07:28 EST 2025

Powered by FUDForum. Page generated in 0.03463 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top