irus
09/02/2020, 7:03 PMCannot access script base class 'io.bootique.kotlin.config.ScriptingBQConfigurationScript'. Check your module classpath for missing or conflicting dependencies
Unresolved reference: addConfig
at io.bootique.kotlin.config.KotlinScriptCompilerTest.execute simple script config file(KotlinScriptCompilerTest.kt:36)
https://travis-ci.org/github/bootique/bootique-kotlin/jobs/723554789#L863
On JDK 11+ looks good:
https://travis-ci.org/github/bootique/bootique-kotlin/builds/723554788irus
09/02/2020, 7:41 PM(ClassLoader.getSystemClassLoader() as URLClassLoader).urLs
is just:
/Users/ruslan.ibrahimau/dev/bootique-kotlin/bootique-kotlin-config/target/surefire/surefirebooter8341356191622317372.jar
?
/Users/ruslan.ibrahimau/dev/bootique-kotlin/bootique-kotlin-config/target/surefire/surefirebooter8341356191622317372.jar
Is just a single MANIFEST.MF
with main-class and classpathirus
09/02/2020, 7:50 PM"java.class.path"
system property is contains all classpath on other hand (jars, target-testclasses and target/classes )ilya.chernikov
09/10/2020, 10:20 AMscriptCompilationClasspathFromContext
or so). You need to either extract and configure compilation classpath manually, or set the kotlin.script.classpath
to the proper value.irus
09/10/2020, 10:33 AMilya.chernikov
09/10/2020, 10:37 AMirus
09/10/2020, 11:04 AMilya.chernikov
09/10/2020, 11:27 AMirus
09/10/2020, 12:16 PM