org.apache.tools.ant.taskdefs.optional.jsp.compilers
Class JasperC

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultCompilerAdapter
        |
        +--org.apache.tools.ant.taskdefs.optional.jsp.compilers.JasperC
All Implemented Interfaces:
CompilerAdapter

public class JasperC
extends DefaultCompilerAdapter

The implementation of the jasper compiler. This is a cut-and-paste of the original Jspc task.

Author:
Matthew Watson mattw@i3sp.com

Constructor Summary
JasperC()
           
 
Method Summary
 boolean execute()
          Executes the task.
 
Methods inherited from class org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultCompilerAdapter
getJspc, setJspc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperC

public JasperC()
Method Detail

execute

public boolean execute()
                throws org.apache.tools.ant.BuildException
Description copied from interface: CompilerAdapter
Executes the task.
Following copied from interface: org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapter
Returns:
has the compilation been successful


Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.