-
Notifications
You must be signed in to change notification settings - Fork 66
JavaCC dependency has class in root package - causes OSGI build failure. #44
Comments
Hmm, maybe there is way to remove this dependency when generating the parser.
|
Hi Jochen, thanks for looking at this so quickly. Hmm, maybe there is way to remove this dependency when generating the parser. I’ll have a look.
— |
I’ll make it a compile-time dependency.
|
Ahh, well that was in my best interest because we're getting very speedy implementation of a REST client using it - have done already in a previous project and now attempting the same thing with another project this time OSGI - so thank you for making that available for the greater good. Date: Tue, 21 Jul 2015 10:24:23 -0700 I’ll make it a compile-time dependency. Thank you for looking into it!
— |
Resty currently has a dependency on javacc-4.1.jar which has classes in the root package. This causes a problem when used in an OSGI context where the construction of the manifest complains that: "The default package '.' is not permitted by the Import-Package syntax."
I checked the latest javacc-6.1.2.jar and it has the same issue, so no quick fix there I'm afraid.
The text was updated successfully, but these errors were encountered: