[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ant-user
Subject:    RE: Removing whitespace in the code
From:       Alexey Solofnenko <A.Solofnenko () mdl ! com>
Date:       2003-02-27 16:26:01
[Download RAW message or body]

You can use "s/^[ \t]+//sm". But this task should be up to <replaceregexp>.

- Alexey.

--
{ http://trelony.cjb.net/   } Alexey N. Solofnenko
Pleasant Hill, CA (GMT-8 usually)

-----Original Message-----
From: Lee, Michael.M [mailto:Michael.M.Lee@westgroup.com] 
Sent: Thursday, February 27, 2003 7:41 AM
To: 'Ant Users List'
Subject: RE: Removing whitespace in the code


The code below was very good at compacting the html files.  but when i tried
to compact js or jsp files, it was having a problem.  So i was trying to get
rid of the whitespace on the left side only.
this is what i used.


<apply executable="perl" parallel="true">
  <arg value="-p0i.bak"/>
  <arg value="-e"/>
  <arg value="y/ //s"/>
  <srcfile/>
  <fileset dir="${working_folder}/webroot/jsp" includes="**/*.js"/>
</apply>
</target>

However, it only gets rid of space on the left side, but not tabs.  is there
any way to get rid of tabs too?

Thanks for your attention.

Michael.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic