Project

General

Profile

Actions

Documentation » History » Revision 18

« Previous | Revision 18/23 (diff) | Next »
chin-yeh, 08/24/2011 05:00 PM


Documentation

List of Components

Name Latest Stable Version Description
vp-stub 1.0-[version] the client stub of the VP web services
vp-client 1.0.3-[version] the client application of the VP web services
vp-test 1.0.3-SNAPSHOT the demo application for vp-client
vp-batch HEAD tag the batch program
where version refer to:
  • SNAPSHOT - for development environment
  • RELEASE - for production environment

Compile from source files

All of the projects are built and maintained using Maven 2.

Those projects can be imported into Eclipse IDE but the m2 Maven plugin is needed.

The source files are stored in:

SCM

Prerequisite:
  • Eclipse IDE (optional)
  • Apache Maven 2
  • CVS client, e.g TortoiseCVS, Eclipse IDE
  • Project or module name, e.g. vp-client

All of the project is configured to include development properties files when packaging the binary file. To include production properties files, activate the prod profile.

Steps:
  1. checkout the project or module using the CVS client
  2. cd to the checkout folder, e.g. vp-client
    • Example:
      $ cd vp-client
      
  3. execute the maven goal, clean and package:
    • for development environment:
      $ mvn clean package
      
    • for production environment:
      $ mvn -P prod clean package
      
  4. if success, the binary file can be found in the target folder

Programming Guide

See Programming Guide

Deployment Guide

Updated by chin-yeh about 13 years ago · 18 revisions