So basically you are saying; move to unix (or Cygwin) as a dev platform. I guess I forgot to say that half my work is on a windows work station. I am would like eclipse to reload classes on the fly as they are changed.
Thanks for your pointer, though. It is very useful. Daan Hoogland -----Original Message----- From: Edison Su [mailto:edison...@citrix.com] Sent: woensdag 24 april 2013 19:33 To: dev@cloudstack.apache.org Subject: RE: running jetty with eclipse generated code? > -----Original Message----- > From: Daan Hoogland [mailto:dhoogl...@schubergphilis.com] > Sent: Wednesday, April 24, 2013 2:56 AM > To: dev@cloudstack.apache.org > Subject: running jetty with eclipse generated code? > > H, > > Are any people using the run target in eclipse in debug mode to run > with the local code, as opposed to the packaged code? Eclipse will call maven to build jars, even jetty is running inside Eclipse, AFAIK. > > This would seriously reduce my dev-debug-cycle as I am now completely > building cloudstack on every code change. If you just want to reduce the build time, only build your local changes, instead of build all the projects: You can try the following link: http://www.mail-archive.com/dev@cloudstack.apache.org/msg01459.html > I have not a lot of experience with the use of maven in eclipse. So I > can use a pointer. > > Thanks, > Daan