Mon, 17 Jun 2002 16:05:57 +0000Added a possibility to write files to process to the data output rather BLD200206180100
mentlicher@netbeans.org [Mon, 17 Jun 2002 16:05:57 +0000] rev 2332
Added a possibility to write files to process to the data output rather
than execute a command on them.
This is necessary to be able to fix issue #23833.

Mon, 17 Jun 2002 15:49:05 +0000Create a variable with true value of name
mentlicher@netbeans.org [Mon, 17 Jun 2002 15:49:05 +0000] rev 2331
Create a variable with true value of name
"FILE_EMPTY_OUTPUT_OF_<command_name><element_index>"
when the file, that contains output of a pre-command is empty.
This is necessary to be able to fix issue #23833 without
additional performance penalty for folders with no files.

Mon, 17 Jun 2002 15:26:15 +0000Set the default ignored files to ".#*" and "*~", when no command for
mentlicher@netbeans.org [Mon, 17 Jun 2002 15:26:15 +0000] rev 2330
Set the default ignored files to ".#*" and "*~", when no command for
creating ignored files is set.
This is a part of fix of issue #23833.

Mon, 17 Jun 2002 15:20:55 +0000Preprocess the pre-commands AFTER we prompt the user for variables.
mentlicher@netbeans.org [Mon, 17 Jun 2002 15:20:55 +0000] rev 2329
Preprocess the pre-commands AFTER we prompt the user for variables.
It's not necessary to proprocess the commands sooner.
This change is necessary to be able to fix issue #23833.

Fri, 14 Jun 2002 15:18:31 +0000Added .cvsignore file. Updated Copyright to 2002. Fixed classpath elements.
rbalada@netbeans.org [Fri, 14 Jun 2002 15:18:31 +0000] rev 2328
Added .cvsignore file. Updated Copyright to 2002. Fixed classpath elements.

Thu, 13 Jun 2002 14:06:24 +0000All interfaces are static. BLD200206170100
jbecicka@netbeans.org [Thu, 13 Jun 2002 14:06:24 +0000] rev 2327
All interfaces are static.

Thu, 13 Jun 2002 07:02:13 +0000probable fix for #24147. an additional check for validation of the dataobject added.
mkleint@netbeans.org [Thu, 13 Jun 2002 07:02:13 +0000] rev 2326
probable fix for #24147. an additional check for validation of the dataobject added.
Reduces the probabbility of the exception however is not bulletproof. It can still happen that while the verify command is running and user unmounts one of the filesystems, then in some cases the IllegalArgumentException will be thrown.

Wed, 12 Jun 2002 21:29:24 +0000updated copyrights, added missing help IDs.
pkeegan@netbeans.org [Wed, 12 Jun 2002 21:29:24 +0000] rev 2325
updated copyrights, added missing help IDs.

Wed, 12 Jun 2002 21:27:35 +0000Updating copyrights, adding missing map IDs.
pkeegan@netbeans.org [Wed, 12 Jun 2002 21:27:35 +0000] rev 2324
Updating copyrights, adding missing map IDs.

Tue, 11 Jun 2002 17:34:33 +0000Fix of a NPE, when the finished command was already removed or does not exist any more. QBE200206120100-BLD200206141345
mentlicher@netbeans.org [Tue, 11 Jun 2002 17:34:33 +0000] rev 2323
Fix of a NPE, when the finished command was already removed or does not exist any more.
The NPE was found while testing issue #24657.