Hello, I have the same behaviour - jettyRun is very slow, as well as executing the war task has there been a solution?
thanx, michael Jeppe Nejsum Madsen wrote: > > Hi, > > I just upgraded to Gradle 0.9-preview-1 and I find the jettyRun task > to be rather slow (almost 20s) to startup. Here's some messages when > run with -i: > > :classes UP-TO-DATE > :jettyRun > Executing task ':jettyRun' due to: > Task ':jettyRun' has not declared any outputs. > Configuring Jetty for root project 'liftstart' > Webapp source directory = > /Users/jeppe/projects/blog/liftstart/src/main/webapp > Reload Mechanic: automatic > web.xml file = > /Users/jeppe/projects/blog/liftstart/src/main/webapp/WEB-INF/web.xml > Logging to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog > Context path = / > Tmp directory = determined at runtime > Web defaults = org/mortbay/jetty/webapp/webdefault.xml > Web overrides = none > :: resolving dependencies :: #liftstart;1 > confs: [runtime] > found org.scala-lang#scala-library;2.7.7 in clientModuleChain > found net.liftweb#lift-webkit;2.0-M4 in scala-releases > found net.liftweb#lift-util;2.0-M4 in MavenRepo > found net.liftweb#lift-actor;2.0-M4 in MavenRepo > found net.liftweb#lift-common;2.0-M4 in MavenRepo > found org.slf4j#slf4j-api;1.5.11 in clientModuleChain > [1.5.11] org.slf4j#slf4j-api;[1.5.6,) > found log4j#log4j;1.2.14 in clientModuleChain > found javax.mail#mail;1.4.1 in clientModuleChain > [1.4.1] javax.mail#mail;[1.4,1.4.3) > found javax.activation#activation;1.1 in clientModuleChain > found commons-codec#commons-codec;1.3 in clientModuleChain > found org.slf4j#slf4j-log4j12;1.5.11 in clientModuleChain > [1.5.11] org.slf4j#slf4j-log4j12;[1.5.6,) > found net.liftweb#lift-json;2.0-M4 in MavenRepo > found com.thoughtworks.paranamer#paranamer;2.0 in clientModuleChain > found commons-fileupload#commons-fileupload;1.2.1 in clientModuleChain > found net.liftweb#lift-mapper;2.0-M4 in scala-releases > found com.h2database#h2;1.2.127 in clientModuleChain > found org.apache.derby#derby;10.5.3.0_1 in clientModuleChain > :: resolution report :: resolve 21353ms :: artifacts dl 0ms > --------------------------------------------------------------------- > | | modules || artifacts | > | conf | number| search|dwnlded|evicted|| number|dwnlded| > --------------------------------------------------------------------- > | runtime | 17 | 3 | 0 | 0 || 0 | 0 | > --------------------------------------------------------------------- > Webapp directory = /Users/jeppe/projects/blog/liftstart/src/main/webapp > Starting jetty 6.1.22 ... > > Any hints? > > /Jeppe > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/jettyRun-slow-to-startup-tp28184234p28948607.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
