http://www.fekete.org/hB7yHVquHv.htm
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
Kris Range wrote:
Hi,
I posted this on another forum and they recommended I ask here. I have
some characters that I need to escape in my build.properties file
(like äåö). The only option I could find that was close to this was to
use escapeunicode so I tried using with
the node but that di
Original Message
Subject: Re: To set property on any build status
From: Pooja Ganapathi
To: user@ant.apache.org
Date: 09.04.2010 09:39
>
> Hey Gilbert,
>
> Thanks, that was a useful info on try\catch. I implemented it in my script,
> and it was good.
> However, when I tried t
Raja Nagendra Kumar wrote:
Hi,
Is it possible to define a property which takes only X,Y, Z values.. and
nothing more.. If any other thing is set for that property.. ant should give
the error.
Sort of Enums in Java.. so that any wrong setting would result in compiler
error.
Regards,
Nagendra
Hi,
Is it possible to define a property which takes only X,Y, Z values.. and
nothing more.. If any other thing is set for that property.. ant should give
the error.
Sort of Enums in Java.. so that any wrong setting would result in compiler
error.
Regards,
Nagendra
--
View this message in c
Hey Gilbert,
Thanks, that was a useful info on try\catch. I implemented it in my script,
and it was good.
However, when I tried to catch any exception, it didn't do that well.
basically, I have a main target, which does couple of tasks -this I have put
under try and have set exception message to