Commit graph

19 commits

Author SHA1 Message Date
nonlux 8177d6742e Set the CommandExecutor buildPath property when a build is created.
Closes #556
2015-02-23 14:42:04 +00:00
Stéphane HULARD 07f84a28d0 Allow the binary finder to use the project's composer.json file
- Load JSON file and get bin-dir value: https://getcomposer.org/doc/articles/vendor-binaries.md

- Update finder behaviour to avoid code duplication

Signed-off-by: Stéphane HULARD <s.hulard@chstudio.fr>
2014-07-04 11:02:27 +02:00
Dan Cryer d098fabdb6 Adding / correcting the file docblock throughout the project 2014-05-12 17:26:17 +01:00
Dmitry Khomutov 940c1841ff Pull request review fixes 2014-05-11 22:38:33 +07:00
Dmitry Khomutov 495d14ed7b Separeted CommandExecutor for different OS 2014-05-09 19:09:27 +07:00
Dmitry Khomutov 2e1c6e93ce Merge branch 'master' into fixes-for-windows 2014-05-09 15:23:39 +07:00
Dmitry Khomutov c6feef9da3 Fixed phpdocs 2014-05-09 15:21:53 +07:00
Dmitry Khomutov 49de515089 Fixed duplicate methods of CommandExecutor helper: executeCommand and buildAndExecuteCommand 2014-05-09 14:25:24 +07:00
Dan Cryer 66bfcea8ed Migrating PHPMD to use XML report format and add a UI plugin to display warning information. See #305 2014-04-25 11:28:27 +00:00
Dmitry Khomutov 58c565417e Windows fixes 2014-03-15 13:01:41 +07:00
Dmitry Khomutov d0f6d295a1 Fixed 'cd' command for windows 2014-03-13 00:37:57 +07:00
steve.brazier fe7805a5a6 Add debug logging to findBinary() 2014-03-10 12:12:38 +00:00
Dmitry Khomutov 4c3645dbf2 Fixed unittests on windows 2014-03-09 01:46:03 +07:00
Dmitry Khomutov 1497f96b01 Fixed findBinary function for windows (which -> where) 2014-03-09 00:30:00 +07:00
meadsteve 1bc2117c69 extracted build logging logic from the Builder class. 2013-12-13 15:57:56 +00:00
meadsteve 3a3cc98f86 rename CommandExecutor::executeCommand() so that it's not confused with the Builder::executeCommand() 2013-12-13 14:41:02 +00:00
steve.brazier 8d8714746c move findBinary from Builder to CommandExecutor. 2013-12-12 16:17:11 +00:00
steve.brazier d26568b962 fix issue #218 by blanking last output before executing new command. 2013-12-12 14:16:14 +00:00
steve.brazier 5801c6083e move command execution code out of builder class 2013-12-12 14:15:44 +00:00