History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-677
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Grails

run-webtest target does not use corrent classpath, no src/groovy/ code can be found

Created: 29/Jan/07 08:55 AM   Updated: 30/Jan/07 02:06 PM
Component/s: None
Affects Version/s: 0.4
Fix Version/s: 0.4

Time Tracking:
Not Specified


 Description  « Hide
Errors like this occur:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'grailsApplication' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, AdminController: 1: unable to resolve class uk.co.enotions.admin.Common
@ line 1, column 1.
1 error

Caused by:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, AdminController: 1: unable to resolve class uk.co.enotions.admin.Common
@ line 1, column 1.
1 error

at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:326)
at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:848)
at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:480)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:306)

Also found in the previous snapshot that it would not load jars from ./lib either - maybe this is fixed now but I can't be sure because this problem is stopping webtest doing anything.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.