Changes between Version 18 and Version 19 of Obsolete/Development/UsefulLinks


Ignore:
Timestamp:
Oct 4, 2010, 8:29:24 AM (15 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Charles Loomis/emailAddress=loomis@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/UsefulLinks

    v18 v19  
    33Links for developers wishing to develop or modify Quattor components or services:
    44
    5 == Project Conventions and Build Tools ==
     5== Project Conventions ==
    66
    77* [wiki:Web/CodingStyle Coding style document]
     
    99* [wiki:Web/PerlNamespaces Namespaces for PERL modules]
    1010* [wiki:CommandRenaming Command renaming]
    11 * [wiki:Web/QuattorBuildFramework How to use the quattor build framework]
     11
     12== Build Framework ==
     13
     14The Quattor community is moving from a make-based system to one driven by maven.  This shift is being done in order to simplify the build tools and to take better advantage of existing software development tools (e.g. for continuous integration).  The focus will initially be on migrating the Quattor configuration components.  Instructions for using both the old build system and the newer one are below.
     15
     16* [wiki:Web/QuattorBuildFramework Using OLD Quattor build tools]
     17* [wiki:Web/UsingMaven Using maven build tools]
    1218
    1319== Software Development Tools ==