|
[Sharpcvslib-developers] Test build.
From: JAW <gwalter1@wo...> - 2003-10-07 12:01
|
So far I am able to build the cvs library under mono and .net. The last
part of the nant build script attempts to build the test code. I get the
following error messages when trying to build under mono............
[csc] Compiling 116 files to
D:\sharpcvslib\build\bin\ICSharpCode.SharpCvsLib.Tests.dll.
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Client\CVSServerConnectionTest.cs(55)
error CS0
246: Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\CheckoutModuleCommandTest.cs(60)
error
CS0246: Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\UpdateCommandTest.cs(56)
error CS0246:
Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\UpdateCommandTestCvsnt.cs(58)
error CS
0246: Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\EntryTest.cs(55)
error CS0246: Canno
t find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\FactoryTest.cs(52)
error CS0246: Can
not find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\ManagerTest.cs(55)
error CS0246: Can
not find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\PathTranslatorTest.cs(56)
error CS02
46: Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\RepositoryTest.cs(54)
error CS0246:
Cannot find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\RootTest.cs(54)
error CS0246: Cannot
find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\TagTest.cs(53)
error CS0246: Cannot
find type `TestSettings'
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Client\CVSServerConnectionTest.cs(37)
error CS0
246: The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be
found (missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\CheckoutModuleCommandTest.cs(42)
error
CS0246: The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be
found (missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\UpdateCommandTest.cs(41)
error CS0246:
The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found
(missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Commands\UpdateCommandTestCvsnt.cs(43)
error CS
0246: The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be
found (missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\EntryTest.cs(35)
error CS0246: The n
amespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found
(missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\FactoryTest.cs(40)
error CS0246: The
namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found
(missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\ManagerTest.cs(43)
error CS0246: The
namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found
(missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\PathTranslatorTest.cs(41)
error CS02
46: The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be
found (missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\RepositoryTest.cs(41)
error CS0246:
The namespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found
(missing assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\RootTest.cs(41)
error CS0246: The na
mespace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found (missing
assembly reference?)
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\FileSystem\TagTest.cs(41)
error CS0246: The nam
espace `ICSharpCode.SharpCvsLib.Config.Tests' can not be found (missing
assembly reference?)
Compilation failed: 22 error(s), 0 warnings
Total time: 8 seconds.
BUILD FAILED
D:\sharpcvslib\src\ICSharpCode.Tests\SharpCvsLib\Tests.build(6,10):
There seems to be 2 errors here. The first is the inability to find the
class definition of TestSettings. After doing a grep search of all
files under the /src folder I find out that there is no class called
TestSettings. I then expand my searc out to all folders/files under the
project folder and I find that the class is still not defined anywhere
though there is a refernce to the file TestSettings.cs in the
SharpCvsLib.Tests.prjx file. It seems as if this file is missing from
the CVS repository. I suspect that TestSettings.cs has not been posted
to CVS. I also suspect that once this file has been posted, then the
second error will go away, but I am not sure. Could someone please post
this and let the mailing list know.
BTW: I basically get the same error messages when trying to compile
under the Microsoft compiler.
Thanks !
Jerry
|
| Thread | Author | Date |
|---|---|---|
| [Sharpcvslib-developers] Test build. | JAW <gwalter1@wo...> |