The output format of the execution result list file is as follows:
# Excluded JSP files.
list-of-JSP-files-to-be-excluded-from-compilation
# Compiled JSP files.
JSP-files-that-succeeded-in-compilation
# JSP-files-that-failed-from-compilation
...
Any storage location and filename is possible. You can use the following characters in the file name:
Alphanumeric characters, underscore (_), or period (.)
When you use a command to execute JSP pre-compilation, you can specify the -resultlist option of the cjjspc command to output the following information in an execution result list file: List of JSP file paths excluded from compilation, JSP files whose compilation was successful, and list of JSP file paths whose compilation failed
The compiled results are output in the execution result list file in the following order:
The JSP files paths whose compilation failed are output as comments.
# Excluded JSP files.
/jsp/title.jsp
/jsp/pieces/*.jsp
# Compiled JSP files.
/jsp/confirm.jsp
#/jsp/discorrect.jsp
#/jsp/fail.jsp
/jsp/index.jsp
/jsp/order.jsp
#/jsp/uncomfortable.jsp