Hoping someone can help me run pants from source. ...
# general
m
Hoping someone can help me run pants from source. I’m trying to get the tip of master to run but am having some issues. If I checkout the pants
1.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
):
Copy code
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 ::
Copy code
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?
w
Is this the correct way I should be trying to run pants from sources?
Yea, seems right.