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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]