`buck clean` works on Windows.

Summary:
Now `buck clean` and `buck clean --project` works on Windows. In order to do this, I have
to close the log file before cleaning, because on Windows you can not delete a file that
is opened by the current process or another process.

Test Plan: Run `buck clean` on Windows.
2 files changed
tree: 1abb9b702d1d09e7e26501f240e6bcb2ff9cc404
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. pmd/
  7. scripts/
  8. src/
  9. test/
  10. testdata/
  11. third-party/
  12. .buckconfig
  13. .classpath
  14. .gitignore
  15. .project
  16. buck.iml
  17. build.xml
  18. DEFS
  19. LICENSE
  20. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0