在 Ubuntu 上运行应用程序时出现 Grails 依赖错误

标签 grails ubuntu

尝试在 Ubuntu (8) 上运行带有 grails 2.0.3 的应用程序时遇到以下问题,该应用程序在 OS X 上运行良好:

:: problems summary ::
:::: WARNINGS
    ::::::::::::::::::::::::::::::::::::::::::::::
    ::          UNRESOLVED DEPENDENCIES         ::
    ::::::::::::::::::::::::::::::::::::::::::::::
    :: org.grails.plugins#resources;1.1.6: configuration not found in org.grails.plugins#resources;1.1.6: 'master'. It was required from org.grails.plugins#jquery-mobile;1.0.3 compile
    ::::::::::::::::::::::::::::::::::::::::::::::

:: problems summary ::
:::: WARNINGS
    ::::::::::::::::::::::::::::::::::::::::::::::
    ::          UNRESOLVED DEPENDENCIES         ::
    ::::::::::::::::::::::::::::::::::::::::::::::
    :: org.grails.plugins#resources;1.1.6: configuration not found in org.grails.plugins#resources;1.1.6: 'master'. It was required from org.grails.plugins#jquery-mobile;1.0.3 compile
    ::::::::::::::::::::::::::::::::::::::::::::::

| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):

- org.grails.plugins:resources:latest.integration
知道在哪里寻找问题吗?

最佳答案

这可能是插件加载顺序的问题。

遇到类似问题时,我从 application.properties 中删除了所有插件,并在插件之后添加插件(每次服务器重新启动)。

关于在 Ubuntu 上运行应用程序时出现 Grails 依赖错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10064115/

相关文章:

Linux 文本匹配提示音

java - 没有 USB 设备识别 libusbJava/ubuntu 13.04

chalice 3 : overriding service in doWithSpring

mysql - 使用 TEXT 字段将 Grails 域类映射到遗留数据库时出现问题

grails - Spring Security @secure无法在Grails中使用角色层次结构

java - 适用于 Linux 和 RandomSource 的 Oracle Java 8 x64

xml - Odoo 路由给出 "Internal Server Error"错误页面

asp.net - 如何运行 'dotnet dev-certs https --trust' ?

database - 阻止 Grails 在 Controller 方法中打开与数据库的连接

grails - Grails Webflow中的动态变量