First THX Jens and Thomas, I would expect that the CodeServer should handle this correctly, so I will open an bug for the GWT project. Or is that a IDEA bug because the file is not hidden?
Maybe you have also an idea why the first start of the CodeServer takes so long? BR Rocco Am Donnerstag, 31. März 2016 15:22:05 UTC+2 schrieb Jens: > > *___jb_old___ files are temporary files created by IntelliJ when safe > write is enabled (Settings -> Appearance & Behavior -> System Settings -> > Use "safe write"). > > Looks like the file has been deleted by IntelliJ between the time GWT has > detected it was created (using Java watch service) and calling > Files.isHidden(). Please open a bug for it. > > To workaround it you can disable the above setting in IntelliJ which > should prevent creating temp files on saving or you disable the file > watching in GWT by adding -Dgwt.watchFileChanges=false to your run > configuration. > > -- J. > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
