Changes between Version 15 and Version 16 of Obsolete/Development/Code/TestingComponents
- Timestamp:
- Feb 7, 2013, 11:03:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Code/TestingComponents
v15 v16 29 29 * 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. 30 30 * 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. 19or 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). 32 32 * If you have any mockup profiles, the `panc` executable must be in your `PATH`. 33 33 * 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`''' 34 36 35 37 == Test layout ==