Home » Language IDEs » Java Development Tools (JDT) » Filter resources from being refreshed or managed by eclipse?
Filter resources from being refreshed or managed by eclipse? [message #248388] |
Thu, 04 October 2007 14:29  |
Eclipse User |
|
|
|
Originally posted by: mikesnare.gmail.com
Is it possible to tell eclipse to completely ignore all the content under
a particular tree underneath the project directory?
For legacy reasons, we have a lot of flotsam in our vob, and there are
several trees that, while necessary for a full packaged build, simply
increase the amount of time it takes eclipse to refresh.
I know it's possible to filter items from the view in the explorers, but
I'm more interested in preventing eclipse from seeing/using/managing them
at all.
Thanks,
-Mike
|
|
|
Re: Filter resources from being refreshed or managed by eclipse? [message #248392 is a reply to message #248388] |
Thu, 04 October 2007 14:31   |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Mike,
As far as I know, this is not possible. It is possible to create a
project where all the folders under the project are links to somewhere
else in the file system, so maybe that approach will do the trick for you.
Mike Snare wrote:
> Is it possible to tell eclipse to completely ignore all the content
> under a particular tree underneath the project directory?
>
> For legacy reasons, we have a lot of flotsam in our vob, and there are
> several trees that, while necessary for a full packaged build, simply
> increase the amount of time it takes eclipse to refresh.
>
> I know it's possible to filter items from the view in the explorers,
> but I'm more interested in preventing eclipse from
> seeing/using/managing them at all.
>
> Thanks,
> -Mike
|
|
|
Re: Filter resources from being refreshed or managed by eclipse? [message #248396 is a reply to message #248392] |
Thu, 04 October 2007 14:49   |
Eclipse User |
|
|
|
Originally posted by: mikesnare.gmail.com
Not a bad idea, but not good for mass consumption here. (I may use it
myself...).
What about a resource change listener? If I could register against some
resource plugin early enough, could I not load some external file that
tells me which resources to ignore, and somehow prevent it?
-Mike
On Thu, 04 Oct 2007 14:31:22 -0400, Ed Merks <merks@ca.ibm.com> wrote:
> Mike,
>
> As far as I know, this is not possible. It is possible to create a
> project where all the folders under the project are links to somewhere
> else in the file system, so maybe that approach will do the trick for
> you.
>
>
> Mike Snare wrote:
>> Is it possible to tell eclipse to completely ignore all the content
>> under a particular tree underneath the project directory?
>>
>> For legacy reasons, we have a lot of flotsam in our vob, and there are
>> several trees that, while necessary for a full packaged build, simply
>> increase the amount of time it takes eclipse to refresh.
>>
>> I know it's possible to filter items from the view in the explorers,
>> but I'm more interested in preventing eclipse from
>> seeing/using/managing them at all.
>>
>> Thanks,
>> -Mike
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
|
|
|
Re: Filter resources from being refreshed or managed by eclipse? [message #248411 is a reply to message #248396] |
Thu, 04 October 2007 19:52  |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Mike,
No, I think Eclipse will want to create a full representation of the
entire hierarchy of contained resources.
Mike Snare wrote:
> Not a bad idea, but not good for mass consumption here. (I may use it
> myself...).
>
> What about a resource change listener? If I could register against
> some resource plugin early enough, could I not load some external file
> that tells me which resources to ignore, and somehow prevent it?
>
> -Mike
>
> On Thu, 04 Oct 2007 14:31:22 -0400, Ed Merks <merks@ca.ibm.com> wrote:
>
>> Mike,
>>
>> As far as I know, this is not possible. It is possible to create a
>> project where all the folders under the project are links to
>> somewhere else in the file system, so maybe that approach will do the
>> trick for you.
>>
>>
>> Mike Snare wrote:
>>> Is it possible to tell eclipse to completely ignore all the content
>>> under a particular tree underneath the project directory?
>>>
>>> For legacy reasons, we have a lot of flotsam in our vob, and there
>>> are several trees that, while necessary for a full packaged build,
>>> simply increase the amount of time it takes eclipse to refresh.
>>>
>>> I know it's possible to filter items from the view in the explorers,
>>> but I'm more interested in preventing eclipse from
>>> seeing/using/managing them at all.
>>>
>>> Thanks,
>>> -Mike
>
>
>
|
|
|
Goto Forum:
Current Time: Thu May 08 07:59:33 EDT 2025
Powered by FUDForum. Page generated in 0.06287 seconds
|