Skip to content

Commit cfbf0df

Browse files
author
graeme
committed
fix for GRAILS-1554
git-svn-id: https://svn.codehaus.org/grails/trunk@5346 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 5799c27 commit cfbf0df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/Init.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ void setClasspath() {
440440
populateRootLoader(rootLoader, jarFiles)
441441

442442
rootLoader?.addURL(new File("${basedir}/grails-app/conf/hibernate").toURL())
443+
rootLoader?.addURL(new File("${basedir}/src/java").toURL())
444+
443445
parentLoader = getClass().getClassLoader()
444446
classpathSet = true
445447

0 commit comments

Comments
 (0)