sage-
From: Lee, Michael.M [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 10:26 AM
To: 'Ant Users List'
Subject: RE: Removing whitespace in the code
how about doing this command for the all files and sub directories? and put
the outp
s List'
Subject: RE: Removing whitespace in the code
I was trying to run this command.
perl -p0e 'y/ //s' dst_file.html
but i'm getting this error now.
can't find string terminator "'" anywhere before EOF at -e
I believe if you compile with the optimize flag on, it will remove this for
you.
d.
-Original Message-
From: Lee, Michael.M [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 2:41 PM
To: '[EMAIL PROTECTED]'
Subject: Removing whitespace in the code
Hello, all.
When I
Hello, all.
When I write code, I like to put indentations on every line so it's easy to
read ( i think everyone does). However, when i package the code, the
whitespace used for indentation takes up to 30-40 percent of the file size!
So i would like to get rid of all the white space before i buil