parttio / textfieldformatter

TextField Formatter Vaadin add-on
Apache License 2.0
13 stars 9 forks source link

4.0.0.beta2 seems to reference Johannes local dev environment #19

Closed epricer closed 5 years ago

epricer commented 5 years ago

the released jar includes references to "C:\Users\Johannes\github\textfieldformatter\target\checkout", which causes this to show up in the logs in projects using the component: 2019-08-26 16:10:45.348 INFO 72422 --- [ restartedMain] c.v.f.server.startup.DevModeInitializer : Starting dev-mode updaters in C:\Users\Johannes\github\textfieldformatter\target\checkout folder. This subsequently results in the fatal exception: java.lang.IllegalArgumentException: 'other' is different type of Path

Notably:

johannesh2 commented 5 years ago

I’ll take a look at it. Thanks for reporting

johannesh2 commented 5 years ago

Should be fixed now in beta3