Jacek Wicka

Results 13 comments of Jacek Wicka

@SKeeneCode I would like to help with maintaining the project though my time is also limited.

#12 and this one may require changes in documentation i.e. https://edvin.gitbooks.io/tornadofx-guide/content/part1/11_Editing_Models_and_Validation.html

> @JacekWicka mind if I make a PR to 1.0-candidate using your changes? I'm glad to hear, it's useful. Go on, please.

After switching to gradle this cant be merged without a rework. @ctadlock what is your schedule/planning?

> If you execute ./gradlew run on this commit, clicking on this link: ![image](https://user-images.githubusercontent.com/18175747/112822176-e280ab00-9087-11eb-8f22-9b533ffc778d.png)

I'd like to switch to gradle and follow DanySK's suggestion. Please feel free to take a look at [this branch](https://github.com/confinitum/tornadofx2/tree/gradle_build) which I use already in my development. I think it...

@DanySK any error messages?

OIC: UI tests on CI needs some extra love... Try without tests first.

@DanySK has you seen this: https://github.com/TestFX/TestFX#continuous-integration-ci

@DanySK I added travis CI to that gradle_build branch and after some tweaking got it up and running. The important points here are: [.travis.yml](https://github.com/confinitum/tornadofx2/blob/gradle_build/.travis.yml) ``` # headed - _JAVA_OPTIONS="-Dtestfx.robot=glass" #...