Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Plugin.xml changes not recognized
Plugin.xml changes not recognized [message #106578] Thu, 17 June 2004 10:14
Eclipse UserFriend
Originally posted by: ramanand_mandayam.yahoo.com

Hello

I am trying a simple experiment wherein I am trying to get the managed
build to use the gcc compiler as the tool for compiling files with a ".s"
extension. I tried modifying the GNU compiler extension by setting
the value of the sources attribute to "c,s" from the original "c".
I then rebuilt and regenerated the jar file for that plugin and
named it identically as the original jar file "mgdbuildui.jar".
I copied over this newly generated jar file and the updated plugin.xml
file to the "plugins" folder under my eclipse installation.

When I launch eclipse I am expecting it to read the new plugin.xml
and take it from there. When I look at the plugin-registry however,
the extension still shows the value of the sources attribute as "c".
No matter what I do I am unable to get Eclipse/CDT to see the value "c,s".

To make matters worse, this seems to work fine when I am using
Run -> Run as runtime workbench. Therefore I am not sure how to even
proceed ahead with the debug.

I am using Eclipse 3.0RC2 and CDT SDK 2.0M9 (0529).

Thanks for any help...

Cheers

Ramanand
Previous Topic:Eclipse debugger implements an external debugger
Next Topic:How to use the CppUnit feature?
Goto Forum:
  


Current Time: Thu Jul 24 15:42:21 EDT 2025

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

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

Back to the top