Are you compiling individual files, or all the directories at a time? We have 800+ classes spread over 5 source directories, and including jarring and signing, our build takes under 2 minutes. This is with 1.4, which seems to be significantly faster than 1.3, but not an order of magnitude. The box is a 1.6 Ghz P4 under Win2K.
So something you're doing is very wrong... Do you have an example of the pattern you're following to compile? ----- Original Message ----- From: "Tara Hernandez" <[EMAIL PROTECTED]> > We're not talking a lot of directories here (at least in the src tree). Is > there any thing that can help with this? If this can't be redressed, it makes > Ant unusable for me. > > -Tara > > Diane Holt wrote: > > > --- 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, with both cpus just pegged for most of > > > the time and apparently not doing any actual compilation, because it > > > only scrolls javac messages for the last couple of minutes. > > > > Sounds like it's spending a long, long time in the directory scanning. > > > > Diane > > > > ===== > > ([EMAIL PROTECTED]) > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Health - Feel better, live better > > http://health.yahoo.com > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- > "I was gratified to be able to answer promptly, and I did. I said I didn't > know" > > -Mark Twain > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
