You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"-c/--copy" copies the Phar into the tools directory, but without the file extension. The tools can not be called directly that way - only with "php tools\toolname". The BatPharActivator should be called to create a matching batch file.
Why is the copy flag stored in the phive.xml? It feels more like an environment specific option to me.
The text was updated successfully, but these errors were encountered:
That indeed sounds like a bug. I thought on windows we always do a copy because windows can't do symlinks properly. But then, I don't use windows.
The flag is stored because it is a decision done on behalf of the project: Quite some people commit the binary of the tools along in their repository - which of course will only work when there is a copy rather than a symlink. And for updates we also want to maintain that state. I prefer to have that in a clean config file rather than having to guess from a file that may or may not exist.
"-c/--copy" copies the Phar into the tools directory, but without the file extension. The tools can not be called directly that way - only with "php tools\toolname". The BatPharActivator should be called to create a matching batch file.
Why is the copy flag stored in the phive.xml? It feels more like an environment specific option to me.
The text was updated successfully, but these errors were encountered: