Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Deactivating Java annotation indexing
Deactivating Java annotation indexing [message #534745] Thu, 20 May 2010 08:34 Go to next message
Thomas Wiedmann is currently offline Thomas WiedmannFriend
Messages: 69
Registered: July 2009
Member
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 08:58 Go to previous messageGo to next message
Thomas Wiedmann is currently offline Thomas WiedmannFriend
Messages: 69
Registered: July 2009
Member
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 06:43 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
"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 06:05 Go to previous message
Thomas Wiedmann is currently offline Thomas WiedmannFriend
Messages: 69
Registered: July 2009
Member
> 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: Sat Apr 20 07:18:51 GMT 2024

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

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

Back to the top