Retargetable Server Pages
Download
The latest release is version 0.1.0. You can download it
from the SourceForge file release system using the links below:
Installation/Prerequisites
Installation instructions can be found in the release notes and in the
README file in the distribution. To use the RSP Compiler you will need to
have correctly installed the following prerequisites:
-
Java 1.4 - you will need either the Java 1.4
Runtime Environment (JRE) to use the compiler, or you will need the
Java 1.4 SDK if you wish to build the compiler from source. You can
download the latest versions of the JRE or SDK from
http://java.sun.com/.
-
ANTLR 2.7.2 - you must have the ANTLR
jar
file
available in your CLASSPATH
when you invoke the compiler.
The latest version of ANTLR can be downloaded from
http://www.antlr.org/.
-
Apache Ant - Ant is the recommended mechanism through
which to invoke the compiler. It is required is you wish to build the
compiler from sources. It is available at
http://ant.apache.org/.