Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hibachi-dev] compiling Hibachi


Jacek,
 
From your description of the problem, it sounds like you need to install the ANTLR v3 plugin.  We use ANTLR (ANother Tool for Language Recognition) to generate the Ada language parser used to parse the Ada source files. 
 
Instructions on installing the ANTLR v3 plugin can be found at http://www.javadude.com/eclipse/update/.
 
If the NullPointerExceptions persist after installing the ANTLR plugin, please email a description of the problems and the associated stack traces (if available) to this mailing list.
 
Thanks for your interest in Hibachi!  The project is just getting under way, so this coming year should see many improvements in Hibachi.
 
Adam Haselhuhn
Hibachi Project Committer
Aonix North America
----- Original Message -----
Sent: Saturday, December 22, 2007 8:34 AM
Subject: [hibachi-dev] compiling Hibachi

Hi,


first of all it's wonderful to see Aonix ADT now as open source Eclipse Hibachi!

Recently I was using the original ADT with Gnat tool chain for some University activities. It appeared best tool I could find for Ada but I was really sad to don't see it's sources.


...Until now. So today I fetched all the source and tried compiling it.

There seem to be some issues. I had to generate parser using antlr. Then it appeared I needed one more library from antlr - antlr-3.0.1.jar - to be put next to runtime jar in hibachi.antlr plugin lib dir. However it's possible I did something wrong while generating parser.

Finally some plugins were missing org.eclipse.core.resources and org.eclipse.debug.core.

After all, Hibachi works, but from quick testing I see I'm getting some NullPointerExceptions.


Is it to early to do what I'm trying? :)


thanks for your work,

Jacek


_______________________________________________
hibachi-dev mailing list
hibachi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/hibachi-dev

Back to the top