JSP Precompilation using Jasper 2004-02-05 - By Alpesh Parmar
Back HI to all,
I am using Jasper(Tomcat) for converting the JSP Page to .java files. I have configured my ant build file to add jspc task and providing the necessary attributes.
<jspc srcdir="jsp" destdir="source" verbose="9" uriroot="${jboss_home}\server\default\deploy\wsc.ear\wsc.war"
classpathref="project.class.path" webinc="${jspc.webxml.fragment}" >
<include name="**/*.jsp"/> </jspc>
On using, EmptyStackException is thrown. Can anyone provide me any suggestions ?
Thanks :)
Parmar
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|