Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Adding an XML Editor to a product
Adding an XML Editor to a product [message #332122] Mon, 06 October 2008 10:42 Go to next message
Richard Oliver Legendi is currently offline Richard Oliver LegendiFriend
Messages: 34
Registered: July 2009
Member
Dear List Members,

I'd like to add a simple XML & DTD editor to my product. I tried to add
WST to both my plugin & feature dependencies, but as soon as I add any
of the 'org.eclipse.wst.*' plugins/features to my dependency list, I
start getting a 'No application id has been found' error message...

I was trying to add the following plugins:
- org.eclipse.wst.xml.core
- org.eclipse.wst.xml.ui
- org.eclipse.wst.xml.ui.infopop

- org.eclipse.wst.dtd.core
- org.eclipse.wst.dtd.ui
- org.eclipse.wst.dtd.ui.infopop

The strange thing is that if I use the 'Synchronize' button in the
product descriptor, I get the error message mentioned above. However, if
I go to the product's run configuration, and I use the 'Add required
plugins' at the 'Plug-ins' tab, its working correctly (the product
starts and I can use the XML/DTD editors in the created projects).

I guess I'm not adding the required plug-ins to my configuration, but
ain't sure which ones to add. What am I doing wrong? Any suggestions?

I've also tried adding the 'org.eclipse.wst' feature to my product's
configuration, but that didn't help either (I have a feature based
configuration). Another strange thing is that when I add the mentioned
feature only to the product's configuration, I'm able to start my
product (although it doesn't have the XML/DTD editors I would like to have).

Sorry for asking but I'm facing this problems for 3 days now, and I
wasn't able to work out any solutions.

Thanks in advance,
Richard
Re: Adding an XML Editor to a product [message #332125 is a reply to message #332122] Mon, 06 October 2008 11:19 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33183
Registered: July 2009
Senior Member
Richard,

It sounds like a question best asked on the WTP newsgroup, which I've
added to the "to" list of the reply.


Richard Oliver Legendi wrote:
> Dear List Members,
>
> I'd like to add a simple XML & DTD editor to my product. I tried to
> add WST to both my plugin & feature dependencies, but as soon as I add
> any of the 'org.eclipse.wst.*' plugins/features to my dependency list,
> I start getting a 'No application id has been found' error message...
>
> I was trying to add the following plugins:
> - org.eclipse.wst.xml.core
> - org.eclipse.wst.xml.ui
> - org.eclipse.wst.xml.ui.infopop
>
> - org.eclipse.wst.dtd.core
> - org.eclipse.wst.dtd.ui
> - org.eclipse.wst.dtd.ui.infopop
>
> The strange thing is that if I use the 'Synchronize' button in the
> product descriptor, I get the error message mentioned above. However,
> if I go to the product's run configuration, and I use the 'Add
> required plugins' at the 'Plug-ins' tab, its working correctly (the
> product starts and I can use the XML/DTD editors in the created
> projects).
>
> I guess I'm not adding the required plug-ins to my configuration, but
> ain't sure which ones to add. What am I doing wrong? Any suggestions?
>
> I've also tried adding the 'org.eclipse.wst' feature to my product's
> configuration, but that didn't help either (I have a feature based
> configuration). Another strange thing is that when I add the mentioned
> feature only to the product's configuration, I'm able to start my
> product (although it doesn't have the XML/DTD editors I would like to
> have).
>
> Sorry for asking but I'm facing this problems for 3 days now, and I
> wasn't able to work out any solutions.
>
> Thanks in advance,
> Richard


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Adding an XML Editor to a product [message #332126 is a reply to message #332125] Mon, 06 October 2008 11:39 Go to previous messageGo to next message
Richard Oliver Legendi is currently offline Richard Oliver LegendiFriend
Messages: 34
Registered: July 2009
Member
Oh, great, thanks. I'm just keeping forgetting that there's that many
places to ask :-)

Richard

Ed Merks wrote:
> Richard,
>
> It sounds like a question best asked on the WTP newsgroup, which I've
> added to the "to" list of the reply.
Re: Adding an XML Editor to a product [message #332129 is a reply to message #332125] Mon, 06 October 2008 13:54 Go to previous message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

Ed Merks wrote:
> Richard,
>
> It sounds like a question best asked on the WTP newsgroup, which I've
> added to the "to" list of the reply.
>
>
> Richard Oliver Legendi wrote:
>> Dear List Members,
>>
>> I'd like to add a simple XML & DTD editor to my product. I tried to
>> add WST to both my plugin & feature dependencies, but as soon as I add
>> any of the 'org.eclipse.wst.*' plugins/features to my dependency list,
>> I start getting a 'No application id has been found' error message...
>>
>> I was trying to add the following plugins:
>> - org.eclipse.wst.xml.core
>> - org.eclipse.wst.xml.ui
>> - org.eclipse.wst.xml.ui.infopop
>>
>> - org.eclipse.wst.dtd.core
>> - org.eclipse.wst.dtd.ui
>> - org.eclipse.wst.dtd.ui.infopop
>>

You'll also need to add the org.wst.common and org.wst.sse plugin's as
well. Also the XML editor does require some plugins that are only in
the platform IDE, so you may need to include some additional platform
resources as well.
Previous Topic:Initialize plugin on activation
Next Topic:Auto-opening a DialogCellEditor
Goto Forum:
  


Current Time: Thu Jul 18 03:42:21 GMT 2024

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

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

Back to the top