Building Castor TaglibGetting The Source
Before you begin, you'll need to check out the Build ToolAt the moment, the project only uses Maven* for documentation and website maintenance. Ant is still used for the majority of tasks. For instructions on downloading and using the Ant tool, go here . Before building the project, you will need to download the dependencies. For a list of dependencies, check this page here . Building The Database
To build the database, first create a blank database and a user with all permissions for that database. Next, edit the database target in the build.xml file to match your system (correct JDBC, driver, url, user, database and password). Once this is correct, type
Building The Taglib And Examples
To build the taglib and example application, type.
*Please refer to the Maven Getting Started document for instructions on how to build the project using Maven. |