Actions
Documentation » History » Revision 10
« Previous |
Revision 10/23
(diff)
| Next »
chin-yeh, 08/15/2011 10:31 AM
- Table of contents
- Documentation
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.2-[version] | the client application of the VP web services |
vp-test | 1.0.2-[version] | the demo application of vp-client |
vp-batch | 1.0-[version] | the batch program |
- 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:
Prerequisite:
- Eclipse IDE (optional)
- Apache Maven 2
- CVS client, e.g TortoiseCVS, Eclipse IDE
All of the project is configured to include development properties files when packaging the binary file. To include production properties files, refer to the following sections.
vp-stub¶
- checkout the project vp-stub from CVS
cd
to the folder:$ cd vp-stub
- execute the maven goal, clean and package:
- for development environment:
$ mvn clean package
- for production environment:
$ mvn -P prod clean package
- for development environment:
- if success, the binary file can be found in the target folder
vp-client¶
- checkout the project vp-client from cvs
cd
to the folder:$ cd vp-client
- execute the maven goal, clean and package:
- for development environment:
$ mvn clean package
- for production environment:
$ mvn -P prod clean package
- for development environment:
- if success, the binary file can be found in the target folder
vp-batch¶
- checkout the project vp-batch from CVS
cd
to the folder:$ cd vp-batch
- execute the maven goal, clean and package:
- for development environment:
$ mvn clean package
- for production environment:
$ mvn -P prod clean package
- for development environment:
- if success, the binary file can be found in the target folder
Programming Guide¶
Updated by chin-yeh over 13 years ago · 10 revisions