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
// important detail here, even on Windows, Zinc expects the separator within the jar
101
101
// to be the system default, (even if in the actual jar file the entry always uses '/').
102
102
// see https://github.com/sbt/zinc/blob/dcddc1f9cfe542d738582c43f4840e17c053ce81/internal/compiler-bridge/src/main/scala/xsbt/JarUtils.scala#L47
103
-
new java.io.File(s"$jar!$pathToClassFile")
104
-
case outputDir =>
105
-
new java.io.File(outputDir.file, pathToClassFile)
106
-
}
103
+
new java.io.File(s"${outDir.path}!$pathToClassFile")
0 commit comments