Skip to content

A sample pure Java project using Facebook's Buck build tool.

Notifications You must be signed in to change notification settings

juddgaddie/java-buck-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Java Buck Sample Project

TODO

  • Add tests for resources.
  • Add a commit build in TravisCI

General Issues

  • When Module1 App depends on Module2 App. IntelliJ add a dependency from Module1 test to Module2 however there is no BUCK dependency defined, A work around for this is to make java_test() deps always depend on java_library() deps.

Buck project issues

  • The root module has a not ideal name of module_
  • BUCK does not generate module iml's with resources and test resources see Facebook BUCK #577
  • When buck project is run IntelliJ Idea loses its project SDK.
  • Specify ignored folders in the IntelliJ Project, when calling buck project.

About

A sample pure Java project using Facebook's Buck build tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages