Hi,
I have solved the problem by using a foreach task. So
everythings fine now. My next task is to rename all
the files that I have made tidy. I have to rename all
the files from .html to .ehtml so that it can be added
to forrest tool for building the project site.
I came across a previous messag
Hello,
look at ant-contrib http://ant-contrib.sourceforge.net/
in ant-contrib, there are for and foreach tasks that you can use to iterate
over a set of files.
Cheers,
Antoine
> Hi,
>
> I have to use the tidy.jar to make the html files in a
> directory - as well formed.
>
> I tried it with ant ja
Hi,
I have to use the tidy.jar to make the html files in a
directory - as well formed.
I tried it with ant java task.
It works fine.
But how can I make this to work for an entire set of
directory. I understood that ant java task takes
argument and so it takes only 1 file.
for example, i ha