Sean Gilligan

Results 283 comments of Sean Gilligan

I think I just got bitten by this one. (I'm using Closure to process _both_ the debug and the minified versions of a Javascript file, so I need different settings.)

> with 10% support that I had to pull off. see pictures Do you have any photos with the support still attached? I'd be curious to see what it looked...

@phenomeus Thanks!

> Some of the weirdness for keeping jGnash where it's at was integration into Linux and macOS desktops and the displayed application name. Is there something preventing us from moving...

> The biggest annoyance is the java menu with jgnash.app.jGnashFx being displayed. Take a look at [NSMenuFX](https://github.com/codecentric/NSMenuFX) -- I've used it successfully in the past and it is being updated...

> I went ahead and merged in the logging... I've needed it as well. Yeah the silent failures in `start()` are a PITA. There must be a more generic solution...

PR #87 and PR #88 are ready to merge and a start on this work. PR #89 is Work-in-progress towards a minimally modular app.

> The biggest hurdle is simply building for macOS and not having a machine, I'm hoping we can get a macOS build using CI. I've never done this before (all...

So, to be clear this issue is about migrating to JPMS modules and is (mostly) a separate decision from using `jlink` or `jpackage`. The Badass _Runtime_ plugin (in theory, at...

I figured out my issue (need to consistently use the `org.javamoney.moneta` Group ID and artifacts) , but I still think the User Guide should document this.