Wed, 15 Jun 2005 12:51:22 +0000Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization. BETA_UC_090605
jskrivanek@netbeans.org [Wed, 15 Jun 2005 12:51:22 +0000] rev 33
Targets at test/build.xml should not be overriden (it breaks binary tests distribution). Rather use build-unit.xml for customization.

Tue, 14 Jun 2005 15:18:54 +0000Message "Exception occurred in Request Processor" in log files was generally just noise; removing.
jglick@netbeans.org [Tue, 14 Jun 2005 15:18:54 +0000] rev 32
Message "Exception occurred in Request Processor" in log files was generally just noise; removing.

Tue, 14 Jun 2005 15:17:45 +0000Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
jglick@netbeans.org [Tue, 14 Jun 2005 15:17:45 +0000] rev 31
Speeding up nb.org module scanning a bit - profiler revealed that a lot of time was wasted calling
DocumentBuilderFactory.newDocumentBuilder() repeatedly, and that is a relatively expensive operation. It can
often be cached (within one thread), so do so.

Sun, 12 Jun 2005 15:44:26 +0000#58941: The array passed to setLookups was thought as not modifiable and if someone modified it and setLookups once again things were obviously broken. Making clone of the array in setLookups and also creating clone in getLookups. Testing both cases. version-2-3-29
jtulach@netbeans.org [Sun, 12 Jun 2005 15:44:26 +0000] rev 30
#58941: The array passed to setLookups was thought as not modifiable and if someone modified it and setLookups once again things were obviously broken. Making clone of the array in setLookups and also creating clone in getLookups. Testing both cases.

Fri, 10 Jun 2005 16:14:59 +0000#33467: RP.Task.cancel does Thread.interrupt() and allowes the Runnables to check for interruptions or exit from blocked io operations
jtulach@netbeans.org [Fri, 10 Jun 2005 16:14:59 +0000] rev 29
#33467: RP.Task.cancel does Thread.interrupt() and allowes the Runnables to check for interruptions or exit from blocked io operations

Sat, 04 Jun 2005 05:10:39 +0000#58258: openide modularized into small jar files, core has minimal bootstrap ea5_au2 palette_client tomcat_customizer_before_merge
jtulach@netbeans.org [Sat, 04 Jun 2005 05:10:39 +0000] rev 28
#58258: openide modularized into small jar files, core has minimal bootstrap

Fri, 03 Jun 2005 01:07:03 +0000Javadoc improvements. oldcache version-2-3-28
jglick@netbeans.org [Fri, 03 Jun 2005 01:07:03 +0000] rev 27
Javadoc improvements.

Wed, 01 Jun 2005 17:41:57 +0000#59482: Javadoc.
jglick@netbeans.org [Wed, 01 Jun 2005 17:41:57 +0000] rev 26
#59482: Javadoc.

Wed, 01 Jun 2005 12:10:29 +0000It would be nicer if the framework supported prebuild scripts itself...
jtulach@netbeans.org [Wed, 01 Jun 2005 12:10:29 +0000] rev 25
It would be nicer if the framework supported prebuild scripts itself...

Fri, 27 May 2005 23:01:04 +0000Fixing typo. split_ejbjarproject_base
jglick@netbeans.org [Fri, 27 May 2005 23:01:04 +0000] rev 24
Fixing typo.