rough-dog-96241
04/11/2017, 10:22 PMcurrent
symlink 'back' to the old directory but never does. Sounds like you think I'm insane, so I'm going to fish through cache_manager.py
and see what I can find.witty-crayon-22786
04/11/2017, 10:24 PMwitty-crayon-22786
04/11/2017, 10:24 PMrough-dog-96241
04/11/2017, 10:28 PMwitty-crayon-22786
04/11/2017, 10:31 PMwitty-crayon-22786
04/11/2017, 10:31 PMrough-dog-96241
04/11/2017, 10:47 PMwitty-crayon-22786
04/11/2017, 10:47 PMrough-dog-96241
04/11/2017, 10:47 PMrough-dog-96241
04/11/2017, 11:35 PMvt.results_dir
with vt.current_results_dir
-- the former is a symlink which doesn't update if the target is valid, the latter is generated from the cache key and works.gray-sugar-70433
04/12/2017, 4:37 AMmake
side by side with pants?gray-sugar-70433
04/12/2017, 4:37 AMpurple-oil-45048
04/12/2017, 7:48 AMpurple-oil-45048
04/12/2017, 7:48 AMpurple-oil-45048
04/12/2017, 7:53 AM+ /foo
/src/main/scala
/test/scala
+ /bar
/src/main/scala
/test/scala
As a first step, I wanted to make ./pants test ::
work. But as far as I understand, pants would like to have all tests under /test
— which isn’t the case yet..purple-oil-45048
04/12/2017, 8:05 AMln -s foo/src/main/scala src/scala/foo
but pants doesn’t seem to like symbolic links: Exception message: Can only scan directories and src/scala/foo is not a valid dir
polite-student-85192
04/12/2017, 12:33 PMbright-apartment-76721
04/12/2017, 3:21 PMclean-fish-15260
04/12/2017, 4:00 PMclean-fish-15260
04/12/2017, 4:01 PMclean-fish-15260
04/12/2017, 4:02 PMpants
and pants.ini
to the root of the repo, 3rd-party
, build-support
, etcclean-fish-15260
04/12/2017, 4:03 PMBUILD
files, and I strongly recommend you try to use the buildgen for scala from fsq.ioclean-fish-15260
04/12/2017, 4:03 PMwitty-crayon-22786
04/12/2017, 4:31 PMwitty-crayon-22786
04/12/2017, 4:31 PM./pants help-advanced source
for more info.witty-crayon-22786
04/12/2017, 4:33 PMwitty-crayon-22786
04/12/2017, 4:33 PMwitty-crayon-22786
04/12/2017, 4:34 PMbright-apartment-76721
04/12/2017, 4:34 PMwitty-crayon-22786
04/12/2017, 4:35 PMjar(name, org, rev, url='<file://this/is/a/relative/path>')
... to support checking things into the repo if that floats your boat