Hi,
For my project I have specifically specified exuberant-ctags as the
application for indexing.
Whenever indexing finished it pops up empty error dialog boxes and I'm
getting this in the log file:
!ENTRY org.eclipse.cdt.core 4 4 2005-09-15 11:40:08.743
!MESSAGE Background Indexer Crash Recovery
!STACK 0
java.lang.ClassCastException: org.eclipse.core.internal.resources.Project
at
org.eclipse.cdt.internal.core.index.ctagsindexer.CTagsFileReader.parse(CTagsFileReader.java:85)
at
org.eclipse.cdt.internal.core.index.ctagsindexer.CTagsIndexAll.cTagsInclude(CTagsIndexAll.java:191)
at
org.eclipse.cdt.internal.core.index.ctagsindexer.CTagsIndexAll.execute(CTagsIndexAll.java:130)
at
org.eclipse.cdt.internal.core.search.processing.JobManager.run(JobManager.java:466)
at java.lang.Thread.run(Thread.java:595)
Any ideas for solutions?