Skip to main content

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

The author of the ANTLR plugin that we are currently using for generating the Ada parser has pulled support for the plugin, so we will be moving to a different plugin instead.  I will be updating the Hibachi code to use the ANTLR v3 IDE plugin, which is a sourceforge project.  In the meantime, you can download and install this plugin from the following Eclipse update site:
 
 
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.
 
Adam Haselhuhn
Hibachi Project Committer

Back to the top