Re: ANT and HTML Tidy

2012-08-31 Thread Carlos Araya
Try something like this: You don't need to run the shell to use TIdy, you can call Tidy directy. As far as I know, Ant will run the commands from the directory where the build file is located. Carlos On Thu, Aug 30, 2012 at 10:31 AM, Kevin Kim wrote: > Completely beginner in ANT here, I

ANT and HTML Tidy

2012-08-31 Thread Kevin Kim
Completely beginner in ANT here, I am trying to run HTML Tidy with the exec command, and stuck on how to implement this since I am still unfamiliar with the syntax. Am I on the right track here at all? I am trying to get Win