[
https://issues.apache.org/jira/browse/THRIFT-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197535#comment-14197535
]
Hudson commented on THRIFT-2715:
--------------------------------
SUCCESS: Integrated in Thrift #1331 (See
[https://builds.apache.org/job/Thrift/1331/])
Thrift-2715:Wrong Import-Package directive in MANIFEST (jfarrell: rev
63ad5f6f514a6d977d960a41bcda607d701f284c)
* lib/java/build.xml
> Wrong Import-Package directive in MANIFEST
> ------------------------------------------
>
> Key: THRIFT-2715
> URL: https://issues.apache.org/jira/browse/THRIFT-2715
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.9.2
> Reporter: Zlika
> Assignee: Jake Farrell
> Fix For: 0.9.2
>
>
> There is an error in the "Import-Package" directive in the MANIFEST.MF file
> of the 0.9.2-rc0 version (cf. diff here-under for a fix) which makes it
> unusable in an OSGi environment.
> {noformat}
> 30,31c30
> < http;resolution:=optional, resolution:=optional,org.slf4j;resolution:
> < =optional;version="[1.4,2)"
> ---
> > http;resolution:=optional,org.slf4j;resolution:=optional;version="[1.4,2)"
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)