Name

wljspc

Synopsis

Precompiles JSP files using BEA WebLogic Server’s JSP compiler. This task requires WebLogic Version 4.5.1, and is only documented to work on Windows NT 4.0, Solaris 5.7, and Solaris 5.8.

Attributes

classpath (all, Path, N)

The classpath used when compiling the JSPs.

defaultexcludes (all, boolean, N)

Determines whether to use default excludes. Defaults to true.

dest (all, File, Y)

The destination directory for compiled JSPs.

excludes (all, String, N)

A comma-separated list of file patterns to exclude.

excludesfile (all, File, N)

The name of a file containing one exclude pattern per line.

includes (all, String, N)

A comma-separated list of file patterns to include.

includesfile (all, File, N)

The name of a file containing one include pattern per line.

package (all, String, Y)

The destination package for compiled JSPs.

src (all, File, Y)

The document root directory containing the JSPs to compile.

Content

0..n nested patternset elements: <exclude>, <include>, <patternset> (all); <excludesfile>, <includesfile> (1.4)

Used in place of their corresponding attributes, these specify the set of included and excluded source files.

0,1 nested <classpath> elements (all)

May be used in place of the classpath attribute.

Get Ant: The Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.