History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3091
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Zhuravlev
Reporter: Chris Shepperd
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Call Ant Task from another Plugin

Created: 19 Jun 05 07:09   Updated: 20 Jun 05 20:00
Component/s: Plugin Support. API
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 1,178


 Description  « Hide
It would be nice to be able to kick of an Ant task from within another plugin, so as to manipulate properties within a plugin before kicking off the build.

 All   Comments   Work Log   Change History      Sort Order:
Maxim Shafirov - 19 Jun 05 20:54
I'm not sure I understood the request correctly. Is that true you're asking for an OpenAPI to be able to launch ant tasks plus notification about make/compile is going to start?

Chris Shepperd - 20 Jun 05 17:54
Yes. I have a need for a plugin to create some config/property files based on what they select (this I'm working on currently), after which I want an API to kick off an Ant build within IntelliJ's Messages tab as if the user kicked off an Ant Task themselves (this is what I am requesting). Currently I can build a plugin for managing the config info, but would have to create my own Messages window within the plugin for Ant output since I have no API to call IntelliJ's Ant task.