nant install fails
After a successfull nant "build-release" I try to install the dlls using nant install but it fails with the following output:
NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///home/dirk/taoframework/trunk/tao.build
Target framework: Mono 2.0 Profile
Target(s) specified: install
[echo] Using 'mono-2.0' Framework
install:
[nant] /home/dirk/taoframework/trunk/src/Tao.OpenGl/Tao.OpenGl.build install
Buildfile: file:///home/dirk/taoframework/trunk/src/Tao.OpenGl/Tao.OpenGl.build
Target framework: Mono 2.0 Profile
Target(s) specified: install
[echo] Using 'mono-2.0' Framework
Release:
init:
Release:
[sysinfo] Setting system information properties under sys.*
[echo] Platform Unix
install:
[nant] /home/dirk/taoframework/trunk/src/Tao.OpenGl/Tao.OpenGl.dll.build install
Buildfile: file:///home/dirk/taoframework/trunk/src/Tao.OpenGl/Tao.OpenGl.dll.build
Target framework: Mono 2.0 Profile
Target(s) specified: install
install:
BUILD FAILED
/home/dirk/taoframework/trunk/project.build.include(25,3):
Unexpected token 'Dollar'.
Expression: ${string::to-lower(string::replace($project::get-name(),'.','-'))}-${version::get-major()}.${version::get-minor()}
^
Total time: 0.1 seconds.
BUILD FAILED
Any suggestions?
Thanks

...($project::get-name...
...($project::get-name... should be ...(project::get-name... fixed in SVN.
Thanks for looking into
Thanks for looking into it.
I did an update and now it fails with:
BUILD FAILED
/home/dirk/taoframework/trunk/project.build.include(25,3):
Too few actual parameters for 'version::get-major'.
Expression: ${string::to-lower(string::replace(project::get-name(),'.','-'))}-${version::get-major()}.${version::get-minor()}
Hmm, look like I screwed
Hmm, look like I screwed more things up there... I'll have a proper look at it tomorrow.
UPDATE: Fixed and tested.
Thanks it works now
Thanks it works now
Do I need to do something
Do I need to do something special to register the tao assemblies in monodevelop? Currently they are not listed, I have to browse to them manually.