Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #25872
| From | Jim Janney <jjanney@shell.xmission.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Dependency resolution in Java builds |
| Date | 2011-02-10 14:59 -0700 |
| Organization | As little as possible |
| Message-ID | <2pr5bfo8jn.fsf@shell.xmission.com> (permalink) |
| References | <87oc6mi2nl.fsf@web.de> <alpine.DEB.1.10.1102092321530.18846@urchin.earth.li> |
Tom Anderson <twic@urchin.earth.li> writes: > On Tue, 8 Feb 2011, Markus Gessner wrote: > >> Moreover, from the Java guys i frequently here something like "when >> in doubt, clean the project and rebuild". > > A process which, for most people, is pretty fast - seconds to > minutes. Much faster than in C, certainly. I suspect that the speed of > clean builds has meant that there isn't much demand for incremental > ones, and hence we don't have any ability to do them. On the project I work on, every build is followed by a set of automated tests (first unit, then integration). Compiling takes a few minutes, and running the tests normally takes about an hour. So we do a clean build every time. When I'm working at my desk, I just save and Eclipse handles the rest, usually in less than a second. -- Jim Janney
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Dependency resolution in Java builds Markus Gessner <nospam@nospam.com> - 2011-02-08 23:26 +0100
Re: Dependency resolution in Java builds Joshua Maurice <joshuamaurice@gmail.com> - 2011-02-09 14:52 -0800
Re: Dependency resolution in Java builds Arne Vajhøj <arne@vajhoej.dk> - 2011-02-09 19:39 -0500
Re: Dependency resolution in Java builds Jim Janney <jjanney@shell.xmission.com> - 2011-02-10 14:59 -0700
Re: Dependency resolution in Java builds Markus Gessner <nospam@nospam.com> - 2011-02-09 08:18 +0100
Re: Dependency resolution in Java builds Lew <noone@lewscanon.com> - 2011-02-09 18:43 -0500
Re: Dependency resolution in Java builds Joshua Maurice <joshuamaurice@gmail.com> - 2011-02-09 15:50 -0800
Re: Dependency resolution in Java builds Lew <noone@lewscanon.com> - 2011-02-09 08:11 -0500
Re: Dependency resolution in Java builds Joshua Maurice <joshuamaurice@gmail.com> - 2011-02-09 15:03 -0800
Re: Dependency resolution in Java builds "Mike Schilling" <mscottschilling@hotmail.com> - 2011-02-09 20:51 -0800
Re: Dependency resolution in Java builds Arne Vajhøj <arne@vajhoej.dk> - 2011-02-08 21:03 -0500
Re: Dependency resolution in Java builds Tom Anderson <twic@urchin.earth.li> - 2011-02-09 23:26 +0000
Re: Dependency resolution in Java builds markspace <nospam@nowhere.com> - 2011-02-08 18:10 -0800
csiph-web