RE: uptodate when it isn't

2009-07-02 Thread Ina, Antoine
Hello All, I am a new ant user and I need help solving the following problem: I have 3 microsoft visual studio solution files A.sln, B.sln I'd like to be able to say in ant that - solution A--->depends on solution B - solution A--->depends on solution C - build B only if B changed. - do not build

RE: Doing Ant builds

2009-06-11 Thread Ina, Antoine
I am posing a general question about Ant vs Make vs Batch: 1- What is advantage of Ant script over regular Batch script that calls up the solution files for all the projects in your system tree of projects(for Windows platform) 2- How does Ant handle up and down project dependencies Regards, A