That's an easy fix, it's only used for picking up the TeamCity build_number variable.
It's in a target because originally it was intended to hook into MSBuild compilation and get a build number from version control (read: svn rev#). This is obsolete now we're using git (it would be nice however to stuff some git info into AssemblyInfo.cs) -- Roelof. On Tue, Aug 17, 2010 at 11:15 AM, Patrick McEvoy <[email protected]>wrote: > Good idea, I no nothing about msbuild/xbuild, it's these lines in > Castle.Common.Targets (in Castle.Core) > > 203 ▷⋅⋅⋅▷⋅⋅⋅<PropertyGroup> > 204 ▷⋅⋅⋅▷⋅⋅⋅▷⋅⋅⋅<Build_Number Condition="'$(Build_Number)' == ''">0</ > Build_Number> > 205 ▷⋅⋅⋅▷⋅⋅⋅▷⋅⋅⋅<Build_Revision>$(Build_Number)</Build_Revision> > 206 ▷⋅⋅⋅▷⋅⋅⋅</PropertyGroup> > > Is this an easy fix for someone? > > On Aug 17, 10:05 am, Roelof Blom <[email protected]> wrote: > > Why not dumb down the build script to not use PropertyGroup inside > Target? > > > > On Tue, Aug 17, 2010 at 10:48 AM, [email protected] < > > > > > > > > [email protected]> wrote: > > > I did this the other week and tried to get things working again. > > > xbuild won't build castle tho. > > > > > So, options > > > > > 1) Wait for xbuild to support PropertyGroup (https:// > > > bugzilla.novell.com/show_bug.cgi?id=630017) > > > > > 2) Bring back nant scripts for linux (Why did the nant scripts get > > > nuked?) > > > > > 3) Again just for linux, use autotools > > > > > Thoughts? > > > > > My thoughts... I see mono interest is picking up which is great. We > > > need a easy way to build on linux and get tests running again on the > > > build server. > > > > > Option 1 will take too long, even longer to get into distros like > > > Ubuntu. I like nant and would happily bring it back. Autotools *may* > > > be a pain for the windows guys to keep up to date. I am motivated on > > > this one because ATM is exceptioning on mono at the moment and I want > > > tests running again!!. > > > > > On Jul 24, 1:21 am, Henry Conceição <[email protected]> wrote: > > > > Can you please setup git on that box? > > > > > > Cheers, > > > > Henry Conceição > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Castle Project Users" group. > > > To post to this group, send email to > [email protected] > > > . > > > To unsubscribe from this group, send email to > > > [email protected]<castle-project-users%[email protected]><castle-project-users%2Bun > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/castle-project-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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-users?hl=en.
