Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Orbit » Can't org.jdom with Ganymede
Can't org.jdom with Ganymede [message #14284] Tue, 23 September 2008 11:40 Go to next message
Eclipse UserFriend
Originally posted by: mickael.istria.openwide.fr

Hello,

I'm using Ganymede (build I20080609-1311), and I'd like to use jdom in
our plugin (JWT).
I saw that org.jdom was included in orbit, however, i don't succeed to
reference it as a dependency in our plugin.xml editor, everything
happens as if org.jdom were not here, but I checked im my
eclipse/plugins folder, and org.jdom is installed. For other orbit
plugin (javax.wsdl, org.uddi4j...), there is not problem.

Do you know what could cause this problem?

Thanks in advance
Mickael
Re: Can't org.jdom with Ganymede [message #15119 is a reply to message #14284] Tue, 04 November 2008 06:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: david_williams.linux.vnet.ibm.com

Mickael Istria wrote:
> Hello,
>
> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom in
> our plugin (JWT).
> I saw that org.jdom was included in orbit, however, i don't succeed to
> reference it as a dependency in our plugin.xml editor, everything
> happens as if org.jdom were not here, but I checked im my
> eclipse/plugins folder, and org.jdom is installed. For other orbit
> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>
> Do you know what could cause this problem?
>
> Thanks in advance
> Mickael
Hopefully you've found an answer by now? But do you have it in your
target, or in the workspace?
In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #15135 is a reply to message #15119] Wed, 05 November 2008 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mickael.istria.openwide.fr

Hello David,

JWT currently includes the jdom jar file into the plugin itself, but I
would like to replace this jar by a dependency to the org.jdom plugin
provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
And I can not find this plug-in in my development environment of Eclipse
whereas I can find several other plugins that are part of Orbit.
The Eclipse I have is the Ganymede JEE, to which I added PDE (and other
few things).
I took a look at other colleagues Eclipse environments and it looks like
they do not either have the org.jdom plugin. May org,jdom have been
"forgotten" in Galileo?

Regards

Mickael

David Williams a écrit :
> Mickael Istria wrote:
>> Hello,
>>
>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom in
>> our plugin (JWT).
>> I saw that org.jdom was included in orbit, however, i don't succeed to
>> reference it as a dependency in our plugin.xml editor, everything
>> happens as if org.jdom were not here, but I checked im my
>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>
>> Do you know what could cause this problem?
>>
>> Thanks in advance
>> Mickael
> Hopefully you've found an answer by now? But do you have it in your
> target, or in the workspace?
> In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #15167 is a reply to message #15135] Wed, 05 November 2008 13:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

Hello, Mickael,

There is no assurance that all of the Orbit bundles will be included in
Eclipse releases, whether Ganymede packages or individual projects.
Indeed, there are probably a few that are not even used by any Eclipse
projects.

The Orbit bundles are included in the features of Eclipse projects that
use them, on an as-needed basis. If none of the Eclipse projects that
your project requires includes the JDOM bundle, then you will need to
incorporate it into your own feature. It is a relatively simple
procedure, as outlined on the Orbit Wiki:

http://wiki.eclipse.org/Easy_Bake_Builds_with_Orbit_Bundles

HTH,

Christian


Mickael Istria wrote:
> Hello David,
>
> JWT currently includes the jdom jar file into the plugin itself, but I
> would like to replace this jar by a dependency to the org.jdom plugin
> provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
> And I can not find this plug-in in my development environment of Eclipse
> whereas I can find several other plugins that are part of Orbit.
> The Eclipse I have is the Ganymede JEE, to which I added PDE (and other
> few things).
> I took a look at other colleagues Eclipse environments and it looks like
> they do not either have the org.jdom plugin. May org,jdom have been
> "forgotten" in Galileo?
>
> Regards
>
> Mickael
>
> David Williams a écrit :
>> Mickael Istria wrote:
>>> Hello,
>>>
>>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom
>>> in our plugin (JWT).
>>> I saw that org.jdom was included in orbit, however, i don't succeed
>>> to reference it as a dependency in our plugin.xml editor, everything
>>> happens as if org.jdom were not here, but I checked im my
>>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>>
>>> Do you know what could cause this problem?
>>>
>>> Thanks in advance
>>> Mickael
>> Hopefully you've found an answer by now? But do you have it in your
>> target, or in the workspace?
>> In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #15199 is a reply to message #15167] Wed, 05 November 2008 14:59 Go to previous message
Eclipse UserFriend
Originally posted by: mickael.istria.openwide.fr

