Project

General

Profile

Actions

Documentation » History » Revision 9

« Previous | Revision 9/25 (diff) | Next »
chin-yeh, 08/10/2011 09:56 AM


Documentation

List of Components

Name 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

The binary of the above components can be found in:

http://192.168.2.13:8081/nexus/

How To 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

dp-stub

  1. checkout the project dp-stub from CVS
  2. cd to the folder:
    $ cd dp-stub
    
  3. execute the maven goal, clean and package:
    $ mvn clean package
    
  4. if success, the binary file can be found in the target folder
  5. (optional) to deploy the binary to nexus repository, execute the maven goal, deploy:
    $ mvn clean deploy
    

dp-client

  1. checkout the project dp-client from cvs
  2. cd to the folder:
    $ cd dp-client
    
  3. execute the maven goal, clean and package:
    $ mvn clean package
    
  4. if success, the binary file can be found in the target folder
  5. (optional) to deploy the binary to nexus repository, execute the maven goal, deploy:
    $ mvn clean deploy
    

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