>I'm not sure we'll need anything more than just Ant (or want anything more).
>JBoss is built using Ant, so it should be more than enough for us. I would
>hesitate to build in any more dependencies than absolutely necessary.
Indeed! My personal feeling is that any project that I can't load into my
IDE, (in different projects if command line limits are an issue), and push the
build button on, is not correctly designed. Clearly, building without an IDE
is an advantage. But, I would strongly suggest that the project really should
be buildable with some simple form of
javac -d classes `find . -name '*.java' -print`
-----
gr...@cy... (Cyte Technologies Inc)
|