AgE 2.4 : Repository structure

AgE @ Caribou

Location (for authenticated users): https://caribou.iisg.agh.edu.pl/svn/age/jage
Public repository: http://caribou.iisg.agh.edu.pl/pub/svn/age/jage

The Caribou repository contains the main stream of AgE platform development and a few of its extensions.

Repository structure:

  • trunk - main stream of AgE development
  • branches
    • issues - issues related branches
    • releases - maintenance branches for supported existing releases
    • complete - complete (and still developed) extensions of AgE which are not in main stream
    • platform - bug fixing branch of main stream (trunk)
      • jage-2.4.2
    • refactoring - main stream (particulary AgE platform) refactoring projects of code which is located in trunk, but the changes cannot be developed in trunk
    • subprojects - various projects with new features of AgE platform
  • tags - tags of released versions
  • legacy - finished projects which are not used/developed any more

On this page:

Directory structure (of trunk and branches)

  • build-conf — files, used by Eclipse/Maven plugins, providing consistent code fromatting, license headers, file templates, etc.
  • doc — files used to generate system documentation, i.e. Maven documentation templates, images, etc.; sources of diagrams used in documentation,
  • examples — a set of example applications, which illustrate basic platform mechanism
  • platform — the platform implementation divided into maven submodules
  • src — web-site sources, license, etc.

AgE @ Herman

Location (for authenticated users): https://herman.iisg.agh.edu.pl/svn//jage

The Herman repository contains a set of libraries used for evolutionary computations.