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 &
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
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
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