Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » runtime-work-bench problem
runtime-work-bench problem [message #263630] Sat, 24 July 2004 00:56 Go to next message
Eclipse UserFriend
Originally posted by: crscca.bol.net.in

I downloaded eclipse-SDK-3.0RC3-win32 and used it.
I have one issue with it.
It does not have the plugin - org.apache.xerces_4.0.13 unlike the release
M7
So I borrowed this plugin from M7 and put it here in the plugins directory.
When I run eclipse and do a help>about>plugin-details the plugin shows up
in the list.
It however does not show up in the view window>show view>plugins

I guess because of that when I do a run as runtime-work-bench it does not
appear in the help>about>plugin-details of the runtime-work-bench.

Got any soluttion?
Re: runtime-work-bench problem [message #263633 is a reply to message #263630] Sat, 24 July 2004 01:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wassimm.ibm.canada

Go to the Plug-in Development > Target Platform preference page, and make
sure the xerces plug-in is explicitly checked.

Wassim.


Raster wrote:

> I downloaded eclipse-SDK-3.0RC3-win32 and used it.
> I have one issue with it.
> It does not have the plugin - org.apache.xerces_4.0.13 unlike the release
> M7
> So I borrowed this plugin from M7 and put it here in the plugins directory.
> When I run eclipse and do a help>about>plugin-details the plugin shows up
> in the list.
> It however does not show up in the view window>show view>plugins

> I guess because of that when I do a run as runtime-work-bench it does not
> appear in the help>about>plugin-details of the runtime-work-bench.

> Got any soluttion?
Re: runtime-work-bench problem [message #263666 is a reply to message #263633] Sun, 25 July 2004 05:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: crscca.bol.net.in

That didnt (I think) help because the plugin dos not appear at all in that
list.
It also does not show up in the view window>show view>plugins.

It does however appear in the help>about>plugin-details. Thats the only
place it appears in.

In the runtime-workbench it does not appear at all.

Has anyone encountered this issue? Is that a bug in
eclipse-SDK-3.0RC3-win32?
Is there any solution?

I am also pasting the plugin.xml of org.apache.xerces_4.0.13 below.

<?xml version="1.0" encoding="UTF-8" ?>
<?eclipse version="3.0"?>
<plugin name="%pluginName" id="org.apache.xerces" version="4.0.13"
provider-name="%providerName">
<!-- This is an IBM maintenance branch of xerces 2.0.0 -->
<runtime>
<library name="xmlParserAPIs.jar">
<export name="*" />
<packages prefixes="javax.xml,org.w3c.dom,org.xml.sax" />
</library>
<library name="xercesImpl.jar">
<export name="*" />
<packages prefixes="org.apache,org.w3c.dom" />
</library>
</runtime>
</plugin>



Wassim Melhem wrote:

> Go to the Plug-in Development > Target Platform preference page, and make
> sure the xerces plug-in is explicitly checked.

> Wassim.


> Raster wrote:

> > I downloaded eclipse-SDK-3.0RC3-win32 and used it.
> > I have one issue with it.
> > It does not have the plugin - org.apache.xerces_4.0.13 unlike the release
> > M7
> > So I borrowed this plugin from M7 and put it here in the plugins directory.
> > When I run eclipse and do a help>about>plugin-details the plugin shows up
> > in the list.
> > It however does not show up in the view window>show view>plugins

> > I guess because of that when I do a run as runtime-work-bench it does not
> > appear in the help>about>plugin-details of the runtime-work-bench.

> > Got any soluttion?
Re: runtime-work-bench problem [message #263720 is a reply to message #263666] Mon, 26 July 2004 00:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wassimm.ibm.canada

1. Why are you using RC3 and not the final 3.0 release?
2. Is there anything in the log regarding the xerces plug-in being
rejected?

Try to press 'Reload' on the target platform preference page and see if it
appears or if something gets logged.

Wassim.

Raster wrote:

> That didnt (I think) help because the plugin dos not appear at all in that
> list.
> It also does not show up in the view window>show view>plugins.

> It does however appear in the help>about>plugin-details. Thats the only
> place it appears in.

> In the runtime-workbench it does not appear at all.

> Has anyone encountered this issue? Is that a bug in
> eclipse-SDK-3.0RC3-win32?
> Is there any solution?

> I am also pasting the plugin.xml of org.apache.xerces_4.0.13 below.

> <?xml version="1.0" encoding="UTF-8" ?>
> <?eclipse version="3.0"?>
> <plugin name="%pluginName" id="org.apache.xerces" version="4.0.13"
> provider-name="%providerName">
> <!-- This is an IBM maintenance branch of xerces 2.0.0 -->
> <runtime>
> <library name="xmlParserAPIs.jar">
> <export name="*" />
> <packages prefixes="javax.xml,org.w3c.dom,org.xml.sax" />
> </library>
> <library name="xercesImpl.jar">
> <export name="*" />
> <packages prefixes="org.apache,org.w3c.dom" />
> </library>
> </runtime>
> </plugin>



> Wassim Melhem wrote:

> > Go to the Plug-in Development > Target Platform preference page, and make
> > sure the xerces plug-in is explicitly checked.

> > Wassim.


> > Raster wrote:

> > > I downloaded eclipse-SDK-3.0RC3-win32 and used it.
> > > I have one issue with it.
> > > It does not have the plugin - org.apache.xerces_4.0.13 unlike the release
> > > M7
> > > So I borrowed this plugin from M7 and put it here in the plugins
directory.
> > > When I run eclipse and do a help>about>plugin-details the plugin shows up
> > > in the list.
> > > It however does not show up in the view window>show view>plugins

> > > I guess because of that when I do a run as runtime-work-bench it does not
> > > appear in the help>about>plugin-details of the runtime-work-bench.

> > > Got any soluttion?
Re: runtime-work-bench problem [message #264155 is a reply to message #263720] Tue, 27 July 2004 23:26 Go to previous message
Eclipse UserFriend
Originally posted by: crscca.bol.net.in

ok switched to final. problem was still there. but i think the problem is
mot eclipse related. something with my project settings i guess. only the
same settings worked well in M7. but thats ok. i found a workaround.

thanks
Wassim Melhem wrote:

> 1. Why are you using RC3 and not the final 3.0 release?
> 2. Is there anything in the log regarding the xerces plug-in being
> rejected?

> Try to press 'Reload' on the target platform preference page and see if it
> appears or if something gets logged.

> Wassim.

> Raster wrote:

> > That didnt (I think) help because the plugin dos not appear at all in that
> > list.
> > It also does not show up in the view window>show view>plugins.

> > It does however appear in the help>about>plugin-details. Thats the only
> > place it appears in.

> > In the runtime-workbench it does not appear at all.

> > Has anyone encountered this issue? Is that a bug in
> > eclipse-SDK-3.0RC3-win32?
> > Is there any solution?

> > I am also pasting the plugin.xml of org.apache.xerces_4.0.13 below.

> > <?xml version="1.0" encoding="UTF-8" ?>
> > <?eclipse version="3.0"?>
> > <plugin name="%pluginName" id="org.apache.xerces" version="4.0.13"
> > provider-name="%providerName">
> > <!-- This is an IBM maintenance branch of xerces 2.0.0 -->
> > <runtime>
> > <library name="xmlParserAPIs.jar">
> > <export name="*" />
> > <packages prefixes="javax.xml,org.w3c.dom,org.xml.sax" />
> > </library>
> > <library name="xercesImpl.jar">
> > <export name="*" />
> > <packages prefixes="org.apache,org.w3c.dom" />
> > </library>
> > </runtime>
> > </plugin>



> > Wassim Melhem wrote:

> > > Go to the Plug-in Development > Target Platform preference page, and make
> > > sure the xerces plug-in is explicitly checked.

> > > Wassim.


> > > Raster wrote:

> > > > I downloaded eclipse-SDK-3.0RC3-win32 and used it.
> > > > I have one issue with it.
> > > > It does not have the plugin - org.apache.xerces_4.0.13 unlike the
release
> > > > M7
> > > > So I borrowed this plugin from M7 and put it here in the plugins
> directory.
> > > > When I run eclipse and do a help>about>plugin-details the plugin shows
up
> > > > in the list.
> > > > It however does not show up in the view window>show view>plugins

> > > > I guess because of that when I do a run as runtime-work-bench it does
not
> > > > appear in the help>about>plugin-details of the runtime-work-bench.

> > > > Got any soluttion?
Previous Topic:[RCP] PDE Export Issues
Next Topic:CVS: problems checking out project
Goto Forum:
  


Current Time: Fri May 09 01:25:43 EDT 2025

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

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

Back to the top