Hi there,I'm trying to do something rather simple, but I'm having a hard time.I want to get the java classpath of a dependency and use that classpath to execute a java process.Specifically, I want to get the classpath of: "org.jooq" % "jooq" % "2.4.0".Then I want to call org.jooq.util.GenerationTool.I'm using Play 2.x and this is my build file: http://pastebin.com/tTmsiv1X