2017 © Pedro PelĂĄez
 

library ant-build

Build a project with ant and use a parent build config.

image

app3web/ant-build

Build a project with ant and use a parent build config.

  • Monday, October 9, 2017
  • by 3web
  • Repository
  • 1 Watchers
  • 0 Stars
  • 177 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 0 % Grown

The README.md

ant-build

Composer install

Install the composer dependencies., (*1)

composer:install

Composer update

Update the composer dependencies., (*2)

composer:update

Build Workflow

validate
|compile
|-test
|--package
|---integration-test
|----verify

Clean

Clean the target direcory., (*3)

clean

phpdoc

Create the php doc., (*4)

phpdoc

Tagging

Tag the source code. JDK 8 is required!, (*5)

tagging

Ent to end Test

Run enduser test., (*6)

e2e-test

Use

To use, create a main xml:, (*7)

Copy the build.xml.dist as build.xml in project main., (*8)

 for a clean arcive

Add the following in the composer config. file., (*9)

 "archive": {
   "exclude": [".DS_Store", ".localized", "thumbs.db", "desktop.ini",
     "$Recycle.bin", ".git", ".svn", "nbproject/", "*.phar",
     "target/*", "*.properties", "build.xml"]
 }  

The Versions