Hi Marc, I'm using gradle to build GWT projects (both libraries and apps) and it's working for me. I created a seperate source set under src/gwtTest/java and put them under there. I've written a plugin to do it, happy to share if you want more info.
There's also a gwt plugin at http://code.google.com/p/gradle-gwt-plugin/ but I don't know what status it's in. Cheers Andrew On 9 June 2010 18:01, Marc Guillemot <[email protected]> wrote: > Hi, > > I've problems running my GWT unit tests (the ones extending GWTTestCase) > with Gradle. The first unit test run always pass but GWT complains for the > following ones. > > Does someone use gradle to build a GWT project and particularly to run the > (GWT) unit tests? > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
