作者:mobiledu2502921963 | 来源:互联网 | 2023-08-25 16:05
Irecentlyupgradeourprojecttograils2.3.0.EverythingworksfineexceptIvebeenhavingproble
I recently upgrade our project to grails 2.3.0. Everything works fine except I've been having problems with auto-reload not working whenever I make changes to our code. This include all projects artefacts - controllers, domain, services, gsps, css and Javascript files.
我最近将我们的项目升级到grails 2.3.0。一切正常,但每当我对代码进行更改时,我一直遇到自动重载问题。这包括所有项目人工制品 - 控制器,域,服务,gsps,css和Javascript文件。
My older versions of grails work correctly and reloads and recompile every time I make a change.
我的旧版本的grails正常工作,每次进行更改时都会重新加载并重新编译。
I know this question is popular and I have searched Jira, Nabble and here for days now but none of what I have found have been able to solve my problem (I've even tried to add quotes like Peter suggested in this thread http://jira.grails.org/browse/GRAILS-7936 and also this thread Grails Project Not Auto Reloading did not help).
我知道这个问题很受欢迎,我已经搜索了Jira,Nabble和这里好几天了,但是我发现的一切都没能解决我的问题(我甚至试图在这个帖子中添加像Peter这样的引号http:/ /jira.grails.org/browse/GRAILS-7936以及此线程Grails Project Not Auto Reloading没有帮助)。
Am currently running grails on a Macbook pro with the following settings:
我目前正在使用以下设置在Macbook Pro上运行grails:
- grails version 2.3.0
- grails版本2.3.0
- Java version "1.7.0_17" Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
- Java版“1.7.0_17”Java(TM)SE运行时环境(版本1.7.0_17-b02)Java HotSpot(TM)64位服务器VM(版本23.7-b01,混合模式)
- Running from terminal with Textmate as IDE
- 使用Textmate作为IDE从终端运行
Any help would be greatly appreciated.
任何帮助将不胜感激。
5 个解决方案