Hi, I am using CruiseControl.NET to get the latest version of my C++ project and build it with NAnt. Right now, my project is a simple "Hello, world" application. The build process works fine, except for the fact that my code is not actually recompiled. The object files of my program currently have a timestamp older than my source file. For example, right now I have a source file with a timestamp of 1:42 PM, and an obj and exe file with a timestamp of 12:38 PM. When the Nant build task runs the solution task, the C++ compiler seems to think everything is okay. If I delete the intermediate directories (the directories containing the obj files) when I update the source code, the build works correctly.
Any ideas on how I can fix this? Is it possible to set the intermediate directories, which are configured separately from the output directories within Visual Studio C++ projects? Even if this would not solve the problem, it would be nice to have as it would keep all of the build outputs in one place. John ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users