conscript
conscript copied to clipboard
Scala at your command
When conscript fails to find the default "master" branch -- or the specified branch if one is specified -- then it incorrectly reports "Repository not found on github" rather than...
Or maybe before/after scripts that are sourced if they exist. Just some way for conscript programs to do stuff outside the JVM if they need to.
Neither the jar nor the shell script make the `cs` available in the terminal.
The file is present at the specified location, but anny attempt to run cs results in this error... ``` $ ./cs Error: Unable to access jarfile ~/.conscript/sbt-launch.jar ``` This is...
My platform is windows 10, powershell version is 4.0: I use admin command line, try to run setup.ps1, and get errors of SSL access: ``` ::: ERRORS Server access Error:...
My platform is windows 10. I set %CONSCRIPT_HOME% and %PATH% as the http://www.foundweekends.org/conscript/setup.html instruction. My %profile dir%/.gitconfig file is: ``` # This is Git's per-user configuration file. [user] # Please...
Right now, conscript searches for launchconfig files using the pattern "^src/main/conscript/([^/]+)/launchconfig$". The problem with this is that it's too inflexible. I personally think that launchconfig files are not part of...
This is actually a suggestion. Just crossed my mind that the official documentation already points to conscript to achieve one of the sbt features: [Scripts](http://www.scala-sbt.org/0.13/docs/Scripts.html) (kind of an interesting circular...
When running multiple `scalas` instances (installed using conscript as described on http://www.scala-sbt.org/0.13/docs/Scripts.html) all of the are hanging and just reporting: ``` Waiting for lock on /home/brandl/.conscript/boot/sbt.boot.lock to be available... ```...
Homebrew won't download and install because of cert issues during the install process. This is specific to this recipe, it fails trying to get sbt0.12.1, but I can install SBT...