I created an issue in Jira, and in the meantime, figured out a way to make it
work with the current 0.9rc1 release.


jettyRun.doFirst {
  jettyRun.webAppConfig = new JettyPluginWebAppContext()
  jettyRun.webAppConfig.baseResource = new ResourceCollection(
    [
      "${file(webAppDirName)}", 
      "${rootProject.relativePath(compileGwt.buildDir)}"
    ] as String[])
}
-- 
View this message in context: 
http://gradle.1045684.n5.nabble.com/Multiple-web-app-source-directories-jetty-plugin-tp3211438p3231128.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


Reply via email to