https://issues.apache.org/bugzilla/show_bug.cgi?id=55249
--- Comment #4 from Jeremy Boynes <jboy...@apache.org> --- Adding context in case anyone looks at this. This seemed like odd behaviour for me for someone using JspC. Better would be if JspC either consistently handled JSP and Tag files - either compiling both or compiling neither. If it has to have a compiler to handle the tags, then it could use that to go directly from JSP source to bytecode and eliminate the need to run <javac> after pre-compilation. However, if someone wanted more control over the compilation process (e.g. using a different compiler or combining that step with non-JSP source) then they would want that to apply to both JSP and Tag code. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org