Bug 139890

Summary: [scripts] Organize Imports Ant Task
Product: [Eclipse Project] JDT Reporter: Daniel Hirscher <devel>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: Darin_Swanson
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.