microscopic-finland-53888
06/29/2018, 3:32 PM1.7.0 tag in my clone of the repo, and point my plugins to the same version, everything runs fine, but if i try to use the current version, things blow up (both the plugins im using are in contrib):
PANTS_PLUGINS="['pantsbuild.pants.contrib.scalajs==1.9.0.dev0,'pantsbuild.pants.contrib.node==1.9.0.dev0']" PANTS_PYTHONPATH="+['/Users/tommy.wagner/git/pants/contrib/python/src/python']" PANTS_BACKEND_PACKAGES="+['pants.contrib.python.checks']" PANTS_VERSION=1.9.0.dev0 /Users/tommy.wagner/git/pants/pants compile ::
ERROR] Invalid scope [scala-platform] in /Users/tommy.wagner/git/strategy/recommendations/pants.ini
Exception caught: (<class 'pants.option.config.ConfigValidationError'>)
Exception message: Invalid config entries detected. See log for details on which entries to update or remove.
(Specify --no-verify-config to disable this check.)
Is this the correct way I should be trying to run pants from sources? Has something about the config file changed since the last RC?witty-crayon-22786
06/29/2018, 3:38 PMIs this the correct way I should be trying to run pants from sources?Yea, seems right.