Not really:
cmueller$ ./karaf clean
__ __ ____
/ //_/____ __________ _/ __/
/ ,< / __ `/ ___/ __ `/ /_
/ /| |/ /_/ / / / /_/ / __/
/_/ |_|\__,_/_/ \__,_/_/
Apache Karaf (2.3.2)
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'osgi:shutdown' or 'logout' to shutdown Karaf.
karaf@root> install mvn:org.apache.xmlgraphics/batik-svg-dom/1.7
Bundle ID: 54
karaf@root> headers 54
Bundle 54
---------
Manifest-Version = 1.0
Build-Id = 20080103-095140-EST (cam [Linux 2.6.22-1-486 i386, Java
1.4.2_12-b03])
Ant-Version = Apache Ant 1.6.5
Implementation-Version = 1.7+r608262
Implementation-Vendor = The Apache Software Foundation (
http://xmlgraphics.apache.org/batik/)
Implementation-Title = Batik SVG DOM implementation
Created-By = 1.4.2_12-b03 (Sun Microsystems Inc.)
It's the same for the other artifacts...
Best,
Christian
-----------------
Software Integration Specialist
Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html
https://www.linkedin.com/pub/christian-mueller/11/551/642
On Sat, Oct 5, 2013 at 6:13 PM, Jean-Baptiste Onofré <[email protected]>wrote:
> AFAIR, xmlgraphics 1.7 is already an OSGi bundle. If not, I will provide
> SMX bundle for that.
>
> Regards
> JB
>
>
> On 10/05/2013 02:25 PM, Christian Müller wrote:
>
>> I could only find
>> mvn:org.apache.servicemix.**bundles/org.apache.servicemix.**
>> bundles.xmlgraphics-commons/1.**5_1
>>
>> but I couldn't find bundles for:
>> org.apache.xmlgraphics/batik-**svg-dom/1.7
>> org.apache.xmlgraphics/batik-**anim/1.7
>> org.apache.xmlgraphics/batik-**css/1.7
>> org.apache.xmlgraphics/batik-**dom/1.7
>> org.apache.xmlgraphics/batik-**parser/1.7
>> org.apache.xmlgraphics/batik-**util/1.7
>> org.apache.xmlgraphics/batik-**bridge/1.7
>> org.apache.xmlgraphics/batik-**script/1.7
>> org.apache.xmlgraphics/batik-**js/1.7
>> org.apache.xmlgraphics/batik-**xml/1.7
>> org.apache.xmlgraphics/batik-**awt-util/1.7
>> org.apache.xmlgraphics/batik-**gvt/1.7
>> org.apache.xmlgraphics/batik-**transcoder/1.7
>> org.apache.xmlgraphics/batik-**svggen/1.7
>> org.apache.xmlgraphics/batik-**extension/1.7
>> org.apache.xmlgraphics/batik-**ext/1.7
>>
>> At present, we wrap these JAR's (in Apache Camel's fop feature) to be able
>> to install the fop 1.1 bundle in Apache Karaf.
>>
>> Best,
>>
>> Christian
>> -----------------
>>
>> Software Integration Specialist
>>
>> Apache Camel committer: https://camel.apache.org/team
>> V.P. Apache Camel:
>> https://www.apache.org/**foundation/<https://www.apache.org/foundation/>
>> Apache Member:
>> https://www.apache.org/**foundation/members.html<https://www.apache.org/foundation/members.html>
>>
>> https://www.linkedin.com/pub/**christian-mueller/11/551/642<https://www.linkedin.com/pub/christian-mueller/11/551/642>
>>
>>
>> On Sat, Oct 5, 2013 at 1:34 PM, Jean-Baptiste Onofré <[email protected]
>> >wrote:
>>
>> Hi Christian,
>>>
>>> yes, as we provide xmlgraphics bundle as well.
>>>
>>> If it's an issue I can revert to set batik import as optional.
>>>
>>> Regards
>>> JB
>>>
>>>
>>> On 10/05/2013 12:51 PM, Christian Müller wrote:
>>>
>>> By upgrading org.apache.servicemix.bundles.****fop from version 1.0_3
>>>> to
>>>>
>>>> 1.1_1,
>>>> all the org.apache.batik.* packages are now mandatory:
>>>>
>>>> 1.0_3 [1]
>>>> Import-Package:
>>>> org.apache.batik.bridge;****resolution:=optional,org.**
>>>> apache.batik.bridge.svg12;****resolution:=optional,...
>>>>
>>>> 1.1_1 [2]
>>>> Import-Package: org.apache.batik.bridge,org.**
>>>>
>>>> apache.batik.bridge.svg12,...
>>>>
>>>> Was this change intentionally? If yes, shouldn't we provide bundles for
>>>> all
>>>> the "org.apache.xmlgraphics" artifacts?
>>>>
>>>> [1]
>>>> http://search.maven.org/****remotecontent?filepath=org/**<http://search.maven.org/**remotecontent?filepath=org/**>
>>>> apache/servicemix/bundles/org.****apache.servicemix.bundles.**fop/**
>>>> 1.0_3/org.apache.servicemix.****bundles.fop-1.0_3.jar<http://**
>>>> search.maven.org/**remotecontent?filepath=org/**
>>>> apache/servicemix/bundles/org.**apache.servicemix.bundles.fop/**
>>>> 1.0_3/org.apache.servicemix.**bundles.fop-1.0_3.jar<http://search.maven.org/remotecontent?filepath=org/apache/servicemix/bundles/org.apache.servicemix.bundles.fop/1.0_3/org.apache.servicemix.bundles.fop-1.0_3.jar>
>>>> >
>>>> [2]
>>>> http://search.maven.org/****remotecontent?filepath=org/**<http://search.maven.org/**remotecontent?filepath=org/**>
>>>> apache/servicemix/bundles/org.****apache.servicemix.bundles.**fop/**
>>>> 1.1_1/org.apache.servicemix.****bundles.fop-1.1_1.jar<http://**
>>>> search.maven.org/**remotecontent?filepath=org/**
>>>> apache/servicemix/bundles/org.**apache.servicemix.bundles.fop/**
>>>> 1.1_1/org.apache.servicemix.**bundles.fop-1.1_1.jar<http://search.maven.org/remotecontent?filepath=org/apache/servicemix/bundles/org.apache.servicemix.bundles.fop/1.1_1/org.apache.servicemix.bundles.fop-1.1_1.jar>
>>>> >
>>>>
>>>>
>>>> Best,
>>>> Christian
>>>> -----------------
>>>>
>>>> Software Integration Specialist
>>>>
>>>> Apache Camel committer: https://camel.apache.org/team
>>>> V.P. Apache Camel:
>>>> https://www.apache.org/****foundation/<https://www.apache.org/**foundation/>
>>>> <https://www.**apache.org/foundation/<https://www.apache.org/foundation/>
>>>> >
>>>> Apache Member:
>>>> https://www.apache.org/****foundation/members.html<https://www.apache.org/**foundation/members.html>
>>>> <https:**//www.apache.org/foundation/**members.html<https://www.apache.org/foundation/members.html>
>>>> >
>>>>
>>>> https://www.linkedin.com/pub/****christian-mueller/11/551/642<https://www.linkedin.com/pub/**christian-mueller/11/551/642>
>>>> <**https://www.linkedin.com/pub/**christian-mueller/11/551/642<https://www.linkedin.com/pub/christian-mueller/11/551/642>
>>>> >
>>>>
>>>>
>>>> --
>>> Jean-Baptiste Onofré
>>> [email protected]
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>>
>>
> --
> Jean-Baptiste Onofré
> [email protected]
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>