Actions
- Table of contents
- Deployment Guide
Deployment Guide¶
This guide describe how to build and deploy UPS related modules.
Steps¶
Build deployment files:- checkout the project via
Eclipse
- rebuild the project (Project -> Clean) and make sure there is no compile error
- locate the build.xml and execute the following
Ant
goal:archive
- if no error, the execution will create a binary file called, ups_client.jar
- upload the ups_client.jar to:
- web app:
WEB-INF/lib
- standalone java program:
your program's library folder
- web app:
- 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
- web app:
- done
Updated by chin-yeh almost 13 years ago · 3 revisions