Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
rnveach e37455493b added missing packages required to run "karma" and "phantomjs" inside il y a 10 ans
..
README.TXT Migration of build files from Jenkins il y a 11 ans
build.xml Update build.xml il y a 11 ans
package.json added missing packages required to run "karma" and "phantomjs" inside il y a 10 ans
phpcs.xml update to jquery-ui 1.10.0 il y a 11 ans
phpmd.xml Migration of build files from Jenkins il y a 11 ans

README.TXT

How to setup build.xml on your local machine?

1.) Install ant
e.g. apt-get install ant

2.) Install jslint
Get the latest distribution from http://code.google.com/p/jslint4java/ and
place jslint4java-*.jar in your home under .ant/lib/

3.) Install PHP qa tools
Run as root:
pear config-set auto_discover 1
pear install pear.phpqatools.org/phpqatools pear.netpirates.net/phpDox

Alternative:
pear install pear.phpunit.de/phploc
pear install pear.phpunit.de/phpcpd
pear install pear.phpmd.org/PHP_PMD
pear install pear.pdepend.org/PHP_Depend
pear install pear.php.org/PHP_CodeSniffer
pear install PHP_CodeSniffer
pear install pear.phpqatools.org/PHP_CodeBrowser


How to call this ant script?
ant -f build/build.xml -Dbasedir=.