Closed ComFreek closed 5 years ago
sbt
mmt/deploy
publishLocal
python/publishLocal
libraryDependencies += "info.kwarc.mmt" %% "mmt" % "15.0.0"
org.tukaani….
Also add the unmanaged xz.jar dependency to your project:
xz.jar
// If you have MMT cloned locally somewhere unmanagedJars in Runtime += file("<path-to-mmt-preferably-relative>/mmt/deploy/lib/xz.jar")
Subsumed by #447.
Steps to reproduce:
sbt
,mmt/deploy
, thenpublishLocal
(possiblypython/publishLocal
as well, see #437.org.tukaani….
cannot be found on the classpath.Quickfix (for endusers)
Also add the unmanaged
xz.jar
dependency to your project:392 also discusses replacing
xz.jar
by a manged dependency, ping @tkw1536.