-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The filename, directory name, or volume label syntax is incorrect. #353
Comments
Hm that looks really weird, could you try with |
Result: $ php box.phar compile --debug
[debug] Checking BOX_ALLOW_XDEBUG
[debug] The xdebug extension is not loaded
[debug] Process restarting (BOX_ALLOW_XDEBUG=internal||0|*|*)
[debug] Running 'E:\OSPanel\modules\php\PHP-7.2-x64\php.exe' '-n' '-c' 'C:\Users\andre\AppData\Local\Temp\4B70.tmp' 'box.phar' 'compile' '--debug' '--ansi'
The filename, directory name, or volume label syntax is incorrect.
[debug] Restarted process exited 1 |
Oh that's on windows. I have no idea to what extend Box works on it to be honest. Maybe try the same command with |
Ya, Windows is 💩 in some situations. --no-restart helped. If you don't mind can you answer my last question: how can I include ALL the directories and files located in src folder, including those that start with ".", line ".git"? Thanks in advance. |
If you want to include hidden files I think you will need a custom finder (see the
The |
Okay, I got it. Thanks for such a quick response! |
Bug report
Basically, I am unable to use 'compile' command because of this error (command and output below).
P.S. trying to compile Laravel Lumen application to PHAR (compile ALL files in the src directory).
$ php box.phar compile > The filename, directory name, or volume label syntax is incorrect.
The text was updated successfully, but these errors were encountered: