Actions
Documentation » History » Revision 12
« Previous |
Revision 12/25
(diff)
| Next »
chin-yeh, 08/10/2011 05:38 PM
Documentation¶
List of Components¶
Name | Latest Stable Version | Description |
---|---|---|
dp-stub | 1.1-SNAPSHOT | The client stub of DP web services |
dp-client | 1.3.1-SNAPSHOT | The client of DP web services |
dp-test | 1.2.1-SNAPSHOT | A demo application for dp-client |
dp-batch | 1.0-SNAPSHOT | dp related batch programs |
The binary of the above components can be found in:
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
dp-stub¶
- checkout the project dp-stub from CVS
cd
to the folder:$ cd dp-stub
- execute the maven goal, clean and package:
$ mvn clean package
- if success, the binary file can be found in the target folder
- (optional) to deploy the binary to nexus repository, execute the maven goal, deploy:
$ mvn clean deploy
dp-client¶
- checkout the project dp-client from cvs
cd
to the folder:$ cd dp-client
- execute the maven goal, clean and package:
$ mvn clean package
- if success, the binary file can be found in the target folder
- (optional) to deploy the binary to nexus repository, execute the maven goal, deploy:
$ mvn clean deploy
Updated by chin-yeh over 13 years ago · 12 revisions