These properties MUST be set on the "ant" command line, a
"build.properties" file in the base directory, or a
"build.properties" file in your user home directory.
-
+
catalina.jar (required). The path to the JAR file
- of the Tomcat
+ of the Tomcat
package (version 4.0 or later).
commons-beanutils.jar (required). The path to the JAR file
package (version 1.2 or later).
servlet.jar (required). The path to the Servlet API
- classes to compile against
+ classes to compile against
(version 2.3 or later).
-->
<!-- Base file name for upload files -->
<property name="upload.file.base" value="${project.name}-${project.version}"/>
-
+
<!-- Web directory -->
<property name="web.dir" value="web"/>
</target>
-<!--
+<!--
Create directories and copy files for the core securityfilter library
-->
<target name="prepare.library" depends="init">
tofile="${build.home}/library/jakarta-regexp.jar"/>
</target>
-<!--
+<!--
Prepare static directories for web applications
-->
<target name="static.webapps">
<ant antfile="build-webapps.xml" target="static"/>
</target>
-<!--
+<!--
Compile core securityfilter library directory components
-->
<target name="compile.library" depends="prepare.library"
version="true"
windowtitle="Security Filter API Documentation"
doctitle="<h1>Security Filter (Version ${project.version})</h1>"
- bottom="Copyright © 2000-2002 - Apache Software Foundation">
+ bottom="Copyright © 2002 - SecurityFilter.org">
<classpath refid="compile.classpath"/>
</javadoc>
</target>