Changeset 7602


Ignore:
Timestamp:
Feb 22, 2019, 1:49:11 PM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2151: Pre-compile all JSP pages before releases

Do not compile JSP:s belonging to extensions. Unfortunately it seems to be impossible to tell jasper to ignore but we can at least skip the compilation step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jsp-precompile.xml

    r7600 r7602  
    9393      >
    9494      <compilerarg value="-Xlint:${jsp.xlint}" />
     95      <exclude name="org/apache/jsp/extensions/**" />
    9596    </javac>
    9697  </target>
Note: See TracChangeset for help on using the changeset viewer.