I use the following task to delete hidden files.
However, there are many files needed to be removed. If I use
It won't delete hidden files ( but works for removing
file ext with txt )
What is the correct syntax to remove hidden files using ant tasks?
Thanks in advice,
--
How do I use shell script in ant? I try the following code, but it does not
work.
(echo "hi!";)
Though it return build successfully. But there is nothing echo on the
screen. What should I do if I want to run shell scri
I use ant script to load a file similar to build.properties. (its format
looks like 'key = value')
One of its value looks like key = 'value' (value surrounded with the single
quotes)
So I use filterchain to get rid of it, code snippet as follow: