作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试将我的 Grails 2.1.1 应用程序部署到 Heroku。
我跑 git push master heroku
它运行了一段时间(编译正常,获取依赖项,ec),然后它给了我这个消息:
|Building WAR file
...........................Error
|
Error executing script War: : Replace: source file /app/.grails/2.1.1/projects/Project/stage/WEB-INF/applicationContext.xml doesn't exist (Use --stacktrace to see the full trace)
! Failed to build app
! Heroku push rejected, failed to compile Grails app
grails war
在本地,它可以正常工作。
最佳答案
这种情况下的解决方案是将 WEB-INF 添加到我的存储库中。默认情况下,我的 .gitignore(通过 GitHub 创建)忽略 WEB-INF。
关于Grails 推送到 Heroku 失败 - applicationContext.xml 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14910388/
我是一名优秀的程序员,十分优秀!