RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j/sch eduler SchedulerTest.java

2004-04-28 Thread Ceki Gülcü
Yep, JDK 1.2 is the target platform.

The Timer class as found in 1.3 does not seem to support de-scheduling of 
events but that was a minor consideration.

At 12:54 AM 4/21/2004, you wrote:
It's unfortunate that we are targeting a minimum of JDK 1.2, as in 1.3 this
could all be done with the java.util.Timer and java.util.TimerTask...
Nice though, Ceki!  Good work.

Paul Smith
--
Ceki Gülcü
 For log4j documentation consider The complete log4j manual
 ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: cvs commit: logging-log4j/tests/src/java/org/apache/log4j/sch eduler SchedulerTest.java

2004-04-28 Thread Paul Smith
 The Timer class as found in 1.3 does not seem to support 
 de-scheduling of 
 events but that was a minor consideration.

Now that is a good point, and something I would think is required for the
Plugin uses etc.  Cool.

cheers,

Paul Smith

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]