If you're referring to Java compilation, tools like Ant and Maven generally perform incremental compilation unless explicitly forced to do otherwise, such as by "cleaning" (deleting) existing classfiles from a previous compilation.
HTH, Matt On Sat, Oct 28, 2017 at 5:17 PM, R0b0t1 <r03...@gmail.com> wrote: > Hello, > > When referring to Makefiles, dependencies are rules that represent a > subset of the overall build. With Ant, I they seem to represent > external libraries, so I am having trouble researching my question. > > Is it possible to cache compilation results? I would like to avoid > lengthy compile times after changing one file. > > Respectfully, > R0b0t1. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org