History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12657
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ant integration: improve logic of Execute On / Run/Debug flag in Ant build window

Created: 17 Dec 06 18:15   Updated: 16 Oct 07 00:11
Component/s: Ant Integration
Fix Version/s: Diana Final

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,602


 Description  « Hide
There are 2 ways in UI to execute some target before Run/Debug session. The first way is to make all necessary settings in Run configuration dialog. The second is to set flag Execute On on target in Ant build window AND set the flag Execute Ant Task in Run configuration dialog. It looks so:
1. Get any run configuration.
2. Add ant project to Ant Build window.
3. Set Execute Before Run/Debug on some target in this window.
Run your configuration. See that ant target is not executed.
4. Go to Run configurations. See that flag Execute Ant Task is OFF. Set it ON.
Run your configuration. Now ant runs.

Why users have to perform step 4? Probably it can be done automatically.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 17 Dec 06 18:17
The same on setting flag OFF in Ant build window. Target name is removed from Run configuration, but flag to execute target keeps ON. What for?