Tue, 25 Jan 2005 18:10:31 +0000Use the validateComponents() method on VariableInputDialog rather then validating the descriptor. BLD200501251900
mentlicher@netbeans.org [Tue, 25 Jan 2005 18:10:31 +0000] rev 5685
Use the validateComponents() method on VariableInputDialog rather then validating the descriptor.
The validateComponents() takes just enabled components into account.

Tue, 25 Jan 2005 18:08:36 +0000public validateComponents() method added, that validates just enabled components.
mentlicher@netbeans.org [Tue, 25 Jan 2005 18:08:36 +0000] rev 5684
public validateComponents() method added, that validates just enabled components.

Tue, 25 Jan 2005 17:49:21 +0000Added timeout to the validating process to prevent deadlocks.
mentlicher@netbeans.org [Tue, 25 Jan 2005 17:49:21 +0000] rev 5683
Added timeout to the validating process to prevent deadlocks.
Also more detailed description of the problem is made.
Fix of issue #53977.

Tue, 25 Jan 2005 14:06:19 +0000It's not necessary for escapeSpecialHTMLCharacters() method to be public,
mentlicher@netbeans.org [Tue, 25 Jan 2005 14:06:19 +0000] rev 5682
It's not necessary for escapeSpecialHTMLCharacters() method to be public,
XMLUtil is used for XMLs instead.

Tue, 25 Jan 2005 13:59:48 +0000Assure that the illegal characters are escaped everywhere.
mentlicher@netbeans.org [Tue, 25 Jan 2005 13:59:48 +0000] rev 5681
Assure that the illegal characters are escaped everywhere.
XMLUtil is used instead of StatusFormat.escapeSpecialHTMLCharacters().
Issue #53943.

Tue, 25 Jan 2005 13:35:05 +0000NPE in OpenSourceCookie.open() fixed
dprusa@netbeans.org [Tue, 25 Jan 2005 13:35:05 +0000] rev 5680
NPE in OpenSourceCookie.open() fixed

Tue, 25 Jan 2005 13:23:07 +0000Do not use DOM when storing the XML profile.
mentlicher@netbeans.org [Tue, 25 Jan 2005 13:23:07 +0000] rev 5679
Do not use DOM when storing the XML profile.
ProfileWriter introduced to store the profile as a plain text.
Issue #53943.

Tue, 25 Jan 2005 13:06:43 +0000The construction of conditioned commands corrected. Also a warning added when something goes wrong.
mentlicher@netbeans.org [Tue, 25 Jan 2005 13:06:43 +0000] rev 5678
The construction of conditioned commands corrected. Also a warning added when something goes wrong.
This is a fix of issue #53281.

Tue, 25 Jan 2005 09:46:04 +0000#53924 Predefined build.package properties used in build scripts.
pkuzel@netbeans.org [Tue, 25 Jan 2005 09:46:04 +0000] rev 5677
#53924 Predefined build.package properties used in build scripts.

Mon, 24 Jan 2005 20:52:51 +0000Close process streams.
pkuzel@netbeans.org [Mon, 24 Jan 2005 20:52:51 +0000] rev 5676
Close process streams.