It looks like the update to boo 0.9.1 wasn't checked for warnings. On Tue, Jul 14, 2009 at 9:47 PM, Mick Delaney <[email protected]> wrote:
> > hi i'm building rhino-tools from the trunk with both nhibernate & > castle trunks. > i can build it manually, i.e. nant generate-assemblyinfo and then use > visual studio to build the bits i want, i.e. rhino commons & > security. > > but when i build using: nant -D:common.testrunner.enabled=false > > i get the following error: > nant] c:\Data\oss\rhino-tools\dsl\Rhino.Dsl\default.build > Buildfile: file:///c:/Data/oss/rhino-tools/dsl/Rhino.Dsl/default.build > Target framework: Microsoft .NET Framework 3.5 > Target(s) specified: build > > common.check-nant-version: > common.find-tools: > set-framework-configuration: > set-net-3.5-framework-configuration: > set-project-configuration: > set-debug-project-configuration: > common.init: > init: > common.set-assembly-attribute-values: > common.generate-assemblyinfo: > > [attrib] Setting file attributes for 1 files to Normal. > [asminfo] Generated file 'c:\Data\oss\rhino-tools\dsl\Rhino.Dsl > \Properties\AssemblyInfo.cs'. > > generate-assemblyinfo: > common.compile-dll: > > [csc] Compiling 19 files to 'c:\Data\oss\rhino-tools\build > \net-3.5\debug\Rhino.DSL.dll'. > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \AutoReferenceFilesCompilerStep.cs(150,4): error CS0246: The type or > namespace name 'AssemblyCollection' could not be found (are you > missing a using directive or an assembly reference?) > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \BlockToArgumentsTransformer.cs(47,9): error CS0618: Warning as Error: > 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use Body > property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \BlockToArgumentsTransformer.cs(49,57): error CS0618: Warning as > Error: 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use > Body property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \BlockToArgumentsTransformer.cs(52,6): error CS0618: Warning as Error: > 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use Body > property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \BlockToArgumentsTransformer.cs(89,18): error CS0618: Warning as > Error: 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use > Body property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL\GeneratePropertyMacro.cs > (40,17): error CS0618: Warning as Error: > 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use Body > property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL\GeneratePropertyMacro.cs > (43,40): error CS0618: Warning as Error: > 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is obsolete: 'Use Body > property instead of Block.' > [csc] c:\Data\oss\rhino-tools\dsl\Rhino.DSL > \MethodSubstitutionBaseClassCompilerStep.cs(115,20): error CS0618: > Warning as Error: 'Boo.Lang.Compiler.Ast.MacroStatement.Block' is > obsolete: 'Use Body property instead of Block.' > > BUILD FAILED > c:\Data\oss\rhino-tools\common-project.xml(133,5): > External Program Failed: C:\Windows\Microsoft.NET\Framework > \v3.5\csc.exe (return code was 1) > > Total time: 1 seconds. > > BUILD FAILED > Nested build failed. Refer to build log for exact reason. > > > > I've opened rhino-dsl-vs2008.sln and built it fine with no warnings, > errors etc. > > any ideas?? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
