On 3/19/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote:
> 1. ECLIPSE -
> Where do I look for integration with the IDE? Refactoring and code
> completion tools are simply too important to ignore, but Eclipse
> doesn't seem nearly smart enough to pick up the entire build ball and
> run with it, so it seems the IDE integration game becomes one of
> pushing .classpath and so-forth files from a "real" build engine into
> Eclipse, plus having Eclipse swiftly kick off builds on demand.
> Ideally, automatic builds would really work, but nothing seems to
> integrate tightly enough with Eclipse that this seems practical.
> Also, any ability for junior developers to rely on automatic build is
> very concerning, not only because it's an unofficial build engine
> doing the build, but also because Eclipse isn't likely to kick off
> unit tests. It also concerns me somewhat that Maven takes several
> seconds to build an empty project from the command line; ant is
> painfully slow enough on its own.

it's probably only the first build that is slow. it download the
various plugins, their dependencies etc. Next build should be fairly
fast.  I have cca 10 projects, with unit test (few) and a clean build
takes under 30 seconds.

milos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to