Hello,
Just running this by Apache Ant user group since I am not sure whether
anyone has a workaround for this yet.
i am not sure if Jasper (JSPC) currently supports excluding a list of JSP
files using typical or directive.
Jpsc is a directory based task so it does have pathname include/excud
deployment.
2) I expected that any method footprint violation (>64k) should be checked
and informed by ant jspc task. But it seems not.
I also want to quote this (don't know if it holds true) from Ant JSPC task
doc
https://ant.apache.org/manual/Tasks/jspc.html
*"This task can be used to p
: JSPC task.
Hi
I am trying to precompile my JSP while deploying using ANT JSPC task. I
am running tomcat 4.0.3.
I am getting 2 problems.
1)Directory structure is not maintained. all the jsp are converted and
palced in the root directory instead of the original directory
Hi
I am trying to precompile my JSP while deploying using ANT JSPC task. I am
running tomcat 4.0.3.
I am getting 2 problems.
1)Directory structure is not maintained. all the jsp are converted and palced
in the root directory instead of the original directory
Do I need to include always the ant.jar in the classpath that I use to
invoke jspc? If I don't do it I get
[jspc] Compiling 32 source
files/w/MT/local/build/portaladmin/jsp.precompilation
[jasperc] Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tools/ant/AntClassLoad