Class AntCompiler

java.lang.Object
org.apache.jasper.compiler.Compiler
org.apache.jasper.compiler.AntCompiler

public class AntCompiler extends Compiler
Main JSP compiler class. This class uses Ant for compiling.
  • Field Details

    • javacLock

      protected static final Object javacLock
      Lock object used to synchronize javac compilation when not forking.
    • project

      protected org.apache.tools.ant.Project project
      The Ant project used for compilation.
    • logger

      protected AntCompiler.JasperAntLogger logger
      The Ant build listener that captures compilation output.
  • Constructor Details

    • AntCompiler

      public AntCompiler()
      Constructs a new AntCompiler.
  • Method Details