Resource Discovery Network - Home
SPP Open Source: Tools
documents

Tools used

Layout of portlet source area

(NOTE: this section is out of date)

(after tomcat 3.2 sample):

build.bat   DOS batch file for running ANT with build.xml
build.sh    Unix script for running ANT with build.xml
build.xml   ANT build script (PRIMARY)
etc/        Servlet configuration
src/        Source files
web/        Web

See the example portlet for full details

Run time configuration

You will need to set at least the following environment variables for your system:

ANT_HOME=directory-where-ant-is-installed
JAVA_HOME=directory-where-java-is-installed