building with .net 3.5

2008-10-24 Thread Jan Limpens
my nant sucks badly... I used to start a castle build with nant -D:assembly.allow-partially-trusted-callers=true -D:common.testrunner.enabled=false build.log but this fails, probably due to the drop of vs2005 support. how can I tell it to build with 3.5 instead? -- Jan ___

Re: building with .net 3.5

2008-10-24 Thread Ayende Rahien
-t:net-3.5 On Fri, Oct 24, 2008 at 8:53 PM, Jan Limpens [EMAIL PROTECTED] wrote: my nant sucks badly... I used to start a castle build with nant -D:assembly.allow-partially-trusted-callers=true -D:common.testrunner.enabled=false build.log but this fails, probably due to the drop of vs2005

Re: building with .net 3.5

2008-10-24 Thread Jan Limpens
funky, this seems only to make troubles in the vs integration project [nant] C:\data\castle\castle\trunk\Tools\VSNetWizards\VsNetIntegration.build Buildfile: file:///C:/data/castle/castle/trunk/Tools/VSNetWizards/VsNetIntegration.build

Re: How do I build all projects on the trunk?

2008-10-24 Thread Jason Meckley
finally got this working. there where some syntax downgrades required in InversionOfControl to compile with 2.0. I also needed to update AR Facility to implement ISession from NH trunk. if others want i can supply a patch. On Oct 24, 2:34 pm, Jason Meckley [EMAIL PROTECTED] wrote: ok, I'll

Re: How do I build all projects on the trunk?

2008-10-24 Thread Ayende Rahien
Please do On Fri, Oct 24, 2008 at 10:12 PM, Jason Meckley [EMAIL PROTECTED]wrote: finally got this working. there where some syntax downgrades required in InversionOfControl to compile with 2.0. I also needed to update AR Facility to implement ISession from NH trunk. if others want i can

Re: boo crash on startup

2008-10-24 Thread Ayende Rahien
Do you have any other dependencies on Boo? On Fri, Oct 24, 2008 at 10:55 PM, Jan Limpens [EMAIL PROTECTED] wrote: after pulling the latest trunk my projects fail on startup du to some boo/brail crash. were there any breaking changes (all boo dlls got updated, so it would not be unlikely)

Re: boo crash on startup

2008-10-24 Thread Jan Limpens
nope. thats just for plain brail. the assemblies in my /bin are (among others): 30.01.2008 13:0440.960 anrControls.Markdown.NET.dll 24.10.2008 16:3140.960 Boo.Lang.CodeDom.dll 24.10.2008 16:31 753.664 Boo.Lang.Compiler.dll 24.10.2008 16:31 118.784

how can a service get to its windsor id?

2008-10-24 Thread Jan Limpens
If I register a component like so component id=xxx type=sometype service=someservice parameters descriptionbla/description /parameters /component and I also want to use the component's id as a parameter without having to repeat myself, how could I

Re: Adding NHibernate hbms to an ActiveRecord model

2008-10-24 Thread josh robb
Hey Robert, On Fri, Oct 24, 2008 at 6:51 PM, Robert M. [EMAIL PROTECTED] wrote: Is it possible to mix in a project ActiveRecord decorated classes together with NHibernate manually created hbms? Yep - Rhino Security does this. You need to create a subclass of the [RawXmlMapping] attribute.