You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Laurent P." <wo...@yahoo.fr> on 2003/12/08 14:50:14 UTC

pre-compile jsp before building EAR for Websphere

Hello,

I'm using WSAD 5.1  with Ant and I would like to pre-compile my JSPs 
before building my EAR (to deploy on WAS 5.0.2)
I'm looking for an example.

Thank's for advance.
Laurent.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: pre-compile jsp before building EAR for Websphere

Posted by Martin Gainty <mg...@hotmail.com>.
IBM has wsjpc websphere jasper compiler you can use
http://publib7b.boulder.ibm.com/wasinfo1/en/info/aes/javadoc/ae/com/ibm/websphere/ant/tasks/JspC.html
Personally I just use the plain old jspc
http://ant.apache.org/manual/OptionalTasks/jspc.html
Good Luck,
Martin
----- Original Message ----- 
From: "Laurent P." <wo...@yahoo.fr>
To: "Ant Users List" <us...@ant.apache.org>
Sent: Monday, December 08, 2003 8:50 AM
Subject: pre-compile jsp before building EAR for Websphere


> Hello,
>
> I'm using WSAD 5.1  with Ant and I would like to pre-compile my JSPs
> before building my EAR (to deploy on WAS 5.0.2)
> I'm looking for an example.
>
> Thank's for advance.
> Laurent.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org