On 3/27/2012 8:57 PM, Endi Sukma Dewata wrote:
On 3/27/2012 5:20 PM, Endi Sukma Dewata wrote:
> Previously the code depends on the old RESTEasy libraries provided by
> Candlepin package. Now the Eclipse classpath, build/setup scripts, and
> the spec file have been updated to use the libraries provided by the
> new RESTEasy package.
>
> Ticket #29
>
> Note: The new RESTEasy package is only available in F17.
Rebased.
I revised the patch such that in older Fedora it will not require the
new RESTEasy package. Instead, you can download RESTEasy 2.3.2 (must be
this version) zip file, install it somewhere, and create the following
symlinks to mimic F17:
/usr/share/java/glassfish-jaxb/jaxb-impl.jar
/usr/share/java/resteasy/jaxrs-api.jar
/usr/share/java/resteasy/resteasy-jaxb-provider.jar
/usr/share/java/resteasy/resteasy-jaxrs.jar
/usr/share/java/resteasy/resteasy-jettison-provider.jar
/usr/share/java/scannotation.jar
This way we can continue the development on F16 without having to
officially support it.
--
Endi S. Dewata