This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Description
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.