On Monday 22 July 2002 5:04 pm, Steve Loughran wrote: > 1. <get> doesnt do filesets. > 2. httpunit lets you fetch jsp pages as part of tests; not only does it > precompile, it validates each page against your test specification. > > you can argue that you dont want to go the effort of writing a test for > each JSP page, but I dont think that would help yuor code quality any :)
Thanks. I just quickly went though the HTTPUnit tutorial and it looks ok. I was always wondering how to do an automated test of the web-site. So now I know :-) The only drawback is that it doesn't support testing of pages with JavaScript. Cheers Matt > > > ----- Original Message ----- > From: "Matt Koss" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 22, 2002 5:25 AM > Subject: "get" task and file-set > > > > Hello, > > I am trying to trigger precompilation of jsp pages by using "get" task. > I want to get a list of jsp files in a directory and pass it to the task. > Is this at all possible ? > > I don't want to write my own task. > I have also discovered unsupported "foreach" task or there is also option > of using "script" task. > However they all seem to be more complicated options. > > Regards > > Matt -- Matt Koss Knowledge Media Institute Open University e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
