summaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Collapse)Author
2006-03-31Added state in addition to version in title information of API documentation ↵knut
as a part of #83
2006-03-31Workaround for packaging with empty directories and preparing build file for RC1knut
2006-03-31Removed tests from the build process and added a new target 'all' to run ↵knut
everything
2006-03-31Removed evaluation of pradolite.php, lint check is okknut
2006-03-31Switched to use the original build script to generate pradolite.phpknut
2006-03-09Disabling "if-if-else" warnings from analyze reportingknut
2006-03-08Added a ZendCodeAnalyzerTask and a analyze target to phing to be able to run ↵knut
the Zend Code Analyzer against the framework source
2006-03-07Added variuos resource files to build (Ticket #82)knut
Also set code coverage to false by default. Can be set to true with: -Dcodecoverage=true on the command line when running phing
2006-02-26Corrected references to XSD and DTD filesknut
2006-02-25Excluding DataAccess/**/*.php from code coverage since that part of the ↵knut
framework is incomplete
2006-02-23Completed target pradoliteknut
2006-02-23Created an XmlLintTask to validate configuration against XML Schema ↵knut
Definitions and a new target lint-demos to check both syntax of demo configuration and PHP source files
2006-02-21A lot of updates to the build fileknut
* PEAR packaging removed for new implementation using package2.xml * Created 'dist' as default target which build everything
2006-02-09added lint task for checking syntax of PHP source filesknut
2006-02-01added pradolite targetknut
2006-01-30fixed minor bug with XML entities in build.xmlknut
2006-01-30added some more info to the PearPackageTaskknut
2006-01-30- Ported a few unit tests from the I18N packageknut
- Moving report stylesheets to buildscripts/phing - Added a build/dist target for both standard distribution and PEAR package to build.xml
2006-01-26Prototype on new test system with Phing and PHPUnit2 to generate both Unit ↵knut
Test reports and corresponding Code Coverage reports