The VPP source is available from the SourceForge project web site as both a .zip or as a .tar.gz. Get the latest release from here.
See the section Building VPP on how to build VPP from the source code.
To build and use VPP, you must have an Ant 1.5.x or 1.6.x release
installed and ANT_HOME
defined. The necessary Velocity
libraries are included with the VPP.
Finally, to execute VPP, you will also need a JDK installed on your system, version 1.2 or later.
Before Ant 1.6, extensions were installed by copying .jars into
$ANT_HOME/lib
. Since 1.6, there is a new way to extend Ant
using the Antlib convention. VPP may either be installed as an
extension or as an Antlib.
Note: How you will use VPP in your projects depends on whether you install VPP as an extension or as an Antlib.
ANT_HOME
, if you haven't alreadyant deploy
ANT_HOME
, if you haven't already.$VPP_HOME/foundrylogic-vpp-2.0.0a2.jar
to
your CLASSPATH
.
The VPP distribution consists of the following directory layout:
$VPP_HOME // installation directory | +--- doc // contains documentation | | | +--- api // contains VPP Javadoc API | | | +--- howto // contains various VPP howto guides | | | +--- manual // contains this manual | +--- example // contains a simple project demonstrating VPP | +--- lib // contains VPP and dependent jars | +--- src // contains VPP sources
Building VPP from source requires Ant 1.6 or later.
To build, simply:
ant build deploy
.VPP depends on the following libraries:
Jar Name | Version | Available At |
ant.jar |
|
http://ant.apache.org |
velocity-dep-1.3.1.jar | 1.3.1 | http://jakarta.apache.org/velocity |
Copyright © 2002-2004 FoundryLogic, LLC. All rights Reserved.