Re: Incremental build support

2003-06-01 Thread Gu Dev
You are right about our destructive deleting. I will join it into a "clean" target. Thanks for the advice. I am still wondering if a build process needs to be "aware" of the fact that it is running in incremental mode and to what extent is it good to leave the build process design to the writer o

Re: Incremental build support

2003-06-01 Thread Kris Bravo
It might be worth it to post at least part of your build script to the list to help explain your problem. I suggest that because I might be misunderstanding what you are saying. Are you suggesting that Ant doesn't compile/move/copy/jar, etc only what's necessary (i.e., stale files)? Because it

Incremental build support

2003-06-01 Thread Gu Dev
Hi. I have allready sent this message but I believe it wasn't delivered, so i try again. I am currently working on a very large project and among other, I am in charge of the build process in which we use ant. I really like ant and its ideas and I've decided to get involved in the project. Dur