Cory Foy
2008-08-28 03:10:53 UTC
Hi All,
Just checked out the latest version of NUnit from SVN. I'm seeing the
following. This was with an "nant build-all". Looks like ITestCaseData
was added on 8/16?
build:
[echo] *
[echo] * Starting mono-1.0 debug build
[echo] *
[nant]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build
build
Buildfile:
file:///Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build
Target framework: Mono 1.0 Profile
Target(s) specified: build
build:
[csc] Compiling 70 files to
'/Users/foyc/Workspace/nunit/nunit20/build/mono/1.0/debug/lib/nunit.framework.dll'.
[csc]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/TestCaseAttribute.cs(15,49):
error CS0246: The type or namespace name `ITestCaseData' could not be
found. Are you missing a using directive or an assembly reference?
[csc]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/TestCaseData.cs(14,33):
error CS0246: The type or namespace name `ITestCaseData' could not be
found. Are you missing a using directive or an assembly reference?
[csc] Compilation failed: 2 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 2 warning(s)
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build(78,6):
External Program Failed:
/Library/Frameworks/Mono.framework/Versions/1.9.1/lib/mono/1.0/mcs.exe
(return code was 1)
Total time: 0.6 seconds.
BUILD FAILED
--
Cory Foy
http://www.cornetdesign.com
http://www.agileflorida.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Just checked out the latest version of NUnit from SVN. I'm seeing the
following. This was with an "nant build-all". Looks like ITestCaseData
was added on 8/16?
build:
[echo] *
[echo] * Starting mono-1.0 debug build
[echo] *
[nant]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build
build
Buildfile:
file:///Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build
Target framework: Mono 1.0 Profile
Target(s) specified: build
build:
[csc] Compiling 70 files to
'/Users/foyc/Workspace/nunit/nunit20/build/mono/1.0/debug/lib/nunit.framework.dll'.
[csc]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/TestCaseAttribute.cs(15,49):
error CS0246: The type or namespace name `ITestCaseData' could not be
found. Are you missing a using directive or an assembly reference?
[csc]
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/TestCaseData.cs(14,33):
error CS0246: The type or namespace name `ITestCaseData' could not be
found. Are you missing a using directive or an assembly reference?
[csc] Compilation failed: 2 error(s), 0 warnings
BUILD FAILED - 0 non-fatal error(s), 2 warning(s)
/Users/foyc/Workspace/nunit/nunit20/src/NUnitFramework/framework/nunit.framework.build(78,6):
External Program Failed:
/Library/Frameworks/Mono.framework/Versions/1.9.1/lib/mono/1.0/mcs.exe
(return code was 1)
Total time: 0.6 seconds.
BUILD FAILED
--
Cory Foy
http://www.cornetdesign.com
http://www.agileflorida.com
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/