jdaugherty opened a new issue, #390: URL: https://github.com/apache/grails-intellij-plugin/issues/390
If I am editting a grails application on my local machine while the app is running, and I make a change to the code, then 'save all', the change is recognised by the running app and all works well. However, if the application resides on my local machine in a path that includes spaces - i.e. `c:\my files\grailsApplication` then if I make changes to the app while its running, the changes don't get recognised and I have to restart the application. Is this a know bug? Is there a fix? I use the ‘out of the box’ Grails run config, so the command line is run-app. I am seeing this problem when running version 2023.2.5 ## Steps to reproduce I have attached a zip file with a very basic grails application. If I save this on my local disk at c:\grails\TestGrailsApp it runs fine, and I can click the mycontroller link on the home page and it runs the default action, which is to display the string ‘Displayme’. If I change the string (‘Displayme’) in my mycontroller, and then save all, and refresh the mycontroller page, the change I made to the controller string is reflected in the display. I.e. the app has reloaded ok. But if I copy this app to c:\Grails Test\TestGrailsapp and do the same test, the display doesn’t reflect the change that I have made in the controller code. i.e. it hasn’t reloaded. I have to restart the app to see the change. --- *Imported from [IDEA-339943](https://youtrack.jetbrains.com/issue/IDEA-339943) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