Hi Christian,

Thank you for your help. I thought that Orbit was a set of plugins that
were automatically included with PDE.

I'll take a look at the wiki page you pointed me.

Thanks again

Regards,
Mickael

Christian W. Damus a écrit :
> Hello, Mickael,
>
> There is no assurance that all of the Orbit bundles will be included in
> Eclipse releases, whether Ganymede packages or individual projects.
> Indeed, there are probably a few that are not even used by any Eclipse
> projects.
>
> The Orbit bundles are included in the features of Eclipse projects that
> use them, on an as-needed basis. If none of the Eclipse projects that
> your project requires includes the JDOM bundle, then you will need to
> incorporate it into your own feature. It is a relatively simple
> procedure, as outlined on the Orbit Wiki:
>
> http://wiki.eclipse.org/Easy_Bake_Builds_with_Orbit_Bundles
>
> HTH,
>
> Christian
>
>
> Mickael Istria wrote:
>> Hello David,
>>
>> JWT currently includes the jdom jar file into the plugin itself, but I
>> would like to replace this jar by a dependency to the org.jdom plugin
>> provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
>> And I can not find this plug-in in my development environment of
>> Eclipse whereas I can find several other plugins that are part of Orbit.
>> The Eclipse I have is the Ganymede JEE, to which I added PDE (and
>> other few things).
>> I took a look at other colleagues Eclipse environments and it looks
>> like they do not either have the org.jdom plugin. May org,jdom have
>> been "forgotten" in Galileo?
>>
>> Regards
>>
>> Mickael
>>
>> David Williams a écrit :
>>> Mickael Istria wrote:
>>>> Hello,
>>>>
>>>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom
>>>> in our plugin (JWT).
>>>> I saw that org.jdom was included in orbit, however, i don't succeed
>>>> to reference it as a dependency in our plugin.xml editor, everything
>>>> happens as if org.jdom were not here, but I checked im my
>>>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>>>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>>>
>>>> Do you know what could cause this problem?
>>>>
>>>> Thanks in advance
>>>> Mickael
>>> Hopefully you've found an answer by now? But do you have it in your
>>> target, or in the workspace?
>>> In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #564529 is a reply to message #14284] Tue, 04 November 2008 06:41 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
Mickael Istria wrote:
> Hello,
>
> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom in
> our plugin (JWT).
> I saw that org.jdom was included in orbit, however, i don't succeed to
> reference it as a dependency in our plugin.xml editor, everything
> happens as if org.jdom were not here, but I checked im my
> eclipse/plugins folder, and org.jdom is installed. For other orbit
> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>
> Do you know what could cause this problem?
>
> Thanks in advance
> Mickael
Hopefully you've found an answer by now? But do you have it in your
target, or in the workspace?
In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #564561 is a reply to message #15119] Wed, 05 November 2008 09:12 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hello David,

JWT currently includes the jdom jar file into the plugin itself, but I
would like to replace this jar by a dependency to the org.jdom plugin
provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
And I can not find this plug-in in my development environment of Eclipse
whereas I can find several other plugins that are part of Orbit.
The Eclipse I have is the Ganymede JEE, to which I added PDE (and other
few things).
I took a look at other colleagues Eclipse environments and it looks like
they do not either have the org.jdom plugin. May org,jdom have been
"forgotten" in Galileo?

Regards

Mickael

David Williams a écrit :
> Mickael Istria wrote:
>> Hello,
>>
>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom in
>> our plugin (JWT).
>> I saw that org.jdom was included in orbit, however, i don't succeed to
>> reference it as a dependency in our plugin.xml editor, everything
>> happens as if org.jdom were not here, but I checked im my
>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>
>> Do you know what could cause this problem?
>>
>> Thanks in advance
>> Mickael
> Hopefully you've found an answer by now? But do you have it in your
> target, or in the workspace?
> In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #564587 is a reply to message #15135] Wed, 05 November 2008 13:18 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

Hello, Mickael,

There is no assurance that all of the Orbit bundles will be included in
Eclipse releases, whether Ganymede packages or individual projects.
Indeed, there are probably a few that are not even used by any Eclipse
projects.

