Wed, 22 Sep 2004 11:30:16 +0000Fixed issue #47157. Renamed monitor.jar and httpmonitor.jar to follow netbeans naming conventions. management_api_removal_base
sherold@netbeans.org [Wed, 22 Sep 2004 11:30:16 +0000] rev 5266
Fixed issue #47157. Renamed monitor.jar and httpmonitor.jar to follow netbeans naming conventions.

Wed, 22 Sep 2004 08:58:06 +0000handling cases when s2b is throwing RuntimeException (not able to generate bean graph). Resolving #49329
mkuchtiak@netbeans.org [Wed, 22 Sep 2004 08:58:06 +0000] rev 5265
handling cases when s2b is throwing RuntimeException (not able to generate bean graph). Resolving #49329

Tue, 21 Sep 2004 17:35:40 +0000Unset the virtual data loader as soon as the file is written on disk. BLD200409211800
mentlicher@netbeans.org [Tue, 21 Sep 2004 17:35:40 +0000] rev 5264
Unset the virtual data loader as soon as the file is written on disk.
This is a fix necessary for issue #48908.

Tue, 21 Sep 2004 17:29:13 +0000The fix of issue #42378 is reverted, now there should be no problems with changing work dir.
mentlicher@netbeans.org [Tue, 21 Sep 2004 17:29:13 +0000] rev 5263
The fix of issue #42378 is reverted, now there should be no problems with changing work dir.
This is a fix of issue #46893.

Tue, 21 Sep 2004 16:56:24 +0000Added VetoableChangeListener to FSInfo. When the root is going to be changed,
mentlicher@netbeans.org [Tue, 21 Sep 2004 16:56:24 +0000] rev 5262
Added VetoableChangeListener to FSInfo. When the root is going to be changed,
the filesystem is unmounted, and later mounted on the new mountpoint.
This change is necessary so that we can allow work dir change (see issue #46893).

Tue, 21 Sep 2004 12:12:29 +0000- New actions: Collapse All, Clear Percent Complete
lebedkov@netbeans.org [Tue, 21 Sep 2004 12:12:29 +0000] rev 5261
- New actions: Collapse All, Clear Percent Complete
- Mark running task

Tue, 21 Sep 2004 12:04:49 +0000Return a zero date when the file does not exist.
mentlicher@netbeans.org [Tue, 21 Sep 2004 12:04:49 +0000] rev 5260
Return a zero date when the file does not exist.
This is a fix of issue #49284.

Tue, 21 Sep 2004 09:47:02 +0000Always close used streams.
pkuzel@netbeans.org [Tue, 21 Sep 2004 09:47:02 +0000] rev 5259
Always close used streams.

Tue, 21 Sep 2004 09:10:34 +0000Small changes in formating to allow faster parsing with custom parser
rkubacki@netbeans.org [Tue, 21 Sep 2004 09:10:34 +0000] rev 5258
Small changes in formating to allow faster parsing with custom parser

Mon, 20 Sep 2004 15:50:17 +0000Can not put a null value into Hashtable. BLD200409201800
mentlicher@netbeans.org [Mon, 20 Sep 2004 15:50:17 +0000] rev 5257
Can not put a null value into Hashtable.
A further fix of issue #49281.