On 16 October 2010 15:46, Mladen Turk <mt...@apache.org> wrote: > On 10/16/2010 04:37 PM, sebb wrote: >> >> On 16 October 2010 15:24, Mladen Turk<mt...@apache.org> wrote: >>> >>> On 10/16/2010 03:56 PM, sebb wrote: >>>>> >>>>> Those are all examples *you* made recently. >>>> >>>> I created some of the original code, but AFAICT you have added some >>>> fixes. >> >> Turns out that the non-1.3 code in samples is all in >> ProcrunService.logSystemEnvironment() which you added in r1000817. >> > > Right, that was added while fixing the DAEMON-100 > to track as much JVM data as possible. > Can be dropped since it's fixed now.
OK, in that case ProcrunService will still compile under Java 1.3. However, I've just discovered that SimpleApplication and SimpleDaemon use PrintStream(OutputStream, boolean, String) which is not available in 1.3. They could be made compatible by dropping the "US-ASCII" charset parameter. > > Regards > -- > ^TM > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org