bldr-io / bldr

Awesome Task Runner
http://bldr.io
MIT License
219 stars 21 forks source link

Window bug #1 - Clear is not a recoginze command #87

Closed rajeshgrv closed 10 years ago

rajeshgrv commented 10 years ago

 D:\xampp_new\htdocs\matthew>php bldr.phar build

  [RuntimeException]
  Not enough arguments.

build [-t|--tasks="..."] profile

D:\xampp_new\htdocs\matthew>php bldr.phar build tdd

  ______    __       _______   ______
 |   _  \  |  |     |       \ |   _  \
 |  |_)  | |  |     |  .--.  ||  |_)  |
 |   _  <  |  |     |  |  |  ||      /
 |  |_)  | |  `----.|  `--`  ||  |\  \
 |______/  |_______||_______/ | _| `._|

 Building the 'cordoval/matthew-7-12' project
  - Matthew 7:12 project -

 Using the 'tdd' profile
  - Local Development Profile -

Running the testLocal task
> Runs the PHPUnit Tests

'"clear"' is not recognized as an internal or external comm
operable program or batch file.

SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../phpunit/phpunit"
BIN_TARGET="`pwd`/phpunit"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"

Running the watch task
> Watch Task for Local Development

Watching for changes
cryptiklemur commented 10 years ago

I think im just gonna get rid of that clear...

cryptiklemur commented 10 years ago

I removed it in bldr, but the error you are getting, is actually from your projects .bldr.yml file

https://github.com/cordoval/matthew-7-12/blob/master/.bldr.yml#L148

@cordoval Should remove that

cryptiklemur commented 10 years ago

fixed in 5352ebb