Changes between Version 15 and Version 16 of Obsolete/Development/Code/TestingComponents


Ignore:
Timestamp:
Feb 7, 2013, 11:03:58 AM (13 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Code/TestingComponents

    v15 v16  
    2929  * What I do for `CAF`, `CCM` and `ncm-ncd` is to have a Git clone and run `mvn compile` on each of them. A local installation will work as well.
    3030* If you are writing a component (and most likely you are), a check out of the latest version of CCM, and add it to `PERL5LIB`.
    31 * The Maven-based build tools, at version 1.19 or later (they will be updated automatically for you, don't worry).
     31* The Maven-based build tools, at version 1.28 or later (they will be updated automatically for you, don't worry).
    3232* If you have any mockup profiles, the `panc` executable must be in your `PATH`.
    3333* Your Perl environment must include `Test::MockModule`, `Test::MockObject` and `Readonly`. They are available as RPMs or you can download them from CPAN.
     34
     35'''Remark: if you use QWG templates to configure your OS, you can add all the packages required by including template `config/os/quattor-development`'''
    3436
    3537== Test layout ==