Tue, 24 Feb 2004 17:43:06 +0000Merging experiment shows possible ordering problem in manager. BLD200402241900
pkuzel@netbeans.org [Tue, 24 Feb 2004 17:43:06 +0000] rev 4208
Merging experiment shows possible ordering problem in manager.

Tue, 24 Feb 2004 17:26:57 +0000Set itself as interrupted when the sub-command was interrupted.
mentlicher@netbeans.org [Tue, 24 Feb 2004 17:26:57 +0000] rev 4207
Set itself as interrupted when the sub-command was interrupted.
This is a fix of issue #40202.

Tue, 24 Feb 2004 17:25:51 +0000Re-interrupt the current thread after the output tasks are finished.
mentlicher@netbeans.org [Tue, 24 Feb 2004 17:25:51 +0000] rev 4206
Re-interrupt the current thread after the output tasks are finished.
The interrupt state is cleared by the waiting.
This is a part of fix of issue #40202.

Tue, 24 Feb 2004 17:23:25 +0000Provide the real exit status of the command. This is necessary in order to
mentlicher@netbeans.org [Tue, 24 Feb 2004 17:23:25 +0000] rev 4205
Provide the real exit status of the command. This is necessary in order to
recognize the interrupted state.
This is a part of fix of issue #40202.

Tue, 24 Feb 2004 17:16:56 +0000Provide also "Interrupted" status in case the command was interrupted.
mentlicher@netbeans.org [Tue, 24 Feb 2004 17:16:56 +0000] rev 4204
Provide also "Interrupted" status in case the command was interrupted.
This is a part of fix of issue #40202.

Tue, 24 Feb 2004 17:13:40 +0000Static method "interrupted()" called directly on Thread instead of Thread.currentThread()
mentlicher@netbeans.org [Tue, 24 Feb 2004 17:13:40 +0000] rev 4203
Static method "interrupted()" called directly on Thread instead of Thread.currentThread()
for simplicity.

Tue, 24 Feb 2004 10:44:22 +0000Trond already optimized.
pkuzel@netbeans.org [Tue, 24 Feb 2004 10:44:22 +0000] rev 4202
Trond already optimized.

Mon, 23 Feb 2004 23:19:00 +0000upgrade to tomcat 5.0.19
pbuzek@netbeans.org [Mon, 23 Feb 2004 23:19:00 +0000] rev 4201
upgrade to tomcat 5.0.19

Mon, 23 Feb 2004 21:32:39 +0000Notify the existing visualizers with the task's exit status after the task finish.
mentlicher@netbeans.org [Mon, 23 Feb 2004 21:32:39 +0000] rev 4200
Notify the existing visualizers with the task's exit status after the task finish.
The notification is moved from UserCommandSupport to UserCommandTask.
This is a fix of issue #40202.

Mon, 23 Feb 2004 21:28:45 +0000Stop the progress bar just once and in any case.
mentlicher@netbeans.org [Mon, 23 Feb 2004 21:28:45 +0000] rev 4199
Stop the progress bar just once and in any case.
This is a part of fix of issue #40202.