Thu, 26 Sep 2002 19:03:58 +0000The refreshing changed a little. BLD200209270100
mentlicher@netbeans.org [Thu, 26 Sep 2002 19:03:58 +0000] rev 2616
The refreshing changed a little.
The refresh process is always created, becuase it's needed by the post-delete refresting.
It's not necessary to throw the old process away and create a new one, there is a setter for the refresh time.
If the refresh time is zero, the refresh time is set to Integer.MAX_VALUE so that the task is still active for preferred refreshes.
This is a fix of issue #27589.

Thu, 26 Sep 2002 18:34:14 +0000Added constructors with FileSystemCapability (upon request from QA for tests).
mentlicher@netbeans.org [Thu, 26 Sep 2002 18:34:14 +0000] rev 2615
Added constructors with FileSystemCapability (upon request from QA for tests).

Thu, 26 Sep 2002 15:38:45 +0000Workaround for having test suites in correct order.
jkovalsky@netbeans.org [Thu, 26 Sep 2002 15:38:45 +0000] rev 2614
Workaround for having test suites in correct order.

Thu, 26 Sep 2002 15:36:23 +0000Initial revision of whole validation test suite assuring correct order of tests.
jkovalsky@netbeans.org [Thu, 26 Sep 2002 15:36:23 +0000] rev 2613
Initial revision of whole validation test suite assuring correct order of tests.

Thu, 26 Sep 2002 14:56:12 +0000Setting full path for java process for OpenORB environment
dkaspar@netbeans.org [Thu, 26 Sep 2002 14:56:12 +0000] rev 2612
Setting full path for java process for OpenORB environment

Thu, 26 Sep 2002 12:50:20 +0000Stabilization of testCW_RevertChanges test case
dkaspar@netbeans.org [Thu, 26 Sep 2002 12:50:20 +0000] rev 2611
Stabilization of testCW_RevertChanges test case

Thu, 26 Sep 2002 12:05:35 +0000Added JellyOverall test suite
dkaspar@netbeans.org [Thu, 26 Sep 2002 12:05:35 +0000] rev 2610
Added JellyOverall test suite

Thu, 26 Sep 2002 12:02:14 +0000Changed default value of xtest.attribs property
dkaspar@netbeans.org [Thu, 26 Sep 2002 12:02:14 +0000] rev 2609
Changed default value of xtest.attribs property

Thu, 26 Sep 2002 11:50:36 +0000Make use of org.openide.util.Utilities.ACTIVE_REFERENCE_QUEUE.
mentlicher@netbeans.org [Thu, 26 Sep 2002 11:50:36 +0000] rev 2608
Make use of org.openide.util.Utilities.ACTIVE_REFERENCE_QUEUE.
One running RequestProcessor can be removed due to the use of this shared queue.
This is a fix of issue #27239.

Thu, 26 Sep 2002 07:59:48 +0000Made the processed files not contain the final slash if ${FILE} is null.
mentlicher@netbeans.org [Thu, 26 Sep 2002 07:59:48 +0000] rev 2607
Made the processed files not contain the final slash if ${FILE} is null.
This is a fix of issue #27583.