gregsmit wrote:

Hi,

I thought something like this might already exist, but I haven't been able
to find anything yet.

Does anyone know of an Ant task that I could use to walk through a website
(that I built with ant) to confirm that there are no broken links?  I found
one really old project on sourceforge, but it looks pretty abandoned.

I use httpunit for this, as it audits the web site during your test runs. With Java6 it can run javascript code too.

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

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

Reply via email to