----- Original Message -----
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 23:13
Subject: Re: cvs commit:
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional
EchoProperties.java


> On Fri, 22 Feb 2002, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> > this doesnt throw no exceptions when the write fails; guess this
> > will be something we have to live with
>
> Yes, at least for the time being.
>
> As <echoproperties> is an optional task, we could let it require jdk
> 1.2+, but is the potential exception in a not so likely use case
> really worth locking out some poor users? 8-)
>

or mod it to use reflection; pick the right method based on java version.
that'd be best and not too hard in this particular task.


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

Reply via email to