Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The MTS and CAT CDA plugins resides in the cdsframework-cda-service repository. The projects uses the Mercurial source code management system.

Building 

  1. Clone the repository

    Code Block
    themeEmacs
    languagebash
    titlehg clone
    foo@bar:~$ hg clone https://bitbucket.org/sharps-ds2/cdsframework-cda-service
    destination directory: cdsframework-cda-service
    requesting all changes
    adding changesets
    adding manifests
    adding file changes
    added 262 changesets with 3206 changes to 957 files (+1 heads)
    updating to branch default
    533 files updated, 0 files merged, 0 files removed, 0 files unresolved
    foo@bar:~$ ls -al
    total 16
    drwxr-xr-x  4 foo foo 4096 Mar 25 06:46 .
    drwxr-xr-x 25 foo foo 4096 Mar 25 06:44 ..
    drwxr-xr-x 10 foo foo 4096 Mar 25 06:43 cdsframework-cda-service
    
  2. Build and install all of the artifacts under the repository
  3. Install the mts-ear-<plugin> artifact
  4. Install the cat-<plugin> artifact

...