September 2002
Intermediate to advanced
608 pages
14h 20m
English
Listing 8.20 presents the Ant buildfile for this version of the application. There isn't anything really new here; I'll just point out as reminders that we need struts.jar on the CLASSPATH as we compile, and also need it deployed as part of the application. We also copy three of the four struts tag library descriptor files into WEB-INF/ directory (we didn't use anything from struts-template.tld). The implementations of these tags are all in struts.jar, so no need to install anything else for the tag libraries.
<project name="nfl-struts" default="war" basedir="."> <property name="servlet.jar" value="../../../servlet.jar" ... |
Read now
Unlock full access