The Orbit bundles are included in the features of Eclipse projects that
use them, on an as-needed basis. If none of the Eclipse projects that
your project requires includes the JDOM bundle, then you will need to
incorporate it into your own feature. It is a relatively simple
procedure, as outlined on the Orbit Wiki:

http://wiki.eclipse.org/Easy_Bake_Builds_with_Orbit_Bundles

HTH,

Christian


Mickael Istria wrote:
> Hello David,
>
> JWT currently includes the jdom jar file into the plugin itself, but I
> would like to replace this jar by a dependency to the org.jdom plugin
> provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
> And I can not find this plug-in in my development environment of Eclipse
> whereas I can find several other plugins that are part of Orbit.
> The Eclipse I have is the Ganymede JEE, to which I added PDE (and other
> few things).
> I took a look at other colleagues Eclipse environments and it looks like
> they do not either have the org.jdom plugin. May org,jdom have been
> "forgotten" in Galileo?
>
> Regards
>
> Mickael
>
> David Williams a écrit :
>> Mickael Istria wrote:
>>> Hello,
>>>
>>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom
>>> in our plugin (JWT).
>>> I saw that org.jdom was included in orbit, however, i don't succeed
>>> to reference it as a dependency in our plugin.xml editor, everything
>>> happens as if org.jdom were not here, but I checked im my
>>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>>
>>> Do you know what could cause this problem?
>>>
>>> Thanks in advance
>>> Mickael
>> Hopefully you've found an answer by now? But do you have it in your
>> target, or in the workspace?
>> In PDE target, or in dev. env. is probably easiest.
Re: Can't org.jdom with Ganymede [message #564617 is a reply to message #15167] Wed, 05 November 2008 14:59 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hi Christian,

Thank you for your help. I thought that Orbit was a set of plugins that
were automatically included with PDE.

I'll take a look at the wiki page you pointed me.

Thanks again

Regards,
Mickael

Christian W. Damus a écrit :
> Hello, Mickael,
>
> There is no assurance that all of the Orbit bundles will be included in
> Eclipse releases, whether Ganymede packages or individual projects.
> Indeed, there are probably a few that are not even used by any Eclipse
> projects.
>
> The Orbit bundles are included in the features of Eclipse projects that
> use them, on an as-needed basis. If none of the Eclipse projects that
> your project requires includes the JDOM bundle, then you will need to
> incorporate it into your own feature. It is a relatively simple
> procedure, as outlined on the Orbit Wiki:
>
> http://wiki.eclipse.org/Easy_Bake_Builds_with_Orbit_Bundles
>
> HTH,
>
> Christian
>
>
> Mickael Istria wrote:
>> Hello David,
>>
>> JWT currently includes the jdom jar file into the plugin itself, but I
>> would like to replace this jar by a dependency to the org.jdom plugin
>> provided by Orbit (seen on http://wiki.eclipse.org/Orbit_Bundles).
>> And I can not find this plug-in in my development environment of
>> Eclipse whereas I can find several other plugins that are part of Orbit.
>> The Eclipse I have is the Ganymede JEE, to which I added PDE (and
>> other few things).
>> I took a look at other colleagues Eclipse environments and it looks
>> like they do not either have the org.jdom plugin. May org,jdom have
>> been "forgotten" in Galileo?
>>
>> Regards
>>
>> Mickael
>>
>> David Williams a écrit :
>>> Mickael Istria wrote:
>>>> Hello,
>>>>
>>>> I'm using Ganymede (build I20080609-1311), and I'd like to use jdom
>>>> in our plugin (JWT).
>>>> I saw that org.jdom was included in orbit, however, i don't succeed
>>>> to reference it as a dependency in our plugin.xml editor, everything
>>>> happens as if org.jdom were not here, but I checked im my
>>>> eclipse/plugins folder, and org.jdom is installed. For other orbit
>>>> plugin (javax.wsdl, org.uddi4j...), there is not problem.
>>>>
>>>> Do you know what could cause this problem?
>>>>
>>>> Thanks in advance
>>>> Mickael
>>> Hopefully you've found an answer by now? But do you have it in your
>>> target, or in the workspace?
>>> In PDE target, or in dev. env. is probably easiest.
Previous Topic:How to set up com.ibm.icu bundles within local workspace
Next Topic:JSR166 (java.util.concurrent) backport for Orbit
Goto Forum:
  


Current Time: Thu Apr 25 19:15:32 GMT 2024

Powered by FUDForum. Page generated in 0.03844 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top