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
I don't have experience with Scala, but was able to install both sbt and scala-cli with the correct JDK version 1.8, including javac.
However, it seems like code from the current master branch does not pass sbt test and cannot be compiled into a cli using scala-cli package . -o shexs -f (although I did activate the power option for sbt).
Is there any particular release or tagged version that you'd recommend using?
The text was updated successfully, but these errors were encountered:
@labra Thank you so much for this hint! Looking a bit more into sbt, I was even able to build a Linux package using sbt debian:packageBin which works beautifully.
I tried building a Windows executable as well, but that requires the WIX toolset which is painful to get working on Linux. Anyway, with the Rust port of shex-s on the horizon, these issues will become moot soon :)
Hello all,
I don't have experience with Scala, but was able to install both sbt and scala-cli with the correct JDK version 1.8, including
javac
.However, it seems like code from the current master branch does not pass
sbt test
and cannot be compiled into a cli usingscala-cli package . -o shexs -f
(although I did activate thepower
option for sbt).Is there any particular release or tagged version that you'd recommend using?
The text was updated successfully, but these errors were encountered: