Hello Charl,
good to hear from you!
We have a similar discussion here: sourceforge.net/apps/phpbb/openp ... p?f=8&t=34 (I just moved it to this sub-forum because I realised it was in the wrong place)
You should try to install an uptodate version of NAnt, the latest nightly build. Things have changed since 2006, and the latest version is from August 2010 (sourceforge.net/projects/nant/fi ... 91-alpha2/).
Please also have a look at sourceforge.net/apps/mediawiki/o ... buntu#NAnt, I know see that I had huge problems with NAnt 0.85 on Ubuntu, which were solved by the newer version.
Oh, I read you did follow the instructions... perhaps you forgot to change the /usr/bin/nant and it is still using the old version of NAnt?
As an explanation of the OpenPetra.build file:
on each run, first in line 32 (<if test="${not file::exists(IctNAntTasks.file)}">) it is checked whether that file Ict.Tools.NAntTasks.dll exists, if not, compileCommon and compilePetraTools are executed, which should create the _bin directories and the dlls.
Another point would be to change your OpenPetra.build.config and use xbuild rather than mbuild, but that would change all your csproj files and makes it a bit more difficult for committing. But at this current stage you probably would not need committing, so it could be worth a try.
Please also have a go at the binary file available in the OpenPetra downloads and see if that installs fine, and whether the client starts etc.
Thanks,
Timo