gpt4 book ai didi

Grails 测试包错误

转载 作者:行者123 更新时间:2023-12-02 13:57:11 26 4
gpt4 key购买 nike

运行时 grails test-app -integration我收到这些错误:

2013-08-05 10:57:34,701 [WARN ] 
(main)grails.app.resourceMappers.org.grails.plugin.resource.BundleResourceMapper -
Cannot create a bundle from resource [/less/dummy.css],
the content type [application/octet-stream] is not supported. Set the resource to exclude bundle mapper.

(这是为所有 css/js/less... 资源打印的)

那是什么意思。我该如何解决?

这是我的 MIME 类型设置:
grails.mime.types = [
all: '*/*',
atom: 'application/atom+xml',
css: 'text/css',
less: 'text/less',
csv: 'text/csv',
form: 'application/x-www-form-urlencoded',
html: ['text/html','application/xhtml+xml'],
js: 'text/javascript',
coffee: 'text/coffeescript',
json: ['application/json', 'text/json'],
multipartForm: 'multipart/form-data',
rss: 'application/rss+xml',
text: 'text/plain',
xml: ['text/xml', 'application/xml']
]

// What URL patterns should be processed by the resources plugin
grails.resources.adhoc.patterns = ['/images/*', '/css/*', '/js/*', '/plugins/*']

最佳答案

经过一番挖掘,似乎是 MockServletContext 的问题。在 Spring Framework 中,该问题已在 3.2.2 版 ( JIRA ) 中得到解决

Grails 2.2.4 仍然在 Spring Framework 3.1.x 上,我不确定 Grails 2.3 是否已经升级到 3.2.x 版本。

所以基本上这是一个烦人但无害的问题,它将在 future 的 Grails 版本中消失。

关于Grails 测试包错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18054222/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com