Re: Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
Hi Mark, Thanks a lot for confirming this. I haven't looked at the source code yet, but I guess if I just use a wild-carded entry for jspFiles e.g. jspFiles="*.jsp,/pages/*.jsp" it will probably not work, will it ? Kindest Regards, On 11 August 2017 at 16:09, Mark Thomas wrote: > On 11/08/17

Re: Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread Mark Thomas
On 11/08/17 13:57, M. Manna wrote: > Hello, > > 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/excudes but > i think those are classes and compile classpath option

Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
Hello, 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/excudes but i think those are classes and compile classpath options (for jars/libs etc.). Could somepone please poi