On 16/04/10 2:55 AM, barrymac wrote:
Hi all,

Great to see the 0.9 preview release. I tried it out and some behaviour
changed from the previous 0.9 snapshot I was using. I'm running some GMock
Tests on our struts2 based application and now with the new version I get
class not found errors for projects that the one being tested depends on.
They used to be included in the classpath but now they are not. When I added
the depended on projects to the groovy configuration then the test now
compile but still get symbol not found errors when the tests run.

What is the recommended way to use groovy for unit testing a multiproject
build where the projects are all in plain old java?

Thanks in advance for any help

I wonder if you're running into http://jira.codehaus.org/browse/GRADLE-909 after you upgraded.

Try running gradle -C rebuild clean, to rebuild the caches. Then, see if the problem still happens.


--
Adam Murdoch
Gradle Developer
http://www.gradle.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to