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
{{ message }}
This repository was archived by the owner on Oct 31, 2021. It is now read-only.
I'm on an up-to-date OSX (El Capitan 10.11.1) and I just installed that latest Mono (Mono MDK 4.2.1 El Capitan Preview). I can't get the init subcommand to work. It seems that pretty much any permutation of command line arguments and current working directory locations results in an "err: target directory:
already exists". Here is one example (from /tmp but any dir ends up the same):
(I also tried building Projekt from source but that produces some warnings and NUnit test failures. The first warning was "WARNING: The runtime version supported by this application is unavailable.".)
I'm on an up-to-date OSX (El Capitan 10.11.1) and I just installed that latest Mono (Mono MDK 4.2.1 El Capitan Preview). I can't get the init subcommand to work. It seems that pretty much any permutation of command line arguments and current working directory locations results in an "err: target directory:
already exists". Here is one example (from /tmp but any dir ends up the same):[ /tmp ]$ mono ~/Applications/projekt/Projekt.exe init NewProject.fsproj --template console --organisation George
err: target directory: /private/tmp already exists
(I also tried building Projekt from source but that produces some warnings and NUnit test failures. The first warning was "WARNING: The runtime version supported by this application is unavailable.".)