mysterious-farmer-45668
10/15/2018, 11:43 PMwitty-crayon-22786
10/15/2018, 11:43 PM$ find 3rdparty -name 'BUILD' | wc -l
535
witty-crayon-22786
10/15/2018, 11:43 PMthankful-needle-74204
10/17/2018, 8:02 AMbrief-engineer-67497
10/17/2018, 8:17 AMred-balloon-89377
10/17/2018, 1:20 PMbuild-support/docker/pants_dev/Dockerfile
, which is broken (canāt compile something that includes #include <openssl/opensslv.h>
). The travis image under build-support/docker/travis_c/
should be whatās needed to repro any CI failures. Any strong opposition to a PR deleting it?nutritious-monkey-78516
10/17/2018, 4:42 PMBuild graph construction failed: Exception No source of required dependency: Dep graph contained a cycle.
damp-mouse-24788
10/17/2018, 11:53 PMdamp-mouse-24788
10/17/2018, 11:59 PMpurple-oil-45048
10/18/2018, 2:00 AM./pants resolve ::
might be what you want to use
https://www.pantsbuild.org/options_reference.html#resolvedamp-mouse-24788
10/18/2018, 5:15 AMwitty-crayon-22786
10/18/2018, 10:33 PMstrong-crayon-70379
10/18/2018, 10:34 PMwitty-crayon-22786
10/18/2018, 10:45 PMbrief-engineer-67497
10/19/2018, 8:54 AMjunit_tests
target ? (either scalatest or scalacheck)brief-engineer-67497
10/19/2018, 8:54 AMred-balloon-89377
10/19/2018, 8:55 AMred-balloon-89377
10/19/2018, 8:55 AMred-balloon-89377
10/19/2018, 9:14 AMbrief-engineer-67497
10/19/2018, 9:51 AMbrief-engineer-67497
10/19/2018, 9:51 AMred-balloon-89377
10/19/2018, 10:04 AM./pants test my/test:test -- <args_to_scalacheck>
. However, if you want to do per-target options, that might be a bit trickier, let me know if that is the case.brief-engineer-67497
10/19/2018, 11:38 AMbrief-engineer-67497
10/19/2018, 11:41 AMbrief-engineer-67497
10/19/2018, 11:41 AMorg.pantsbuild.tools.junit.impl.ConsoleRunnerImpl
, I don't see it passing the arguments belowbrief-engineer-67497
10/19/2018, 11:48 AMjunit_tests
target ?brief-engineer-67497
10/19/2018, 11:49 AMbrief-engineer-67497
10/19/2018, 11:54 AM./pants test dir::
white-island-59741
10/19/2018, 12:00 PMresources(
name = 'config',
sources=['application.properties']
)
and then adding it as dependency into jvm_binary
target. But in jar, my application.properties is placed under project1
path. How can I explicitly tell pants, that path src/resources/project1
is my root path for jar?red-balloon-89377
10/19/2018, 2:02 PM