Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12528 invoked from network); 21 Feb 2007 14:14:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2007 14:14:41 -0000 Received: (qmail 48265 invoked by uid 500); 21 Feb 2007 14:14:43 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48233 invoked by uid 500); 21 Feb 2007 14:14:43 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 48222 invoked by uid 99); 21 Feb 2007 14:14:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 06:14:43 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [216.252.111.84] (HELO web56405.mail.re3.yahoo.com) (216.252.111.84) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Feb 2007 06:14:32 -0800 Received: (qmail 85366 invoked by uid 60001); 21 Feb 2007 14:14:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=k5UvYEnhgDYmYNtRm955b4TVyAjk726XylBE0Cg/dTqdT3qYY+z8lvrqLBPm9ANZKuyf0tlR5tzRluWDCvgkKClXtC/JG282DTEOiqMTtYxxk5ep0jEQrdpR2CIvVSIUT/A/Q4HEaBAr+wALr/gRfJfyLqUnMSwp+6DZack9/6k=; X-YMail-OSG: bpiae.kVM1njhMvETPSRnetOvlub3ki9kK8ITtBDEMvBhGbmr3ROwQFTc4BJew0X_Hut5taNYZQpCVfTgBNc.WX4HdIHYex6WuoRFsPpnEDRvFwAdoE82g-- Received: from [68.196.152.202] by web56405.mail.re3.yahoo.com via HTTP; Wed, 21 Feb 2007 06:14:11 PST X-Mailer: YahooMailRC/368.8 YahooMailWebService/0.6.132.8 Date: Wed, 21 Feb 2007 06:14:11 -0800 (PST) From: Rashmi Rubdi Subject: Re: How to compile jsp files with ANT To: Ant Users List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <802669.84515.qm@web56405.mail.re3.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I've used JUnit before, I do want to learn HttpUnit (among so many other th= ings that I need to learn :-) But thanks for providing the details, they're= helpful.=0A=0AI've worked on a few eXtreme Programming projects, and recog= nize the importance of test-first-design.=0A=0AThe main reason for using Ja= sper was not to verify the that the JSPs would compile but was only to redu= ce=0Athe page load time for the customers/visitors and since we used the sa= me version of Tomcat accross all stages=0Aof development compatibility wasn= 't a smaller issue for that team.=0A=0ABut now, I can see why we developers= weren't allowed to upgrade to a newer version of Tomcat, it was mandatory= =0Afor us to use Tomcat 4.1 even though a much newer version of TC was avai= lable at that time.=0A=0A-Regards=0ARashmi=0A=0A----- Original Message ----= =0AFrom: Steve Loughran =0ATo: Ant Users List =0ASent: Wednesday, February 21, 2007 5:23:58 AM=0ASubject: Re: = How to compile jsp files with ANT=0A=0A=0AI do what John suggests and use H= ttpUnit.=0A=0A1. you need those tests anyway=0A2. you can fetch all pages, = including error pages and those that need =0Aauth (if your tests log in fir= st)=0A3. you can also walk every link from the index page and verify you ha= ve =0Ano broken links=0A=0Athe hard part is writing the tests with side eff= ects; the ones that add =0Astuff to the shopping basket and pay for them, o= r which move money =0Abetween bank accounts. But you know what? You need th= em anyway.=0A=0Ain a dev env, you deploy, run the tests while you go get a = coffee and =0Aall is well. On production, you can run the tests on the live= system =0Aimmediately after every deployment.=0A=0AReally, if you dont use= httpunit, now is the time to learn :)=0A=0A-steve=0A=0A=0A =0A____________= ________________________________________________________________________=0A= Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it n= ow. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org