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
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
, 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
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
>>
, 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
-- 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
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