diniamo
03/14/2021, 6:19 PMBogdan
03/16/2021, 5:41 PMdiniamo
03/20/2021, 5:25 PMBogdan
03/20/2021, 8:41 PMdiniamo
03/20/2021, 8:42 PMSamkeene
03/22/2021, 7:24 PMdiniamo
03/26/2021, 10:36 AMExecution failed for task ':jre'.
> Directory not found: null/jmods
Here is my build script: https://hastebin.de/fadofohiwi.kotlinBogdan
03/26/2021, 5:06 PMBogdan
03/26/2021, 5:08 PMdiniamo
03/26/2021, 5:29 PMdiniamo
03/26/2021, 5:30 PMdiniamo
03/27/2021, 11:39 AMdiniamo
03/27/2021, 12:49 PMBogdan
03/27/2021, 1:48 PMBogdan
03/27/2021, 1:49 PMdiniamo
03/27/2021, 2:10 PMBogdan
03/27/2021, 2:14 PMIt's stated in the tornadofx setup guidethis is already done by plugins
Bogdan
03/27/2021, 2:15 PMThe program doesn't startwithout error ? No dump file?
diniamo
03/27/2021, 2:27 PMdiniamo
03/27/2021, 2:28 PMthis is already done by pluginsI recall those not working with Tornadofx for some reason, tho I'm probably wrong.
Bogdan
03/27/2021, 2:28 PMdiniamo
03/27/2021, 2:49 PMdiniamo
03/27/2021, 2:49 PMBogdan
03/27/2021, 8:39 PMdiniamo
03/28/2021, 6:24 AMdiniamo
03/29/2021, 7:43 AM"<pathToProject>\build\image\bin\../bin/java.exe" -classpath "<pathToProject>\build\image\bin\../lib/*"
which is not ideal, since there is no jar specified. Any more ideas?diniamo
03/29/2021, 7:52 AMdiniamo
03/29/2021, 7:54 AMBogdan
04/01/2021, 3:25 PMOK so @Bogdan I did some debugging,it seems like it tries to execute this command:https://kotlinlang.slack.com/archives/C136UUPE1/p1616845160012000?thread_ts=1615745999.005900&cid=C136UUPE1 I don't see the
application {}
block:
application {
mainClassName = "fullPackage.MainKt"
}