Bug 36870 - Separate the Ant UI from ExternalToolsUI
Summary: Separate the Ant UI from ExternalToolsUI
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: 3.0 M1   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 24129
  Show dependency tree
 
Reported: 2003-04-24 17:41 EDT by Darin Swanson CLA
Modified: 2003-05-29 21:42 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 Darin Swanson CLA 2003-04-24 17:41:45 EDT
The Ant UI code base is to be separated out from the External Tools UI code 
base.

We will make use of the existing org.eclipse.ant.ui plugin.
Comment 1 Darin Swanson CLA 2003-04-28 22:57:56 EDT
Separation complete, Houston.
Should be included in I20030429
Tried to cleanup / remove icons as needed
Updated buildfiles etc
Comment 2 Darin Swanson CLA 2003-04-28 22:58:20 EDT
Please verify Jared.
Comment 3 Jared Burns CLA 2003-04-29 11:21:01 EDT
When I tried to launch an existing Ant launch config, an error dialog opened:
Title: Failure of Background Ant Build
Message: Unable to instantiate logger: 
org.eclipse.ant.ui.internal.antsupport.logger.AntProcessBuildLogger
Comment 4 Darin Swanson CLA 2003-04-29 11:23:12 EDT
Did you build the antsupport.jar using the buildExtraJAR.xml buildfile of the 
org.eclipse.ant.ui project?

My plan here is for all of us to have an external tool builder that will 
rebuild this JAR when the component files change.
Comment 5 Darin Swanson CLA 2003-04-29 11:23:46 EDT
That should be antrunner.jar.
Comment 6 Jared Burns CLA 2003-04-29 11:36:57 EDT
Oh, you actually wanted me to *try* to make it work? :) My bad.
Comment 7 Jared Burns CLA 2003-04-29 11:50:57 EDT
Basic sniff test works fine. I'll open separate bug reports if any issues
come up.
Comment 8 Jared Burns CLA 2003-04-29 11:51:15 EDT
Verified.