Changeset 7607


Ignore:
Timestamp:
Feb 27, 2019, 9:28:12 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

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

Printing the path to Tomcat home when compiling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jsp-precompile.xml

    r7602 r7607  
    4545  <target name="jspc">
    4646    <mkdir dir="${jsp.build}/java" /> <!-- output directory for *.java files -->
     47    <echo>Using Tomcat in: ${tomcat.home}</echo>
    4748    <jasper
    4849      validateXml="false"
Note: See TracChangeset for help on using the changeset viewer.