Skip to content

Instantly share code, notes, and snippets.

@tunatoksoz
Created September 7, 2009 11:45
Show Gist options
  • Select an option

  • Save tunatoksoz/182316 to your computer and use it in GitHub Desktop.

Select an option

Save tunatoksoz/182316 to your computer and use it in GitHub Desktop.
install ninject:
get_from svn("http://ninject.googlecode.com/svn/trunk")
build_with nant, buildfile("Ninject.build"), FrameworkVersion35
switches:
parameters "skip.tests=true"
with:
tasks release,clean,all
shared_library "lib"
build_root_dir "bin/net-3.5/release"
dependencies:
depend "castle" >> "Castle.Core"
depend "castle" >> "Castle.DynamicProxy2"
depend "castle" >> "Castle.MicroKernel"
depend "castle" >> "Castle.Windsor"
depend "castle" >> "Castle.Mikrokernel"
depend "castle" >> "Castle.MonoRail.Framework"
depend "linfu" >> "LinFu.DynamicProxy"
package.category = "IoC"
package.description = "Ninject: Lightning-fast dependency injection for .NET"
package.forum = "http://groups.google.com/group/ninject"
package.homepage = "http://ninject.org/"
package.name = "Ninject"
package.notes = ""
package.version = "1.0.0.0"
D:\OpenSourceProjects\Horn\src\build\net-3.5\debug>horn -install:ninject
Command install was issued with values:
ninject
Reading the current revision for .horn
Current Revision is = 179
Revision at remote scm is 179
installing ninject
Unhandled Exception: BCE0000: C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(19,12): BCE0043: Boo.Lang.Compiler.CompilerError: Unexpected token: castle. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:19:12: unexpected token: ["castle",<72>,line=19,col=12]
--- End of inner exception stack trace ---
C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(20,11): BCE0043: Boo.Lang.Compiler.CompilerError: Unexpected token: <INDENT>. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:20:11: unexpected token: ["<INDENT>",<4>,line=20,col=11]
--- End of inner exception stack trace ---
C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(20,5): BCE0043: Boo.Lang.Compiler.CompilerError: Unexpected token: depend. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:20:5: unexpected token: ["depend",<74>,line=20,col=5]
--- End of inner exception stack trace ---
C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(21,11): BCE0043: Boo.Lang.Compiler.CompilerError: Unexpected token: <INDENT>. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:21:11: unexpected token: ["<INDENT>",<4>,line=21,col=11]
--- End of inner exception stack trace ---
C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(21,5): BCE0043: Boo.Lang.Compiler.CompilerError: Unexpected token: depend. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:21:5: unexpected token: ["depend",<74>,line=21,col=5]
--- End of inner exception stack trace ---
C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo(21,44): BCE0044: Boo.Lang.Compiler.CompilerError: expecting "EOF", found '<DEDENT>'. ---> C:\Users\Tuna Toksoz\.horn\ioc\ninject\ninject.boo:21:44: expecting "EOF", found '<DEDENT>'
--- End of inner exception stack trace ---
D:\OpenSourceProjects\Horn\src\build\net-3.5\debug>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment