Slackbot
04/04/2022, 3:36 PMwolfs
04/04/2022, 3:54 PMHervé Guillemet
04/04/2022, 3:56 PMHervé Guillemet
04/04/2022, 3:58 PMwolfs
04/04/2022, 4:01 PM--no-watch-fs
? Same behavior?Hervé Guillemet
04/04/2022, 4:02 PMHervé Guillemet
04/04/2022, 4:05 PM--no-daemon
makes it work as expected.Hervé Guillemet
04/04/2022, 4:06 PMwolfs
04/04/2022, 4:07 PMext4
this works?Hervé Guillemet
04/04/2022, 4:08 PMHervé Guillemet
04/04/2022, 4:15 PMHervé Guillemet
04/04/2022, 4:16 PMwolfs
04/04/2022, 4:30 PM--no-watch-fs
doesn’t work either, that doesn’t seem to be related to the virtual file system in Gradle. Does --info
or --debug
show some interesting things?Hervé Guillemet
04/04/2022, 4:35 PM2022-04-04T18:32:51.720+0200 [DEBUG] [org.gradle.internal.watch.vfs.impl.DefaultWatchableFileSystemDetector] Detected f2fs: /home from /dev/nvme0n1p4 (remote: false)
Hervé Guillemet
04/04/2022, 4:36 PM2022-04-04T18:32:50.668+0200 [DEBUG] [org.gradle.internal.vfs.impl.AbstractVirtualFileSystem] Invalidating VFS paths: [/home/java/javafx-sample/build/native]
Hervé Guillemet
04/04/2022, 4:37 PMwolfs
04/04/2022, 4:38 PM--no-daemon
would make a difference.grossws
04/04/2022, 4:39 PMgrossws
04/04/2022, 4:39 PMlsof
to find if it's the caseHervé Guillemet
04/04/2022, 4:45 PMHervé Guillemet
04/04/2022, 4:46 PMls
if it was the reason, I believe.Hervé Guillemet
04/04/2022, 4:52 PM--info
prints:
Not watching /home/java/javafx-sample since the file system is not supported
Watching the file system is configured to be enabled if available
File system watching is active
Hervé Guillemet
04/04/2022, 5:14 PM@OutputDirectory
, if I replace the annotation with @Internal
, it worksHervé Guillemet
04/04/2022, 5:17 PMHervé Guillemet
04/04/2022, 5:32 PM--no-daemon
Hervé Guillemet
04/04/2022, 6:08 PMHervé Guillemet
04/04/2022, 8:17 PMHervé Guillemet
04/04/2022, 8:18 PM--no-daemon
the libs are unloaded when the JVM dies.
Not sure how to solve this though.