I've been playing around building a ppa for ubuntu for castle projects using autoconf and friends. You may check it out here https://launchpad.net/~serkan-hosca/+archive/ppa <https://launchpad.net/~serkan-hosca/+archive/ppa>You will also need http://badgerports.org/help.html
On Thu, Jul 22, 2010 at 5:54 PM, Stefan Sedich <[email protected]>wrote: > Ah right seems some of the things are un-supported at the moment: > > TODO List > > Multi-targeting [on going work] > ItemDefinitionGroup > Item/PropertyGroups in targets > > Silverlight Projects > Parallel builds > > And those are the issues I am seeing at the moment :( > > Cheers > > > On Fri, Jul 23, 2010 at 7:49 AM, Stefan Sedich <[email protected]>wrote: > >> Henry, >> >> Using version 2.6.7.0, I can get it to start to build but yeah it does not >> seem to like the build files :(. >> >> >> Cheers >> Stefan >> >> 2010/7/23 Henry Conceição <[email protected]> >> >> Which version of xbuild are using? There was/is an issue if with it >>> that affects our build scripts. >>> >>> On Jul 21, 8:07 pm, Stefan Sedich <[email protected]> wrote: >>> > A start it seems, changed the build.cmd a bit: >>> > >>> > xbuild Build.proj /property:BuildConfigKey=%BuildConfigKey% >>> > /property:Configuration=%BuildConfiguration% /target:%BuildTarget% >>> > >>> /property:OutputPath="C:\Users\stefansedich\Desktop\Development\OSS\Castle. >>> InversionOfControl\build" >>> > /verbosity:diagnostic >>> > >>> > Now I get the following error: >>> > >>> > Done building target "_InitializeDynamicProperties" in project " >>> > >>> C:\Users\stefansedich\Desktop\Development\OSS\Castle.InversionOfControl\bui >>> ldscr >>> > ipts\Build.proj".-- FAILED >>> > >>> > Done building project >>> > "C:\Users\stefansedich\Desktop\Development\OSS\Castle.Inve >>> > rsionOfControl\buildscripts\Build.proj".-- FAILED >>> > >>> > Build FAILED. >>> > Errors: >>> > >>> > >>> C:\Users\stefansedich\Desktop\Development\OSS\Castle.InversionOfControl\bui >>> ldscr >>> > ipts\Build.proj (RunAllTests) -> >>> > >>> C:\Users\stefansedich\Desktop\Development\OSS\Castle.InversionOfControl\Set >>> tings >>> > .proj (_InitializeDynamicProperties target) -> >>> > >>> > : error : Error initializing task PropertyGroup: Not registered >>> task >>> > Pro >>> > pertyGroup. >>> > >>> > Is a start I guess, unless I am doing it totally wrong :) >>> > >>> > Cheers >>> > >>> > On Thu, Jul 22, 2010 at 9:43 AM, Stefan Sedich < >>> [email protected]>wrote: >>> > >>> > >>> > >>> > >>> > >>> > > Hello, >>> > >>> > > Was looking to see if anyone has had much luck getting the project to >>> build >>> > > under mono using the msbuild scripts. >>> > >>> > > Before I go around getting it to work, be good to see if anyone has >>> done >>> > > anything on this yet. >>> > >>> > > Thanks >>> > > Stefan >>> > >>> > > -- >>> > > Stefan Sedich >>> > > Software Developer >>> > >http://weblogs.asp.net/stefansedich >>> > >>> > -- >>> > Stefan Sedich >>> > Software Developerhttp://weblogs.asp.net/stefansedich >>> >>> -- >>> 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. >>> >>> >> >> >> -- >> Stefan Sedich >> Software Developer >> http://weblogs.asp.net/stefansedich >> > > > > -- > Stefan Sedich > Software Developer > http://weblogs.asp.net/stefansedich > > -- > 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.
