Project

General

Profile

Actions

Deployment Guide

This guide describe how to build and deploy UPS related modules.

Steps

Build deployment files:
  1. checkout the project via Eclipse
  2. rebuild the project (Project -> Clean) and make sure there is no compile error
  3. locate the build.xml and execute the following Ant goal:
    archive
    
  4. if no error, the execution will create a binary file called, ups_client.jar
[2] Deployment:
  1. upload the ups_client.jar to:
    • web app:
      WEB-INF/lib
    • standalone java program:
      your program's library folder
  2. upload all of the jar files in lib folder to:
    • web app:
      WEB-INF/lib
    • standalone java program:
      your program's library folder
    • if there's duplicate library, use the newer version
  3. done

Updated by chin-yeh over 12 years ago · 3 revisions