The Simple Messaging Framework  

The Simple Messaging Framework

Building The Simple Messaging Framework

Printer Friendly Version

Author: Naresh Bhatia (nbhatia@sapient.com)
Created: July 2003
Version: $Revision: 1.1 $ ($Author: nbhatia $ / $Date: 2003/07/21 03:30:50 $)

Introduction

This document describes the Simple Messaging Framework build process. It describes software requirements and the steps to build the framework from a source distribution. If you wish to use a prebuilt binary distribution, please refer to the Installation Guide.

Directory Structure

We recommend that you store the Simple Messaging Framework and other required libraries under one library directory. This makes it easy to share the libraries among multiple projects. See the example below for a sample directory structure. Note however that this is only a recommendation; you may choose any directory structure based on your preference and needs.

lib
 +--ant-1.5.3-1
 +--ant-contrib-0.3
 +--axis-1.1
 +--carbon-2.0
 +--commons-logging-1.0.3
 +--httpclient-2.0-beta2
 +--jboss-3.0.4
 +--jdom-b8
 +--junit-3.8.1
 +--log4j-1.2.8
 +--servlet-2.3
 +--smfw-1.0
 +--tomcat-4.1.24
 +--xalan-j_2_5_D1
 +--xerces-2.4.0
 +--xpp3

Requirements

To build the Simple Messaging Framework, you need the following software and libraries. Make sure you have these packages installed before building the framework.

Build Procedure

Step 1: Download the Simple Messaging Framework source
Get the latest SMFW source archive from the project download page. Explode the archive to a directory on your local machine. We will refer to this directory as the prj.dir.
Step 2: Download required libraries
Get the archive of 3rd party libraries required by the framework. Explode this archive to a directory on your local machine.
Step 3: Copy ant-contrib.jar to Ant lib directory
Copy ant-contrib.jar from the ant-contrib library to ant-1.5.3-1/lib directory.
Step 4: Copy junit.jar to Ant lib directory
Copy junit.jar from the JUnit library to ant-1.5.3-1/lib directory.
Step 5: Copy xalan.jar to Ant lib directory
Copy xalan.jar from the Xalan library to ant-1.5.3-1/lib directory.
Step 6: Set up build properties
Edit the file prj.dir/ant.developer.properties to make sure it has the correct directory paths for your environment. If you have installed your libraries at locations recommended under Directory Structure, then you may need to edit only one path - the lib.dir.
Step 7: Build the framework
Open a command shell and change the current directory to the prj.dir. Execute the following command to build the framework: ant dist. This will create the framework jars under prj.dir/dist/jars and the documentation under prj.dir/docs. It will also create binary and source distributions under prj.dir/dist.

At this point you can start using the framework in your applications. You may wish to test out your installation using the demo applications supplied with the framework.


Copyright © 2003, Sapient Corporation