Re: AW: AW: How to compile jsp files with ANT

2007-02-21 Thread James Abley
Steve Loughran wrote: [EMAIL PROTECTED] wrote: 5. You get to verify the output matches what you want. Except Httpunit feeds its stuff through tidy; its very HTML-centric. Does anyone know how to use it to test proper XML documents, with namespaces and the like? XmlUnit ? http://xmlunit.sf.n

Re: AW: AW: How to compile jsp files with ANT

2007-02-21 Thread Steve Loughran
[EMAIL PROTECTED] wrote: 5. You get to verify the output matches what you want. Except Httpunit feeds its stuff through tidy; its very HTML-centric. Does anyone know how to use it to test proper XML documents, with namespaces and the like? XmlUnit ? http://xmlunit.sf.net/ http://stefan.samaf

AW: AW: How to compile jsp files with ANT

2007-02-21 Thread Jan.Materne
>5. You get to verify the output matches what you want. Except Httpunit >feeds its stuff through tidy; its very HTML-centric. Does anyone know >how to use it to test proper XML documents, with namespaces >and the like? XmlUnit ? http://xmlunit.sf.net/ http://stefan.samaflost.de/blog//en/oss/X

Re: AW: How to compile jsp files with ANT

2007-02-21 Thread Steve Loughran
[EMAIL PROTECTED] wrote: I don't use the Jasper task for the development environment though, because one wouldn't mind a negligible wait for just one JSP page in the development environment and also because the Jasper task takes a very long time to complete, it is not suitable for a dev build b

AW: How to compile jsp files with ANT

2007-02-21 Thread Jan.Materne
>> I don't use the Jasper task for the development environment >though, because one wouldn't mind a negligible wait for just >one JSP page in the development environment and >> also because the Jasper task takes a very long time to >complete, it is not suitable for a dev build but only for >pro