Re: Precompile JSP

2006-10-04 Thread Steve Loughran
Martin Gainty wrote: If he wants a more granular approach such that the JSP compiler step errors out - there would be no confusion on whether the JSP page failed because of JasperCompiler error -or- because of the unit test what you do is have some tests that just get all the pages; other tes

AW: Precompile JSP

2006-10-02 Thread Jan.Materne
You wont - you just access the webpages served by a JSP-container. And that container has a buildin jsp-compiler. Jan >-Ursprüngliche Nachricht- >Von: Martin Gainty [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 2. Oktober 2006 14:27 >An: Ant Users List >Betreff: Re: Preco

Re: Precompile JSP

2006-10-02 Thread Martin Gainty
, 2006 5:26 AM Subject: Re: Precompile JSP > Hanmay Udgiri wrote: >> Hi >> I want to pre-compile my JSP after taking from CVS. >> I have websphere 5 installed on linux box. >> what comamnd I need to use to compile my JSPs >> Does the following command works &g

AW: Precompile JSP

2006-10-02 Thread Jan.Materne
nt, please use Tomcat's jspc task instead. Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 2. Oktober 2006 11:27 >An: Ant Users List >Betreff: Re: Precompile JSP > >Hanmay Udgiri wrote: >> Hi >>

Re: Precompile JSP

2006-10-02 Thread Steve Loughran
, not for websphere, so your precompiled classes wont work. I would recommend avoiding bothering to precompile JSP pages. Instead write tests using HttpUnit that fetch every single JSP page. That not only gives you the compilation, it gets you started on those tests you are going to need

Fwd: Precompile JSP

2006-09-30 Thread Hanmay Udgiri
-- Forwarded message -- From: Hanmay Udgiri <[EMAIL PROTECTED]> Date: Sep 30, 2006 6:24 PM Subject: Precompile JSP To: user@ant.apache.org Hi I want to pre-compile my JSP after taking from CVS. I have websphere 5 installed on linux box. what comamnd I need to use to comp

Precompile JSP

2006-09-30 Thread Hanmay Udgiri
Hi I want to pre-compile my JSP after taking from CVS. I have websphere 5 installed on linux box. what comamnd I need to use to compile my JSPs Does the following command works -- Thanks and Regards Hanmayya Udgiri