Bug 26750

Summary: "Run with..." dialog for AntView
Product: [Eclipse Project] Platform Reporter: Andrew Utkin <cindrhc>
Component: AntAssignee: Jared Burns <jared_burns>
Status: VERIFIED FIXED QA Contact:
Severity: enhancement    
Priority: P2 Keywords: ui
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: All   
OS: All   
Whiteboard:

Description Andrew Utkin CLA 2002-11-20 06:25:30 EST
Using the AntView is the fastest way to run ant scripts for me. But some time 
i have to define some ant properties from "command line" (i.e. -Dparam=value) 
before run script. Now i have to spend a lot of time with Extrnal Tools to do 
it. So, I was very happy with old "Run Ant..." dialog. 
I think, it will be very useful for AntView to have the "Run with..." dialog, 
where i could enter addition parameters/properties.
Comment 1 Andrew Utkin CLA 2002-11-20 08:09:33 EST
"Prompt for arguments ..." checkbox is not suitable case. Because I don`t want 
to enter arguments every times i run script.
Comment 2 Darin Wright CLA 2002-11-26 10:43:28 EST
We need to address this issue.
Comment 3 Darin Wright CLA 2003-01-20 12:57:15 EST
plan is to have a "properties" action than opens the launch config for the 
selected build script, such that attributes can be set.
Comment 4 Darin Swanson CLA 2003-01-27 15:23:07 EST
EditLaunchConfigurationAction created and added to the context menu for the 
projects viewer.
Please verify (Jared).
Comment 5 Darin Swanson CLA 2003-01-27 15:26:04 EST
I also centralized the Properties image in the external tools images.
Comment 6 Jared Burns CLA 2003-01-29 16:32:45 EST
Verified the single-config case. Opened Bug 30547 for the case where more than
one configuration exists for a given file.