but then the if/unless wouldn't work, and thats probably half the point of
why he's using unset properties?
("" != null)d. -----Original Message----- From: Matt Benson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:42 AM To: Ant Users List Subject: Re: Empty properties It should work if you explicitly set it to "" first. -Matt --- Kyrre Lugg <[EMAIL PROTECTED]> wrote: > Is it possible to make ant not to use the property > name of unset > properties, so that > > <echo>${myunsetproperty}</echo> > > does not print > > [echo]${myunsetproperty} > > We'd prefer it to be empty instead... > > Kyrre Lugg > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
