Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hibachi-dev] new ANTLR plugin to be used for Hibachi development

http://antlrv3ide.sourceforge.net/updates

After installing, you'll need to perform the following steps:

1) In Workspace->Preferences->ANTLRv3 IDE, check "Automatically generate code". 2) Right click on the org.eclipse.hibachi.antlr project and select "ANTLRv3 IDE -> Add ANTLRv3 IDE Support"
3) Clean and rebuild the workspace.

This should resolve the errors from the lack of availability of the current ANTLR development plugin we are using. I'll send another notification when cvs has been updated.

The following exception occurs when I add ANTLRv3 IDE Support to the project:

Exception in thread "DLTK indexing" java.lang.AbstractMethodError: org .deved .antlride .internal .core.parser.AntlrSourceElementParser.parseSourceModule([CLorg/eclipse/ dltk/core/ISourceModuleInfoCache$ISourceModuleInfo;[C)Lorg/eclipse/ dltk/ast/declarations/ModuleDeclaration; at org .eclipse .dltk .core.search.indexing.SourceIndexer.indexDocument(SourceIndexer.java:93) at org .eclipse .dltk .core .search.DLTKSearchParticipant.indexDocument(DLTKSearchParticipant.java: 66) at org .eclipse .dltk .core.search.indexing.IndexManager.indexDocument(IndexManager.java:574) at org.eclipse.dltk.core.search.indexing.IndexManager $1.execute(IndexManager.java:1018) at org .eclipse .dltk.internal.core.search.processing.JobManager.run(JobManager.java: 374)
	at java.lang.Thread.run(Thread.java:613)


Have you seen it before, by any chance?

Nico


Back to the top