cedric
06/05/2019, 8:40 PMCasey Brooks
06/05/2019, 8:44 PMcedric
06/05/2019, 8:45 PMirus
06/05/2019, 9:12 PMcedric
06/05/2019, 9:39 PMsuresh
06/06/2019, 1:45 AM~/code/kash(master) » ./run
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
You forgot to checkin the gradle jar file.cedric
06/06/2019, 1:46 AMsuresh
06/06/2019, 1:49 AMcedric
06/06/2019, 1:52 AMcedric
06/06/2019, 1:54 AMall classes need to be known at native image generation time so that the static analysis can process them.This might be an issue if I want users of Kash to be able to add their own classpath before the shell launches
suresh
06/06/2019, 1:54 AMWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jetbrains.kotlin.com.intellij.openapi.util.JDOMUtil$2 (file:/Users/sgopal1/code/kash/build/libs/kosh-fat.jar) to constructor com.sun.xml.internal.stream.XMLInputFactoryImpl()
WARNING: Please consider reporting this to the maintainers of org.jetbrains.kotlin.com.intellij.openapi.util.JDOMUtil$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
cedric
06/06/2019, 1:58 AMsuresh
06/06/2019, 1:59 AMopenjdk version "12" 2019-03-19
OpenJDK Runtime Environment (build 12+33)
OpenJDK 64-Bit Server VM (build 12+33, mixed mode, sharing)
cedric
06/06/2019, 1:59 AMsuresh
06/06/2019, 1:59 AMribesg
06/06/2019, 8:26 AMJoram Visser
06/06/2019, 10:37 AMkosh-fat
(instead of for example kash-fat
)? Or just a consistent typo (in build.gradle.kts
, kash
, kash-debug
and run
)?cedric
06/06/2019, 10:52 AMkosh
until I realized that kash
would be a much better name, with the dollar sign and all. I forgot to rename in a few places...Joram Visser
06/06/2019, 11:08 AMbdawg.io
06/07/2019, 5:59 AM2> /dev/null
to suppress errorscedric
06/07/2019, 5:59 AM2>
, let me know how it works for you