Re: Ant task walk html and find broken links

2008-05-15 Thread Steve Loughran
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

RE: Ant task walk html and find broken links

2008-05-14 Thread gregsmit
l for doing so. > > From: Gilbert Rebhan [EMAIL PROTECTED] > Sent: Wednesday, May 14, 2008 4:15 PM > To: Ant Users List > Subject: Re: Ant task walk html and find broken links > > Scot P. Floess schrieb: >> Interesting question... &g

Re: Ant task walk html and find broken links

2008-05-14 Thread Dominique Devienne
On Wed, May 14, 2008 at 4:00 PM, gregsmit <[EMAIL PROTECTED]> wrote: > 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.

RE: Ant task walk html and find broken links

2008-05-14 Thread Loehr, Ruel
This is the correct answer. You are talking about doing functional testing. This is the perfect tool for doing so. From: Gilbert Rebhan [EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 4:15 PM To: Ant Users List Subject: Re: Ant task walk html and find

Re: Ant task walk html and find broken links

2008-05-14 Thread Gilbert Rebhan
Scot P. Floess schrieb: Interesting question... I know I need something like this too...and actually got bitten by generating some bad HTML. I considered using Selenium to test this...but that isn't an Ant task :( what about Canoo ? http://webtest.canoo.com/webtest/manual/WebTestHome.html

Re: Ant task walk html and find broken links

2008-05-14 Thread Scot P. Floess
Interesting question... I know I need something like this too...and actually got bitten by generating some bad HTML. I considered using Selenium to test this...but that isn't an Ant task :( gregsmit wrote: Hi, I thought something like this might already exist, but I haven't been able to fin

Ant task walk html and find broken links

2008-05-14 Thread gregsmit
, but it looks pretty abandoned. Thanks for any info, Greg -- View this message in context: http://www.nabble.com/Ant-task-walk-html-and-find-broken-links-tp17240744p17240744.html Sent from the Ant - Users mailing list archive at Nabbl