Re: Ant decomment task problem

2006-11-06 Thread Venkatesh Babu
Hello Peter, Thanks for your suggestion The works for me Regards, Venkatesh - Original Message From: Peter Reilly <[EMAIL PROTECTED]> To: Ant Users List Sent: Monday, November 6, 2006 10:44:52 PM Subject: Re: Ant decomment task problem On 11/6/06, Shatzer, Larry &

Re: Ant decomment task problem

2006-11-06 Thread Peter Reilly
t does take into account strings. Peter > -Original Message- > From: Venkatesh Babu [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 5:17 AM > To: user@ant.apache.org > Subject: Ant decomment task problem > > > Hello All, > > I&#x

RE: Ant decomment task problem

2006-11-06 Thread Shatzer, Larry
there are quoted comment symbols. Never overwrite your original source code without making a backup first! > -Original Message- > From: Venkatesh Babu [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 5:17 AM > To: user@ant.apache.org > Subject: Ant decomment task p

Ant decomment task problem

2006-11-06 Thread Venkatesh Babu
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 removi