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
Notice, that I have given the wrong ballerina version to test this.
I did update the ballerina command, but it failed with a version not found error. (Expected)
But 'f' is not recognized as an internal or external command, is an unexpected error message.
C:\WINDOWS\system32>bal dist pull 2202.1.1
Checking for newer versions of the update tool...
Downloading ballerina-command-1.3.9 100% [===============================================] 1/1 MB (0:00:01 / 0:00:00)
1 File(s) copied
1 File(s) copied
Tool version updated to the latest version: 1.3.9
Cleaning old files...
C:\PROGRA~1\BALLER~1\lib\ballerina-command-1.3.10.jar
Update successfully completed
ballerina: distribution '2202.1.1' not found
'f' is not recognized as an internal or external command,
operable program or batch file.
ballerina: unknown command 'dist'
Run 'bal help' for usage.
The text was updated successfully, but these errors were encountered:
This happens when we update the tool, we replace the bal.bat (or bal file depending on the OS) file with the newly available one in the new Tool version while running the install script. This is a known issue. When the batch file is edited while it is being executed the commands could get executed partially. https://stackoverflow.com/questions/34856786/my-batch-files-cmd-sometimes-execute-partial-lines
Observed following when test 2201.2.
Notice, that I have given the wrong ballerina version to test this.
I did update the ballerina command, but it failed with a version not found error. (Expected)
But
'f' is not recognized as an internal or external command,
is an unexpected error message.The text was updated successfully, but these errors were encountered: