You may have success by using the msbuild command-line syntax that sets a property when calling msbuild: http://msdn.microsoft.com/en-us/library/ms171458.aspx
Extra build arguments can be passed using the <buildArgs> element in the <msbuild> task: http://confluence.public.thoughtworks.org/display/CCNET/MsBuild+Task Use them to set different values for TempBuildDir in each project. Hope that helps, Dave On Tue, Jan 20, 2009 at 2:13 AM, Greg <[email protected]> wrote: > > This is happening when I compile my web applications. > > I think that my issue is that I had 2 projects compiling at the same > time and they are sharing the same TempBuildDir folder. When the > second project starts building I believe it is deleting the first > projects build files (or at least as much as possible) then the second > fails because it cannot delete everything or something along those > lines.. Is there a setting I can change for projects to name this > TempBuildDir for each project? > > On Jan 17, 6:30 am, "David Cameron" <[email protected]> wrote: >> Hi Greg >> >> This error is appearing when you compile your application? Or CC.Net? >> >> Posting the contents of your ccnet.config file is the easiest way to >> enable people to help you with problems. Be careful to obscure any >> passwords in the file first. >> >> This looks a bit like you are trying to deploy an application that has >> not been precompiled. Does your CC.Net build call a different >> configuration or target than your normal CI build? Have you tried >> running the same set of targets from a command-line on your own >> computer? >> >> Dave >> >> On Sat, Jan 17, 2009 at 9:46 AM, Greg <[email protected]> wrote: >> >> > Just starting today I am getting this error when I compile fairly >> > often. >> >> > aspnet_merge (,): error1008: The PrecompiledApp.config file is >> > missing. Make sure the application has been precompiled with the >> > Aspnet_compiler tool. >> >> > I have never received this error before today. I am using MSBuild for >> > my build an dI am unsure what other information is useful to you to >> > figure out what is happening here. Please let me know any information >> > that would be useful. >> >> > Thanks. >
