-
Aug 20th, 2008, 06:57 AM
#1
FatalParseException for Export-Package
While unusual, and probably not a good idea, the following manifest entry is fine within Eclipse, but not with S2AP (it gives a FatalParseException).
Export-Package: .,
another.package
Surely S2AP should be able to handle the same Manifest entries as Eclipse happily does.
-
Aug 20th, 2008, 07:09 AM
#2
FatalParseException for Export-Package
Eclipse is actually in error there - there is no package '.'. OSGi has no way of representing the default package, and . is certainly not valid.
You can see this described in the BNF in section 1.3.2 of the OSGi R4 spec.
Hope this helps.
Regards, Rob
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules