Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - No indexer: (6 Items)
   
No indexer  
Tau 4.5: I created a C++ makefile project.

Yet the indexer refuses to run, no warning, no error, dead.  Any idea how to fix that one?
Re: No indexer  
What is C++ makefile project (New->Project->C++ Project)? Why you think 
Indexer is not working (example of what you tried to do)?



Attachment: Text elaskavaia.vcf 94 bytes
Re: No indexer  
> What is C++ makefile project (New->Project->C++ Project)? Why you think 
> Indexer is not working (example of what you tried to do)?
> 
Yes C++ Project.

I'm saying the Index is not working because there is not data in the Outline view or the Index view. When I request a "
reindex" the usually progress indicator doesn't show and no CPU is being used.

> 
> 


Re: No indexer  
Any exceptions in the log file?

Attachment: Text elaskavaia.vcf 94 bytes
Re: No indexer  
> Any exceptions in the log file?
> 


Hum. I guess the part about .project missing is a good clue.  At any rate I recreated the project and all is fine now.

!MESSAGE The project description file (.project) for 'logc' was missing.  This file contains important information about
 the project.  A new project description file has been created, but some information about the project may have been 
lost.
!SESSION 2008-03-10 11:28:56.874 -----------------------------------------------
eclipse.buildId=I20080204
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui.workbench 2 0 2008-03-10 11:29:12.030
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-03-10 11:29:12.030
!MESSAGE Conflict for 'AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.
CheatSheetHelpMenuAction':
HandlerActivation(commandId=AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.
CheatSheetHelpMenuAction,
	handler=ActionDelegateHandlerProxy(null,org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction),
	expression=AndExpression(ActionSetExpression(org.eclipse.ui.cheatsheets.actionSet,org.eclipse.ui.internal.
WorkbenchWindow@1958cc2),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1958cc2)),sourcePriority=
16640)
HandlerActivation(commandId=AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.
CheatSheetHelpMenuAction,
	handler=ActionDelegateHandlerProxy(null,org.eclipse.ui.cheatsheets.CheatSheetExtensionFactory:helpMenuAction),
	expression=AndExpression(ActionSetExpression(org.eclipse.ui.cheatsheets.actionSet,org.eclipse.ui.internal.
WorkbenchWindow@1958cc2),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1958cc2)),sourcePriority=
16640)

!ENTRY com.qnx.tools.ide.SystemProfiler.core 2 2 2008-03-11 14:28:39.056
!MESSAGE Repairable data format problems
Re: No indexer  
Can you please clarify what steps you did. I did
New->Project...->C++/C++ Project->Next
Select Executable->Hello World C++ Project
Select QNX GCC toolchain
Enter project name
Click finish

works for me...

Another test:
Makefile project -
Select hello example
Select default toolchain
run build

works too

Attachment: Text elaskavaia.vcf 94 bytes