Bug 26750 - "Run with..." dialog for AntView
Summary: "Run with..." dialog for AntView
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-11-20 06:25 EST by Andrew Utkin CLA
Modified: 2003-01-29 16:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.