Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Deactivating Java annotation indexing
Deactivating Java annotation indexing [message #534745] Thu, 20 May 2010 04:34 Go to next message
Eclipse UserFriend
Hello,

while building the workspace for some time "Java annotation indexing" is
displayed right below in the status bar.

What triggers this task?
What is the purpose of this task?
How can it be deactivated? It delays the build process.

Thomas Wiedmann
Re: Deactivating Java annotation indexing [message #534756 is a reply to message #534745] Thu, 20 May 2010 04:58 Go to previous messageGo to next message
Eclipse UserFriend
Addendum to my previous posting:
.... relates to Eclipse 3.4.2

Thomas Wiedmann
Re: Deactivating Java annotation indexing [message #535030 is a reply to message #534745] Fri, 21 May 2010 02:43 Go to previous messageGo to next message
Eclipse UserFriend
"Thomas Wiedmann" <th.wm@gmx.de> wrote in message
news:ht2s3n$gh2$1@build.eclipse.org...
> Hello,
>
> while building the workspace for some time "Java annotation indexing" is
> displayed right below in the status bar.
>
> What triggers this task?
> What is the purpose of this task?
> How can it be deactivated? It delays the build process.

I am not sure what "Java annotation indexing" is. Since your email address
ends in .de I am wondering if perhaps there is a translation issue (maybe at
Eclipse's end, maybe at yours?). One possibility is that you might be
talking about Java annotation processing. In that case: Java annotation
processors are third-party components that fit into the compilation process.
They are driven by Java annotations, and can generate additional classes
and/or perform error checking. Typical applications are for web services,
database persistence, and the like. If you go into Project -> Properties ->
Java -> Annotation Processing, you can disable annotation processing for a
project. Depending on the processors that you are using, disabling
processing may cause some types or files to be missing, or it may cause
error messages to not appear until runtime.

If what you're talking about has nothing to do with annotation processing,
then I apologize; I have never seen the message "Java annotation indexing".

Do you have any third-party plugins installed?

What version of Eclipse are you using?

What Eclipse package did you install? (Classic, J2EE, ... ?)
Re: Deactivating Java annotation indexing [message #535643 is a reply to message #535030] Tue, 25 May 2010 02:05 Go to previous message
Eclipse UserFriend
> Do you have any third-party plugins installed?
Yes, I use the Rational Software Architect (RSA) 7.5 of IBM basing on
Eclipse 3.4.2.
May be, that the task mentioned is originated by a 3rd party plugin within
RSA.

> What version of Eclipse are you using?
3.4.2

> What Eclipse package did you install? (Classic, J2EE, ... ?)
J2EE

Thomas Wiedmann
Previous Topic:State of the ContentDescriptionManager Cache
Next Topic:Handle Import Event
Goto Forum:
  


Current Time: Tue Jul 22 19:34:03 EDT 2025

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

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

Back to the top