ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 521 forks source link

SuperDevMode issue on VirtualBox "Shared Folder" #716

Closed danielsawan closed 2 years ago

danielsawan commented 3 years ago

Hi :) I was trying to put my ninja project on Linux while staying on a windows. So installed an ubuntu server on a virtualbox and used the "share folder" between host machine and virtual machine in order to share the folder containing my ninja project. Like that my eclipse still on windows and i can install services on Linux (database etc).

Anyway the problem i got is that actually the restart on change function of superdevmod just doesn't work as if it could not detect changes of this "special" folder.

So i was wondering how ninja framework detect changes (folder/file last modification date etc.. ?) and what can make that it don't work on a virtualbox shared folder ?

Thanks for your help.