Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atahanozer opened this issue Feb 4, 2014 · 0 comments

Comments

@atahanozer
Copy link

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"

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant