Using Ant with JSPs - Jasper JSPC task with an excluded list of JSP files to compile

2017-08-11 Thread M. Manna
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

Question Regarding Ant Build and Jspc Task (Tomcat JSPC, not ANT depricated JSPC)

2017-05-05 Thread Mohammed Manna
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

RE: JSPC task.

2005-09-01 Thread Burgess, Benjamin
: 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

JSPC task.

2005-09-01 Thread bachoo jahnkar
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

jspc task and the classpath

2004-02-10 Thread Mariano Benitez
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