Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

Re: Ant task walk html and find broken links

Steve Loughran

2008-05-15

Replies:

Author LoginPost Reply
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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.