Try msbuild buildscripts\build.proj /p:Configuration=NET40-Debug
On Thu, Jan 26, 2012 at 6:00 PM, John Jeffery <[email protected]> wrote: > I’ve just cloned source for Core and Windsor from the new repositories, so I > have a clean source tree. > > > > I’ve run the ‘ClickToBuild’ batch file on the Core repository, and > everything works just fine. > > > > Now I run the ‘ClickToBuild’ batch file on the Windsor repository, and get > the following error message: > > > > D:\Castle\Windsor\buildscripts\Build.proj(258,3): error MSB3021: Unable to > copy > > file "D:\ > Castle\Windsor\buildscripts/../build/NET40/NET40-Release/bin/Castle.Core.pdb" > > to > "D:\Castle\Windsor\buildscripts/../build/NET40/NET40-Release/bin/../pkg/bin/Castle.Core.pdb". > > Could not find file 'D:\ > Castle\Windsor\buildscripts/../build/NET40/NET40-Release/bin/Castle.Core.pdb'. > > > > Now I can see that there are references to Castle Core assemblies in the > Lib/NET40 directories, but the buildscript seems to want to see them under > the build/NET40/NET40-Release directory. If I copy the core assemblies to > that directory and run the script, it looks like they get deleted early on > in the script and I get the same error message. > > > > Is there something I should be doing after cloning the code that even the > newest newbie knows and I don’t? > > > > Cheers -- John > > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Development List" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-devel?hl=en. -- Cheers, hammett http://hammett.castleproject.org/ -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
