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.

<java classname="org.w3c.tidy.Tidy" output="f:\test\"
fork="true">
<arg line="-f C:\june18\errs.txt -asxhtml -numeric
f:\test\ &gt;&gt; f:\test\output1.txt"/>
</java>

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 have a directory structure

c:\w\x\y\z\

I have some html files in each subdirectory. I want
the these files to be tidy up using ant java task and
placed in another directory as

d:\w\x\y\z\

i.e. I want the diretory structure to be the same with
the html files made well formed and the extension
changed as .ehtml

How can this be done. i.e. how can I add srcdir,
destdir, includes, excludes etc attributes to ant java
task?

bye,
with regards,
Deepak.

=====
-----------------------------------------------
 
Deepak Angeswar, 

Home: 
Pfaffenwaldring 48 C / 202, 
70569 Stuttgart, Germany. 
Ph: 
Home: 049-0711-1225292 
Mobile: 049-0176-24039227 

Office: 
Work Student- 
DaimlerChrysler AG 
ITI/TP, 
Building R+V Gebäude, 
Eichwiesenring 14, 
70567 Stuttgart, Germany. 
Email Id: [EMAIL PROTECTED]



                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to