You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Terry Bell <tm...@gmail.com> on 2008/05/29 17:47:48 UTC

eclipse plugin classpath and .svn directories

Is there any way to tell eclipse:eclipse to add excluding tags to  
the .classpath to get it to ignore the .svn (**/.svn/)?

I have a workspace with hundreds of small projects, and when I rebuild  
the eclipse classpaths, I have to set them all individually within  
eclipse.

Conversely, if anyone knows how to set a global exclude to all  
projects' classpath in an eclipse workspace, that would be almost as  
good.

Thanks in advance,
-tb

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: eclipse plugin classpath and .svn directories

Posted by Martin <mg...@hotmail.com>.
1)In Eclipse click on the project you wish to update
2)right click Profile and select the profile (default is called profile)
once in profile
5th icon from right should have 3 right arrows
3)click on that 5th icon
4)look for checkbox and check on 'Filter checked launched configuration 
types'

If you dont see svn files it is because you never setup the association of 
svn and svn (client) which I assume has already been d/led
assuming svn is missing setup the association between file/association and 
svn (client)
go back into eclipse and repeat all the steps

Thanks
Martin
----- Original Message ----- 
From: "Terry Bell" <tm...@gmail.com>
To: <us...@maven.apache.org>
Sent: Thursday, May 29, 2008 11:47 AM
Subject: eclipse plugin classpath and .svn directories


> Is there any way to tell eclipse:eclipse to add excluding tags to  the 
> .classpath to get it to ignore the .svn (**/.svn/)?
>
> I have a workspace with hundreds of small projects, and when I rebuild 
> the eclipse classpaths, I have to set them all individually within 
> eclipse.
>
> Conversely, if anyone knows how to set a global exclude to all  projects' 
> classpath in an eclipse workspace, that would be almost as  good.
>
> Thanks in advance,
> -tb
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: eclipse plugin classpath and .svn directories

Posted by simon <si...@chello.at>.
On Thu, 2008-05-29 at 08:47 -0700, Terry Bell wrote:
> Is there any way to tell eclipse:eclipse to add excluding tags to  
> the .classpath to get it to ignore the .svn (**/.svn/)?
> 
> I have a workspace with hundreds of small projects, and when I rebuild  
> the eclipse classpaths, I have to set them all individually within  
> eclipse.
> 
> Conversely, if anyone knows how to set a global exclude to all  
> projects' classpath in an eclipse workspace, that would be almost as  
> good.

Eclipse+subversion just works fine for me.

Maybe you don't have the subclipse plugin for Eclipse installed?

Regards,
Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org