Setup for Tapestry JNB Examples
Software Requirements
Setup Instructions
For these instructions the directory where you unzipped the distribution will be
referred to as $JNB_INSTALL.
- At a command prompt go to the directory where you installed Tapestry and type:
ant download-ext-framework
- Go to $JNB_INSTALL and edit the build.properties file. Change the value of the
tapestry.home property to point to the directory you installed Tapestry
- At a command shell go to your $JNB_INSTALL directory and type:
ant setup.
- To build the tapestry-piglatin application open a command shell and from the
$JNB_INSTALL/tapestry-piglatin directory type:
ant war
This will create the tapestry-piglatin war file that can be deployed to your
application server.
- To build the tapestry-login application open a command shell and from the
$JNB_INSTALL/tapestry-login directory type:
ant war
This will create the tapestry-login war file that can be deployed to your
application server.