You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2019/10/31 15:45:00 UTC

[jira] [Created] (DAFFODIL-2225) Github Actions builds fails do to missing mklink

Steve Lawrence created DAFFODIL-2225:
----------------------------------------

             Summary: Github Actions builds fails do to missing mklink
                 Key: DAFFODIL-2225
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2225
             Project: Daffodil
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: 2.5.0
            Reporter: Steve Lawrence
             Fix For: 2.5.0


The Github Actions configuration uses mklink to put sbt on the path. Recently, this broke with the following message:
{quote}
mklink : The term 'mklink' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At D:\a\_temp\79a997b0-f0ad-4763-9266-2c7c5be91bd6.ps1:7 char:1
+ mklink "C:\ProgramData\Chocolatey\bin\sbt" "C:\Program Files (x86)\sb ...
{quote}
Need to determine why this no longer works and fix to get windows tests working again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)