Hi Hammett

Thanks for the help. The following commands both work:

        msbuild buildscripts\build.proj /p:Configuration=NET40-Debug

and 

        msbuild buildscripts\build.proj /p:Configuration=NET40-Release

It looks like the problem is in the "_PreparePackage" target of
buildscripts\build.proj but my msbuild skills are pretty rudimentary and I
have not figured out a patch that works yet.

I'll just stick with your suggestion for now.

--John


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of hammett
Sent: Friday, 27 January 2012 12:21 PM
To: [email protected]
Subject: Re: Newbie question on compiling from source

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.



-- 
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.

Reply via email to