Hi, I'm struggling a bit with the jetty plugin, and I noticed that if you do "gradle jettyRun", it runs the application directly out of the source directory:
08:02:16.952 [main] INFO o.gradle.api.plugins.jetty.JettyRun - Webapp source directory = /var/pickaxe/dev/server/admin-web/src/main/webapp 08:02:16.952 [main] INFO o.gradle.api.plugins.jetty.JettyRun - Reload Mechanic: automatic 08:02:16.952 [main] INFO o.gradle.api.plugins.jetty.JettyRun - web.xml file = /var/pickaxe/dev/server/admin-web/src/main/webapp/WEB-INF/web.xml 08:02:16.952 [main] INFO o.gradle.api.plugins.jetty.JettyRun - Classes = /var/pickaxe/dev/server/admin-web/build/classes I can use jettyRunExploded, but I was wondering what the logic behind this is. I would have expected the contents of src/main/webapp to be copied (and potentially filtered) into the build directory, and run from there. Am I missing something? Thanks, Eric -- Eric Bowman Boboco Ltd [email protected] http://www.boboco.ie/ebowman/pubkey.pgp +35318394189/+353872801532 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
