2017 © Pedro Peláez
 

library build-system

CCABS base system.

image

contao-community-alliance/build-system

CCABS base system.

  • Thursday, December 4, 2014
  • by cca
  • Repository
  • 8 Watchers
  • 0 Stars
  • 7,484 Installations
  • 12 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Version License Downloads, (*1)

Contao Community Alliance Build System

This is the build process used in all projects by the Contao Community alliance., (*2)

It provides a generalized build process based upon ant tasks., (*3)

This is useful to ensure that no branch alias is "behind" the most recent tag on the given branch for the alias., (*4)

Usage

Add to composer.json

Add to your composer.json in the require-dev section:, (*5)

"contao-community-alliance/build-system": "~1.0"

You will also have to specify the dependencies of the various tasks, refer to the documentation., (*6)

Define your build.

A good starting point is to copy the file example/build.xml and example/build.default.properties to your project root., (*7)

If you want to start from scratch, you need at least a build.xml file in your repository with at the following content:, (*8)

<?xml version="1.0" encoding="UTF-8"?>
<project name="my-project" default="build" description="Automated build of my project">
    <!-- import the main build system -->
    <import file="vendor/contao-community-alliance/build-system/ccabs.main.xml" />
</project>

If you want to use our default settings, you are all set., (*9)

Customize the build process.

Refer to the documentation, (*10)

The Versions

04/12 2014

dev-develop

dev-develop

CCABS base system.

  Sources   Download

MIT

04/12 2014

dev-master

9999999-dev

CCABS base system.

  Sources   Download

MIT

04/12 2014

1.0.0

1.0.0.0

CCABS base system.

  Sources   Download

MIT