Hi,
I've had some better luck using <exec> for running nunit but now get compiliaton errors like this
Code:
[nant] L:\projects\spring-net\trunk\test\Spring\Spring.Data.Integration.Tests\Spring.Data.Integration.Tests.build test
Buildfile: file:///L:/projects/spring-net/trunk...egration.Tests.
build
Target framework: Mono 2.0 Profile
Target(s) specified: test
build:
[csc] Compiling 51 files to 'L:\projects\spring-net\trunk\build\mono\2.0\debug\Spring.Data.Integration.Tests.dll'.
[csc] L:\projects\spring-net\trunk\test\Spring\Spring.Data.Integration.Tests\Data\Generic\GenericAdoTemplateTests.
cs(27,19): error CS0234: The type or namespace name `Common' does not exist in the namespace `System.Data'. Are you missing an assem
bly reference?
I run the build inside the mono 2.4 command window.
Any suggestions?
Mark