Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Problem using Batik bundles from orbit


On a second look, this doesn't seem to be the problem.

The org.w3c.dom.svg bundle still exports version 1.2.0 of the package, so the export/import wiring should be OK.  There isn't any dependency on the bundle version.

The Orbit download works fine for me, in the simple GMF use case that I know of.

Any other ideas?  Could there be some problem with the "uses" directives that I applied to my Export-Package headers?  I seem to recall that there were problems with "uses" in Equinox, but I didn't understand the details.

Cheers,

Christian



Christian W. Damus
Component Lead, Eclipse
OCL and EMFT-QTV
IBM Rational Software



Christian Damus/Ottawa/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

03/20/07 03:11 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>

To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
Subject
Re: [orbit-dev] Problem using Batik bundles from orbit






Sorry, Hubert and all,


That's my fault.    I see that I didn't complete my CVS commit on Friday to update the dependency versions in those bundles.  I had tested them by exporting from my workspace, but didn't get a chance to test from the Orbit build before leaving for the week-end.  I shouldn't have committed anything at all.


I will get that fixed up immediately.


David et al., is there still room for another re-spin? Call it "Orbit M6christians-a-clown"?


Christian




Christian W. Damus
Component Lead, Eclipse
OCL and EMFT-QTV
IBM Rational Software


Hubert H Leung/Toronto/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

03/20/07 02:46 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>

To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
Subject
Re: [orbit-dev] Problem using Batik bundles from orbit








Just want to follow up on my previous message.  I found the potential problem.  Many Batik bundles import package org.w3c.dom.svg;version="[1.2.0,1.3.0)".  But the org.w3c.dom.svg bundle in orbit has version 1.1.0.  Are we planning to have version 1.2.0 of the org.w3c.dom.svg bundle in Orbit as well?


_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382

Hubert H Leung/Toronto/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

03/20/2007 02:26 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>


To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
Subject
[orbit-dev] Problem using Batik bundles from orbit










I am using the S200703161546 Orbit build.  I replaced the original Batik plugin with the list of orbit bundles specified in http://wiki.eclipse.org/index.php/Orbit_Bundles.  I get the following "Unsatisfied import package" errors in the generateScript step of PDE, and the PDE fails with the error: Unable to find plug-in: org.apache.batik.bridge_0.0.0.


I'm not sure if this is a problem with the batik bundles or it is something to do with my build environment.  I can build with the xerces from orbit without problem.  


Has any teams using orbit seen this problem?  Any suggestions or comments are welcome!  Thanks.



Here are the error messages related to batik in the PDE build log:


[eclipse.buildScript] Bundle org.apache.batik.bridge:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value.svg12_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.events_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.util_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.parser_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.css:

[eclipse.buildScript]   Unsatisfied import package org.w3c.css.sac_[1.3.0,1.4.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.dom.svg:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.dom_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.parser_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.events_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.util_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.parser_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.css.sac_[1.3.0,1.4.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.smil_[1.0.0,1.1.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.dom:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.parser_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.css.sac_[1.3.0,1.4.0).

[eclipse.buildScript] Bundle org.apache.batik.extension:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.bridge_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.css.engine.value.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.util_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.extension_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.font_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.renderer_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.text_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.parser_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.parser:

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.swing:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.bridge_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.util_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.event_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.renderer_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.text_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).

[eclipse.buildScript] Bundle org.apache.batik.transcoder:

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.bridge_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.svg_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.dom.util_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.gvt.renderer_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.transcoder_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.transcoder.image.resources_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.transcoder.keys_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.apache.batik.transcoder.wmf_[1.6.0,1.7.0).

[eclipse.buildScript]   Unsatisfied import package org.w3c.dom.svg_[1.2.0,1.3.0).



_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382
Christian Damus/Ottawa/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

03/19/2007 03:47 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>


To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
Subject
Re: [orbit-dev] Stable build re-spin?












Hi, Hubert,


Surf to http://wiki.eclipse.org/index.php/Orbit_Bundles.  All of the bundles (rows) listed with "Batik" in the "Library" column were derived from the Batik 1.6 distribution from Apache.


Cheers,


Christian




Christian W. Damus
Component Lead, Eclipse
OCL and EMFT-QTV
IBM Rational Software
Hubert H Leung/Toronto/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

03/19/07 01:38 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>


To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
Subject
Re: [orbit-dev] Stable build re-spin?














Hi Christian,


TPTP would like to pick up the batik bundles from Orbit.  Can you give me the list of bundles that is equivalent to the original Batik plugin in GMF CVS?  How many orbit bundles do I need to get and what are the plugin IDs?  



Thanks,
_________________________
Hubert Leung
IBM Toronto Lab
hkyleung@xxxxxxxxxx
905-413-3382


<snip>
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev

_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top