objectiser / scribble

Language for describing interactions between multiple participants.
http://www.scribble.org
1 stars 0 forks source link

ANTLR class not found in command line config #11

Closed objectiser closed 14 years ago

objectiser commented 14 years ago

Can run parser as an Eclipse app, as antlr referenced in parser eclipse classpath. However when parser is deployed as an OSGi module, it does not have access to the antlr classes.

Need to create an OSGi module for the antlr classes - unless possible to include in protocol parser module.

objectiser commented 14 years ago

Fixed by embedding antlr runtime jar in the parser jar, and referencing it in the bundle classpath. Would be nice if we could obtain the jar at build time, but this will do for now.