Bug 139890 - [scripts] Organize Imports Ant Task
Summary: [scripts] Organize Imports Ant Task
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-03 04:27 EDT by Daniel Hirscher CLA
Modified: 2006-06-09 10:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hirscher CLA 2006-05-03 04:27:37 EDT
Provide the organize imports action as ant task.
This can be included into a code cleaning process or as custom target in the pde build process.
Comment 1 Jerome Lanneluc CLA 2006-05-03 04:34:43 EDT
Organize import is done at the UI level.

Moving to JDT UI
Comment 2 Martin Aeschlimann CLA 2006-05-08 11:28:32 EDT
I think only org.eclipse.ant.ui could offer this as jdt.ui doen't prerequisite this plugin.
Comment 3 Darin Swanson CLA 2006-05-08 11:34:58 EDT
The Ant plugins do not provide custom Ant tasks for functionality for other plugins.
We provide the means for these plugins to create and registers these tasks.

JDT UI would need only to pre-req Ant core and create and register the Ant task.
JDT Core does something similar to this for the compiler support from within Ant.