Questions tagged [buck]

Buck is a build system developed and used by Facebook. It encourages the creation of small, reusable modules consisting of code and resources, and supports a variety of languages on many platforms.

Buck is a super-fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.

It is used at Facebook to build the Facebook's main Android app, Messenger, and Instagram as well as internal infrastructure at Facebook. The Gerrit project also uses it.

112 questions
0
votes
1 answer

Issues installing Facebook's Buck

I'm trying to install buck and I'm getting the following error: M00972632:~ blah$ brew install --HEAD buck ==> Installing buck from facebook/homebrew-fb ==> Cloning https://github.com/facebook/buck.git Updating /Library/Caches/Homebrew/buck--git ==>…
user1681673
  • 368
  • 1
  • 6
  • 28
0
votes
0 answers

buck compile error: "zip file is empty"

on my virtual-linux system centos, i compile java project with buck encounter the following errors. While in the same directory, compile under Ubuntu is ok. Can any could help me solve this problem? Thanks in advance. buck build…
0
votes
1 answer

How to create multiproject with buck?

For example I have two (A that generates apk, B that generates aar) fully configured projects (.buckconfig, .git and so on). What I need to do to make my project A depends on B? For example I want to be able to enter B project directory and type…
seroperson
  • 123
  • 1
  • 7
0
votes
1 answer

Importing a buck android project into Eclipse

I want to import an existing buck project into Eclipse. I do build the project successfully using buck build exampleApp. Now when I import it as an Android project into Eclipse, I do not get any valid projects except some res, bin, and gen folders.…
0
votes
0 answers

Source JAR with Buck's android_prebuilt_aar

I'm adding a dependency on a AAR file and would like to also specify a source JAR so I can browse the sources in a IDE. With prebuilt_jar I can specify a source_jar. However android_prebuilt_aar doesn't seem to have this…
Martin Konicek
  • 39,126
  • 20
  • 90
  • 98
-1
votes
1 answer

How to run xcconfig on buck build

I include firebase to my pod, inside FirebaseCore.xcconfig there is GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 FIRCore_VERSION=5.4.1 Firebase_VERSION=5.20.0 because above code is never execute, it will always fail to compile since…
steven lee
  • 285
  • 3
  • 8
-3
votes
1 answer

Invoke Findbugs in Android Buck Build

I'm migrating my android project to build with Buck (from Gradle). What's the recommended way to run Findbugs in a Buck build? I couldn't find examples online for how to set that up.
rmahfoud
  • 41
  • 1
  • 4
1 2 3 4 5 6 7
8