Sun, 05 Oct 2003 14:36:50 +0000- build error fixed. BLD200310060100
lebedkov@netbeans.org [Sun, 05 Oct 2003 14:36:50 +0000] rev 3558
- build error fixed.
- An error in "Choose columns" dialog in compiler fixed
- unnecessary files under tasklist/compiler/treetable removed

Sat, 04 Oct 2003 17:38:05 +0000Compiler uses now TreeTable (not fully functional yet)
lebedkov@netbeans.org [Sat, 04 Oct 2003 17:38:05 +0000] rev 3557
Compiler uses now TreeTable (not fully functional yet)

Wed, 01 Oct 2003 13:37:22 +0000One more fix. Files are not [Local] on Unix systems using Empty profile. BLD200310030100
jkovalsky@netbeans.org [Wed, 01 Oct 2003 13:37:22 +0000] rev 3556
One more fix. Files are not [Local] on Unix systems using Empty profile.

Wed, 01 Oct 2003 12:07:27 +0000again add a11y.jar, make magic changes to prohibit logging during building BLD200310070100
mmirilovic@netbeans.org [Wed, 01 Oct 2003 12:07:27 +0000] rev 3555
again add a11y.jar, make magic changes to prohibit logging during building

Wed, 01 Oct 2003 11:17:46 +0000Synchronize the access to the default group file.
mentlicher@netbeans.org [Wed, 01 Oct 2003 11:17:46 +0000] rev 3554
Synchronize the access to the default group file.
Also release the lock after the writing is finished.
This is a fix of issue #36367.

Wed, 01 Oct 2003 07:59:00 +0000Stabilization improvements, updates necessary after certain UI changes, usage of new property sheets.
jkovalsky@netbeans.org [Wed, 01 Oct 2003 07:59:00 +0000] rev 3553
Stabilization improvements, updates necessary after certain UI changes, usage of new property sheets.

Tue, 30 Sep 2003 10:36:52 +0000Workaround for issue #32466 "jemmy eats some EVENTs (espec. HierarchyEvent)" removed. BLD200310010100
jkovalsky@netbeans.org [Tue, 30 Sep 2003 10:36:52 +0000] rev 3552
Workaround for issue #32466 "jemmy eats some EVENTs (espec. HierarchyEvent)" removed.

Tue, 30 Sep 2003 10:31:15 +0000Stabilization fixes and tests rewritten to use new property sheets.
jkovalsky@netbeans.org [Tue, 30 Sep 2003 10:31:15 +0000] rev 3551
Stabilization fixes and tests rewritten to use new property sheets.

Tue, 30 Sep 2003 09:26:39 +0000Prevent a NPE when versioning file system is not present.
mentlicher@netbeans.org [Tue, 30 Sep 2003 09:26:39 +0000] rev 3550
Prevent a NPE when versioning file system is not present.
This is a fix of issue #36341.

Thu, 25 Sep 2003 15:22:30 +0000After we lock the objects we save all possibly modified objects again after we lock the files. BLD200309300100
mentlicher@netbeans.org [Thu, 25 Sep 2003 15:22:30 +0000] rev 3549
After we lock the objects we save all possibly modified objects again after we lock the files.
This assures, that no modification can be done in between.
This is hopefully the final fix to issue #36113.
IOException annotation was reverted in VcsFIleSystem, because the annotation
does not assure that the localized message will be written (see issue #9069).