Tue, 08 Feb 2005 14:14:34 +0000The mergeOutputStreams property added to VcsCommand. When running on JDK 1.5 and newer, ProcessBuilder is used, which can merge the error stream into the standard output stream. When running on JDK 1.4 this property has no effect.This is a fix of issue #35999. BLD200502081900
mentlicher@netbeans.org [Tue, 08 Feb 2005 14:14:34 +0000] rev 5784
The mergeOutputStreams property added to VcsCommand. When running on JDK 1.5 and newer, ProcessBuilder is used, which can merge the error stream into the standard output stream. When running on JDK 1.4 this property has no effect.This is a fix of issue #35999.

Tue, 08 Feb 2005 13:37:20 +0000Javadoc slightly improved.
mentlicher@netbeans.org [Tue, 08 Feb 2005 13:37:20 +0000] rev 5783
Javadoc slightly improved.

Mon, 07 Feb 2005 17:32:10 +0000Keep the merged status even when "M" comes later. BLD200502071900
mentlicher@netbeans.org [Mon, 07 Feb 2005 17:32:10 +0000] rev 5782
Keep the merged status even when "M" comes later.
This is a fix of issue #52267.

Mon, 07 Feb 2005 17:06:16 +0000Fix for 54606 (Disable import EJB module without configuration files folder)
madamek@netbeans.org [Mon, 07 Feb 2005 17:06:16 +0000] rev 5781
Fix for 54606 (Disable import EJB module without configuration files folder)

Mon, 07 Feb 2005 15:48:16 +0000Propagate the error messages of sub-commands to the error output.
mentlicher@netbeans.org [Mon, 07 Feb 2005 15:48:16 +0000] rev 5780
Propagate the error messages of sub-commands to the error output.
This is a part of the fix of issue #53363.

Mon, 07 Feb 2005 15:24:56 +0000Propagate the error messages of sub-commands to the error output.
mentlicher@netbeans.org [Mon, 07 Feb 2005 15:24:56 +0000] rev 5779
Propagate the error messages of sub-commands to the error output.
This is a part of the fix of issue #53363.

Mon, 07 Feb 2005 14:34:31 +0000Added a quotation parameter to arrayToQuotedString() method.
mentlicher@netbeans.org [Mon, 07 Feb 2005 14:34:31 +0000] rev 5778
Added a quotation parameter to arrayToQuotedString() method.
This is a fix of issue #50715.

Mon, 07 Feb 2005 14:33:21 +0000NPE eliminated.
pkuzel@netbeans.org [Mon, 07 Feb 2005 14:33:21 +0000] rev 5777
NPE eliminated.

Mon, 07 Feb 2005 13:35:16 +0000The execution strings of all commands are rewritten to use a specialized
mentlicher@netbeans.org [Mon, 07 Feb 2005 13:35:16 +0000] rev 5776
The execution strings of all commands are rewritten to use a specialized
SSCommand. Distinction between WINNT and WIN9x is not necessary,
the commands are not executed in a shell.
The SSCommand takes care about password prompts.
This is a fix of issue #51916.

Mon, 07 Feb 2005 13:30:36 +0000-d global option must be used for some commands.
mentlicher@netbeans.org [Mon, 07 Feb 2005 13:30:36 +0000] rev 5775
-d global option must be used for some commands.
This is a fix of issue #54625.