This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 14590 - ALL: Possibility to chain commands is missing.
Summary: ALL: Possibility to chain commands is missing.
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks: 14902
  Show dependency tree
 
Reported: 2001-08-20 16:15 UTC by Jiri Kovalsky
Modified: 2003-07-01 13:03 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2001-08-20 16:15:15 UTC
Development build of NetBeans 3.3 #200108200100 on Windows 2000 with JDK 1.3.1

Description:
============
I miss a possibility to chain commands in profiles. I mean some property like:
"Issue this command when succeeds." where user could specify only ONE command 
that would be executed if current command finishes successfully. "Processed 
Files" property of second command would contain the same value in order to save 
user selecting the same group of file(s) and invokation of command. If this fea-
ture would be used for certain command then in its dialog would appear checkbox 
informing user about follow-up execution and it could be turned off.
Typical example is adding new files followed by commiting them. "Add" dialog 
would contain check box: "Issue 'Commit" when this command succeeds."
Comment 1 Martin Entlicher 2001-09-25 17:07:39 UTC
Will have to implement this enhancement, since it blocks issue #14902.
Two more properties will be added to each command:
- list of command names, that will be executed when the
commands         succeeds,
- list of command names, that will be executed when the command fails.
These lists will be expanded with the command's variables, so that it
can be decided by the command (or set in it's variable input
descriptor) which command names will be used.
Comment 2 Martin Entlicher 2001-09-25 18:47:39 UTC
Fixed in build 09/26. The usage of this in the ADD command is not
defined, since we're after UI freeze now. Refer to the issue #14897
for this.
Comment 3 Jiri Kovalsky 2001-11-01 09:15:30 UTC
Thank you very much, Martin. This is what I really missed. Verified in
development build of NetBeans 3.3 #200111010100.
Comment 4 Quality Engineering 2003-07-01 13:03:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.