Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Re: Trying to run StandaloneFastIndexer but getting parse errors.

I was missing these:
        linkageFactoryMappings.put(ILinkage.C_LINKAGE_NAME, new PDOMCLinkageFactory());
        linkageFactoryMappings.put(ILinkage.CPP_LINKAGE_NAME, new PDOMCPPLinkageFactory());

(and IndexFilter.ALL at the bottom).

Sorry, I was expecting codesearch.google.com to show me uses of StandaloneFastIndexer but it didn't find the one in ptp.
[org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java]

On Mon, Aug 10, 2009 at 8:31 PM, rbraunstein@xxxxxxxxxx <rbraunstein@xxxxxxxxxx> wrote:

Hi, I'm trying to run StandaloneFastIndexer but I keep running it "Error while parsing problems".


-ron



Back to the top