Opa

2010-04-09 Thread Stylus Studio
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

Re: ANT build properties and escaping characters

2010-04-09 Thread Antoine Levy Lambert
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

Re: To set property on any build status

2010-04-09 Thread Gilbert Rebhan
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

Re: Enums Support

2010-04-09 Thread Antoine Levy Lambert
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

Enums Support

2010-04-09 Thread Raja Nagendra Kumar
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

RE: To set property on any build status

2010-04-09 Thread Pooja Ganapathi
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