Bug 294362 - Scripting Infrastructure
Summary: Scripting Infrastructure
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 13:16 EST by Ken Ryall CLA
Modified: 2020-09-04 15:24 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Ryall CLA 2009-11-05 13:16:22 EST
As a developer or systems integrator I would like to be able to automate CDT features using scripts running outside of Eclipse.

The org.eclipse.cdt.scripting plug-in provides a model for doing this: a http servlet with a json/rpc interface to classes in other plug-ins that implement the commands. This plug-in has an extension point to let other contribute scripting commands without plug-in activation.