Sat, 20 Nov 2004 00:37:24 +0000BluePrint Solution Catalog moved to NetBeans. BLD200411211900
ludo@netbeans.org [Sat, 20 Nov 2004 00:37:24 +0000] rev 5421
BluePrint Solution Catalog moved to NetBeans.

Thu, 18 Nov 2004 17:19:31 +0000#51639: Classes compiled in NB3.6 were not recognized BLD200411181900
jbecicka@netbeans.org [Thu, 18 Nov 2004 17:19:31 +0000] rev 5420
#51639: Classes compiled in NB3.6 were not recognized

Thu, 18 Nov 2004 14:41:39 +0000Count with the possibility that checkout returns whole paths of processed files.
mentlicher@netbeans.org [Thu, 18 Nov 2004 14:41:39 +0000] rev 5419
Count with the possibility that checkout returns whole paths of processed files.
This is a fix of issue #51638.

Fri, 12 Nov 2004 18:23:21 +0000Fixing a long-standing deadlock (and necessary clean-up after the fix). BLD200411151900
jlahoda@netbeans.org [Fri, 12 Nov 2004 18:23:21 +0000] rev 5418
Fixing a long-standing deadlock (and necessary clean-up after the fix).
Fixing some other small bugs and other cleanup.

Fri, 12 Nov 2004 11:24:58 +0000Instead of "2<&1" there must be "2>&1" when redirecting the streams. turbo_sync7
mentlicher@netbeans.org [Fri, 12 Nov 2004 11:24:58 +0000] rev 5417
Instead of "2<&1" there must be "2>&1" when redirecting the streams.
Also, the "./" is cut in paths reported by update.
This is a fix of issue #51447.

Thu, 11 Nov 2004 12:58:07 +0000Check the length of paths array... turbo_sync6
mentlicher@netbeans.org [Thu, 11 Nov 2004 12:58:07 +0000] rev 5416
Check the length of paths array...
This is a fix of issue #51406.

Thu, 11 Nov 2004 11:09:58 +0000Define the localized message for "Mount" folder in Templates.
mentlicher@netbeans.org [Thu, 11 Nov 2004 11:09:58 +0000] rev 5415
Define the localized message for "Mount" folder in Templates.
This is a fix of part of issue #51348.

Thu, 11 Nov 2004 10:30:03 +0000Changed Specification-Version to 1.1.2 so that the nbm can be installed alongside previous versions.
benigan@netbeans.org [Thu, 11 Nov 2004 10:30:03 +0000] rev 5414
Changed Specification-Version to 1.1.2 so that the nbm can be installed alongside previous versions.

Wed, 10 Nov 2004 16:35:13 +0000Read the output from update also from the error output in order to get BLD200411101900
mentlicher@netbeans.org [Wed, 10 Nov 2004 16:35:13 +0000] rev 5413
Read the output from update also from the error output in order to get
the warning about merge conflicts.
However, this can be done only on systems other then Windows,
because Windows do not merge the streams correctly. We need to
read Entries to find out whether there is a conflict or not on Windows.
This is a fix of issue #51243.

Wed, 10 Nov 2004 16:30:31 +0000Intepret the conditions again when a new list of variables is set.
mentlicher@netbeans.org [Wed, 10 Nov 2004 16:30:31 +0000] rev 5412
Intepret the conditions again when a new list of variables is set.
This is necessary for the fix of issue #51243.