Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:06 Go to next message
Chad  is currently offline Chad Friend
Messages: 1
Registered: August 2010
Junior Member
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 07:10 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
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 13:51 Go to previous message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
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: Sat Apr 20 00:30:17 GMT 2024

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

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

Back to the top