Hello All, I'm using the decomment task, to decomment my JavaScript files. There seems to be problem in that: it is removing // characters present inside strings. For ex: I have a function where I'm constructing URL: function f1() { var url = "http://" ....; } the decomment task is removing the // present after "http:" string! Can anybody tell me about how to overcome this problem. Thank you, Venkatesh --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org