尝试从运行应用程序(运行良好,完全没有问题)转移到在 Tomcat 上运行。但是,当我们运行grails test war
该Building War File...
步骤时会失败。
这是控制台输出,我不确定如何强制它告诉我构建的问题。
Loading Grails 2.2.0
| Configuring classpath.
| Environment set to test.....
| Packaging Grails application.....
| Compiling 1 source files.....
| Compiling 33 GSP files for package [infogriz]..
| Compiling 5 GSP files for package [debug].
| Compiling 4 GSP files for package [databaseMigration]..
| Building WAR file.....
并且弹出窗口打开了'grails test war' has encountered a problem. Problem executing: test war.
真正有用的。
“详细信息”按钮提供了更多详细信息。
Problem executing: test war --stacktrace --verbose
Command terminated with an error code (see details for output)
------System.out:-----------
Loading Grails 2.2.0
| Configuring classpath.
| Environment set to test.....
| Packaging Grails application.....
| Compiling 2 source files.....
| Compiling 33 GSP files for package [infogriz]..
| Compiling 5 GSP files for package [debug].
| Compiling 4 GSP files for package [databaseMigration]..
| Building WAR file.....
------System.err:-----------
有任何想法吗?我尝试添加 --stacktrace 但它仍然没有告诉我为什么它失败了。
编辑。
感谢 Ian 的评论,从命令行运行。新的错误是:
`| Error Error executing script War: : c:\Users\me\git\infogriz\grails
-app\migrations does not exist.
我猜我会在午饭后建立那个文件?