Craig Tadlock

Results 28 comments of Craig Tadlock
trafficstars

@FibreFoX It's not my app's `Info.plist`, its the embedded JRE's `Info.plist` file. This SO question/answer describes the solution: https://stackoverflow.com/questions/34613483/itms-90511-cfbundleidentifier-collision Couldn't this plugin make the suggested change to `CFBundleIdentifier` from `com.oracle.java.8u65.jdk`...

The other solution is to copy the JRE "locally", modify it's `Info.plist` and then point the `runtime` parameter at it. Again, this seems like something the plugin could handle. To...

Ya, its nasty. Ive tried setting the `runtime` parameter but when I do it seems to silently fail the whole process; nothing generated, no signing... Any ideas?

I agree we do need to separate things out a bit more. The core tornadofx should be strictly the UI framework. I dont see how DI could be removed. Rest...

@SchweinchenFuntik Did you ever submit a PR for this?

As an FYI, Ive started to help @edvin on this when I can. We are using it for JDK 11 so Im motivated to push this along. The jsk10 branch...

Any updates on a plan for tornadofx to support Java 11?

@HoldYourWaffle I’ll get this merged in. Can you also submit one for the jdk10 branch to make it easy? ;)