Its been broken since aug 31st. Include the remotion.*.dll on the NHibernate.build file. That should get it compiling. Any commiters want to do that?
-Carlos Practice makes perfect, but if no one is perfect, why practice? > Date: Wed, 2 Sep 2009 08:05:20 -0700 > Subject: [nhusers] Build Failed, now what? > From: [email protected] > To: [email protected] > > > Using svn I downloaded the latest version of NHibernate. When I tried > to nant build using default.build it failed. It's mostly complaing > about not being able to find certain types or namespaces in the > NHibernate/Linq folder: > > [csc] Compiling 1242 files to 'C:\Users\Darryl\Documents\Jetke > y Code\NHibernate\nhibernate\build\NHibernate-3.0.0.Alpha1-debug\bin > \net-3.5\NHi > bernate.dll'. > [csc] c:\Users\Darryl\Documents\Jetkey Code > \NHibernate\nhibern > ate\src\NHibernate\Linq\NhExpressionTreeVisitor.cs(6,7): error CS0246: > The type > or namespace name 'Remotion' could not be found (are you missing a > using directi > ve or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code\NHibernate > \nhibern > ate\src\NHibernate\Linq\NhExpressionTreeVisitor.cs(12,44): error > CS0246: The typ > e or namespace name 'ThrowingExpressionTreeVisitor' could not be found > (are you > missing a using directive or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code\NHibernate > \nhibern > ate\src\NHibernate\Linq\NhQueryable.cs(10,35): error CS0246: The type > or namespa > ce name 'QueryableBase' could not be found (are you missing a using > directive or > an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code\NHibernate > \nhibern > ate\src\NHibernate\Linq\NhQueryExecutor.cs(7,36): error CS0246: The > type or name > space name 'IQueryExecutor' could not be found (are you missing a > using directiv > e or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code\NHibernate > \nhibern > ate\src\NHibernate\Linq\Nominator.cs(11,23): error CS0246: The type or > namespace > name 'ExpressionTreeVisitor' could not be found (are you missing a > using direct > ive or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code > \NHibernate\nhibern > ate\src\NHibernate\Linq\QueryModelVisitor.cs(15,38): error CS0246: The > type or n > amespace name 'QueryModelVisitorBase' could not be found (are you > missing a usin > g directive or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code > \NHibernate\nhibern > ate\src\NHibernate\Linq\NhExpressionTreeVisitor.cs(35,75): error > CS0246: The typ > e or namespace name 'QuerySourceReferenceExpression' could not be > found (are you > missing a using directive or an assembly reference?) > [csc] c:\Users\Darryl\Documents\Jetkey Code > \NHibernate\nhibern > ate\src\NHibernate\Linq\NhExpressionTreeVisitor.cs(255,63): error > CS0246: The ty > pe or namespace name 'SubQueryExpression' could not be found (are you > missing a > using directive or an assembly reference?) > > << SNIP : and many others >> > > BUILD FAILED > > Any ideas? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
