Can't build buck

267 views Asked by At

I execute following steps and get an error when Ant builds the buck buildsystem.

Apache Ant(TM) version 1.9.6 compiled on June 29 2015

git clone https://github.com/facebook/buck.git
cd buck
ant

Buildfile: /Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build.xml

checkversion:

compile-testrunner:
[mkdir] Created dir: /Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build/testrunner/classes
[javac] Compiling 13 source files to /Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build/testrunner/classes

tracing-api:
[mkdir] Created dir: /Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build/tracing-api/classes
[javac] Compiling 2 source files to /Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build/tracing-api/classes
[javac] properties file /Users/<dir>/01_Developer does not exist

BUILD FAILED
/Users/<dir>/01_Developer     Plattform/Gerrit_Plugins/buck/build.xml:243: The following error occurred while executing this line:
/Users/<dir>/01_Developer Plattform/Gerrit_Plugins/buck/build.xml:372: Compile failed; see the compiler error output for details.
0

There are 0 answers