On Mon, 22 Jul 2002, Tara Hernandez <[EMAIL PROTECTED]> wrote: > With my first stab at a build.xml with Ant 1.5, the same tree takes > something close to 25 minutes,
How are you doing that? A single <javac> that compiles all files at once or individual tasks? Our biggest source tree (about 1700 files in about 150 dirs) takes far less than that - and as you are talking about two CPUs in your box, I bet my hardware is inferior. > I'm assuming it's either doing some mass dependency handling > generation No, Ant doesn't do any dependency handling at all. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
