Home » Eclipse Projects » Orbit » Can't org.jdom with Ganymede
Can't org.jdom with Ganymede [message #14284] |
Tue, 23 September 2008 11:40 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
David Williams 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 |
|
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 |
Eclipse User |
|
|
|
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 |
|
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.
|
|
|
Goto Forum:
Current Time: Fri Dec 27 19:37:51 GMT 2024
Powered by FUDForum. Page generated in 0.03694 seconds
|