On Thu, 2004-04-08 at 23:09, Markel, Kris wrote: > You should also have these dlls in your bin directory: > NAnt.NUnit.dll > NAnt.NUnit1Tasks.dll > NAnt.NUnit2Tasks.dll > > If any of these are missing, the NUnit tasks won't run. > > -k
It was that, those files were not compiled. Now Nant detects nunit, but
I get a segmentation with this target:
<target name="test" description="compila o validator"
depends="build-test">
<nunit2 basedir="../bin" verbose="false" haltonerror="true"
haltonfailure="true">
<formatter type="Plain" />
<test assemblyname="Chronos.Tests.dll" />
</nunit2>
</target>
Output:
bash-2.05b$ mono ../../nant/bin/NAnt.exe test
NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 12/18/03)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file://home/pre/Projects/orionsbelt/chronos/Chronos.build
Target(s) specified: test
build:
build-test:
test:
Segmentation fault
Am I missing something? I also had a segmentation fault when running
NAnt on the nant project dir, that's why I had no NUnit tasks dll.
I Have mono-0.31.
--
Pedro Santos <www.psantos.net>
"Si minor plus est ergo nihil sunt omnia..."
signature.asc
Description: This is a digitally signed message part
