pantsbuild / scie-pants

Protects your Pants from the elements.
https://www.pantsbuild.org/docs/installation
Apache License 2.0
19 stars 19 forks source link

Using `scie-pants` named `pants` in a repo with a `./pants` script fails. #28

Closed jsirois closed 1 year ago

jsirois commented 1 year ago

Looks like:

$ pants -V
Error: Failed to prepare a scie jump action: Failed to find application zip end of central directory record within the last 131092 bytes of the file. Invalid NCE.

The issue here is the argv0 handling / --pants-bin-name plumbing and may need support work in scie-jump.

jsirois commented 1 year ago

This does require scie-jump work: https://github.com/a-scie/jump/issues/63