limcheekin / jquery-validation-ui

JQuery Validation UI Plugin - Client Side Validation without writing JavaScript

Home Page:http://limcheekin.github.io/jquery-validation-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error after installing plugin version 1.4.9 org/grails/plugins/tomcat/fork/ForkedTomcatServer$_findSystemClasspathJars_closure3

atahanozer opened this issue · comments

Hi,

I added console log. When I tried to install the plugin I got this error:

|Loading Grails 2.3.5
|Configuring classpath
.
|Environment set to development
.................................
|Packaging Grails application
|Installing zip jquery-validation-ui-1.4.9.zip...
...
|Installed plugin jquery-validation-ui-1.4.9


  • Your grails-app/conf/Config.groovy has been updated with *
  • default configurations of JQuery Validation UI; *
  • please verify that the values are correct. *

.............
|Installing zip jquery-validation-1.9.zip...
...
|Installed plugin jquery-validation-1.9
.............
|Installing zip constraints-0.6.0.zip...
...
|Installed plugin constraints-0.6.0
....................
|Compiling 241 source files
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
.......
|Compiling 40 source files
.......................................................Error
|
Error executing script RunApp: org/grails/plugins/tomcat/fork/ForkedTomcatServer$_findSystemClasspathJars_closure3 (Use --stacktrace to see the full trace)

//////////////////////////////////////////////////////

BuildConfig.groovy (plugins):

plugins {
// plugins for the build system only
build ":tomcat:7.0.50"

    // plugins for the compile step
    compile ":scaffolding:2.0.1"
    compile ':cache:1.1.1'
    compile ":spring-security-core:2.0-RC2" //s2-quickstart
    compile ":spring-security-ui:1.0-RC1"

    // plugins needed at runtime but not for compilation
    runtime ":hibernate:3.6.10.7"// or ":hibernate4:4.1.11.6"
    runtime ":database-migration:1.3.8"
    runtime ":jquery:1.10.2.2"
    runtime ":resources:1.2.1"

}