objectiser / scribble

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

Running Protocol Parser CTK test dependent upon specific implementation of parser #21

Open objectiser opened 14 years ago

objectiser commented 14 years ago

Currently the Protocol Parser CTK bundle's manifest is only dependent upon the imported packages, but the Eclipse classpath, and pom, are dependent on the actual implementation bundle - otherwise the ANTLR class is not found.

To fix this, it would be necessary for the test harness to use OSGi (possibly Felix specific as in the command line mechanism), to obtain the parser to be tested. Although not sure how it would locate the bundles?