Hi all, I took some time out today to setup an example project using a similar setup to what we're using at work. Basically it launches an H2 server when running jettyRun and configures a JNDI datasource so the application can work for local development and actual deployments.
It's very basic at the moment... it just inserts a single Employee on startup and has no controllers. I'll work on it some more, but this is a start. https://github.com/jamescarr/gradle-jetty-h2 Thanks, James On Fri, Nov 25, 2011 at 10:37 AM, phil.messenger <[email protected]> wrote: > Hi, > > One of our CI Gradle builds just started breaking with a strange error > message: > > * What went wrong: > Execution failed for task ':GraphService:test'. > Cause: Gradle Worker 1 finished with (non-zero) exit value 255. > > The build works locally. > > All the unit tests actually pass, so I'm not sure what's going on here. > > Any ideas? > > Phil. > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Gradle-test-problem-tp5023161p5023161.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
