[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Oddness with eclipse 3.3

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-07-17 18:17:50 CEST

On 7/17/07, Nigel Magnay <nigel.magnay@gmail.com> wrote:
>
>
> On 17/07/07, Mark Phippard <markphip@gmail.com> wrote:
> > On 7/17/07, Nigel Magnay <nigel.magnay@gmail.com> wrote:
> > > Mostly things work, but sometimes the workspace seems to 'go bad'
> (starting
> > > a new one seems to help). For example, if create a file in a project,
> say,
> > > /WEB-INF/classes/properties.xml, and both the
> directories
> > > and the file are new, if I right-click on the project and do
> Team|Commit...,
> > > the list of files I can choose from shows only 'WEB-INF'. Successive
> > > checkins will then show each new directory as if it had just appeared
> (where
> > > I'd expect it to show all of them).
> >
> > classes folder is usually in ignore list by default. I would not
> > recommend versioning that folder if this is a typical web project as a
> > build process might blow away the .svn folders. Usually you can put
> > the .xml files in a source folder and the build will copy them to
> > classes. That way just version them in the source folder.
>
> It is?! This isn't target/classes BTW, this is
> src/main/webapp/WEB-INF/classes. I now can't remember if
> all the files were under classes or not - is there a way of *un*-ignoring it
> (and wouldn't it always ignore files, rather than marking each successive
> directory as new) ? We tend to store rather a lot of spring configuration
> under there,..

I am just speaking of the Eclipse Team > Ignored Resources preference.
 I recall classes being in that list. We do not control that list or
provide that value, but we do honor what is in it. You should be able
to just deselect it in preferences if it is there.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Jul 17 18:17:02 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.