next up previous contents index
Next: JDepend Up: JspC Previous: Example   Contents   Index

Notes

Using the package attribute it is possible to identify the resulting java files and thus do full dependency checking - this task should only rebuild java files if their jsp file has been modified. However, this only works with some versions of jasper. By default the checking supports tomcat 4.0.x with the "jasper" compiler, set the compiler to "jasper41" for the tomcat4.1.x dependency checking. Even when it does work, changes in .TLD imports or in compile time includes do not get picked up.

Jasper generates JSP pages against the JSP1.2 specification -an implementation of version 2.3 of the servlet specification is needed to compile or run the java code.



Andrew Marlow 2003-07-08