Brad Wood
Brad Wood
If you want to inspect the jar produced by my build, you can see it here. https://s3.amazonaws.com/downloads.ortussolutions.com/cfmlprojects/runwar/4.8.00-SNAPSHOT/runwar-4.8.00-SNAPSHOT.jar The system tray lib is being "shaded" into an uber-jar along with other...
@dorkbox Thanks for the ideas on reducing jar size. Do you have any help on the error though ``` java.lang.NoSuchFieldError: INSTANCE at dorkbox.util.CacheUtil.makeCacheFile(CacheUtil.java:395) ``` While the Gradle examples are cool,...
Just to respond categorically to a few of your size related points (I'm not sure why you merged that discussion here since it really was unrelated entirely to the error...
> you're also using Notify.... and there might be jar version conflicts. Ahh, that would make sense. I did check ensure there were no updates to the Notify library, but...
Excellent, I'll grab the latest Notify and give it a shot once I see it pop into Maven (3.7 is still the latest at the time I write this) https://central.sonatype.com/artifact/com.dorkbox/Notify/3.7
Sure. You can reach me at brad at bradwood.com
Hi @dorkbox and thanks for all the work! It took me some time to figure out the new API changes, but I have my project compiling on the latest versions...
This code does not compile (_cannot find symbol_) : ``` .theme(Theme.defaultDark) ``` Did you perhaps mean this? ``` .theme(Theme.Companion.getDefaultDark()) ```
Hmm, I can commit it to a branch, but I'm not sure how to have you test it. SystemTray and Notify are embedded in a Java library that's embedded in...
@dorkbox Any luck yet with my instructions above on reproducing the issues? How can I help move this along? I'm working on a new major release of my tool and...