Skip to content

Commit df5ac5f

Browse files
author
graeme
committed
fix for shell, console, test-app exceptions
git-svn-id: https://svn.codehaus.org/grails/trunk@5275 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 8ee4335 commit df5ac5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/jline-0.9.91.jar

59.8 KB
Binary file not shown.

scripts/Bootstrap.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ task(loadApp:"Loads the Grails application object") {
2828
grailsResourceHolder = resourceHolder
2929
}
3030
grailsApplication(org.codehaus.groovy.grails.commons.DefaultGrailsApplication.class, ref("grailsResourceLoader"))
31-
pluginMetaManager(DefaultPluginMetaManager, "file:${basedir}/plugins/*/plugin.xml".toString())
31+
pluginMetaManager(DefaultPluginMetaManager, resolveResources("file:${basedir}/plugins/*/plugin.xml"))
3232
}
3333

3434
appCtx = beans.createApplicationContext()

0 commit comments

Comments
 (0)