JSPC Compiler for Tomcat 7

Provides support for JSP compilation.

License

License

Categories

Categories

Tomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.jasig.mojo.jspc
ArtifactId

ArtifactId

jspc-compiler-tomcat7
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

JSPC Compiler for Tomcat 7
Provides support for JSP compilation.
Project Organization

Project Organization

Jasig

Download jspc-compiler-tomcat7

How to add to project

<!-- https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat7/ -->
<dependency>
    <groupId>org.jasig.mojo.jspc</groupId>
    <artifactId>jspc-compiler-tomcat7</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat7/
implementation 'org.jasig.mojo.jspc:jspc-compiler-tomcat7:2.0.2'
// https://jarcasting.com/artifacts/org.jasig.mojo.jspc/jspc-compiler-tomcat7/
implementation ("org.jasig.mojo.jspc:jspc-compiler-tomcat7:2.0.2")
'org.jasig.mojo.jspc:jspc-compiler-tomcat7:jar:2.0.2'
<dependency org="org.jasig.mojo.jspc" name="jspc-compiler-tomcat7" rev="2.0.2">
  <artifact name="jspc-compiler-tomcat7" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jasig.mojo.jspc', module='jspc-compiler-tomcat7', version='2.0.2')
)
libraryDependencies += "org.jasig.mojo.jspc" % "jspc-compiler-tomcat7" % "2.0.2"
[org.jasig.mojo.jspc/jspc-compiler-tomcat7 "2.0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.jasig.mojo.jspc : jspc-compiler-api jar 2.0.2
org.codehaus.plexus : plexus-component-annotations jar 1.5.5
commons-lang : commons-lang jar 2.6
org.apache.ant : ant jar 1.9.0
org.apache.tomcat : tomcat-jasper jar 7.0.53
org.apache.tomcat : tomcat-annotations-api jar 7.0.53

Project Modules

There are no modules declared in this project.

JSPC Maven Plugin

Unmaintained

Alas, this plugin is unmaintained.

No maintenance intended

Consider instead:

Build Status

Info

A Maven plugin that compiles JSPs into class files, copies these into the final artifact, and updates the web.xml to reference the compiled classes. This is a fork of the Codehaus jspc-maven-plugin that resolves some long standing issues and gets the Tomcat 7 support released.

Usage

See the Maven Project Documentation for goal documentation.

Plugin Usage is also documented on the maven site.

JSP Compilers

The available JSP compilers can be found by browsing org.jasig.mojo.jspc GroupId.

Issues

No maintenance intended

The JSPC plugin is a wrapper around Tomcat's JSP Compiler. For issues relating to JSP syntax please report the issue to tomcat. Tomcat 6 issue tracker Tomcat 7 issue tracker Tomcat 8 issue tracker

Issues relating to maven or configuration options should reported to the JSPC issue tracker

Known Issues

No maintenance intended

Invocation of static methods on interfaces fails with the latest minor version of every tomcat compiler below 9.x.

org.jasig.mojo.jspc

Apereo Foundation

Versions

Version
2.0.2
2.0.0