attempting to build v2006 I get the following build errors.
[csc] Compiling 110 files to 'C:\jmeckley\OSS\Rhino\build\net-3.5\debug
\Rhino.ServiceBus.dll'.
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(5,13): error CS0234:
The type or namespace name 'DistributedHashTable' does not exist in
the namespace 'Rhino' (are you missing an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\OptimisticDistributedHashTableSagaPersister.cs(5,13):
error CS0234: The type or namespace name 'DistributedHashTable' does
not exist in the namespace 'Rhino' (are you missing an assembly
reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(13,28): error CS0246:
The type or namespace name 'IVersionedSagaState' could not be found
(are you missing a using directive or an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\OptimisticDistributedHashTableSagaPersister.cs(13,24):
error CS0246: The type or namespace name 'IVersionedSagaState' could
not be found (are you missing a using directive or an assembly
reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(15,26): error CS0246:
The type or namespace name 'IDistributedHashTable' could not be found
(are you missing a using directive or an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(16,26): error CS0246:
The type or namespace name 'ISagaStateMerger' could not be found (are
you missing a using directive or an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(22,50): error CS0246:
The type or namespace name 'IDistributedHashTable' could not be found
(are you missing a using directive or an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\DistributedHashTableSagaPersister.cs(22,94): error CS0246:
The type or namespace name 'ISagaStateMerger' could not be found (are
you missing a using directive or an assembly reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\OptimisticDistributedHashTableSagaPersister.cs(15,26):
error CS0246: The type or namespace name 'IDistributedHashTable' could
not be found (are you missing a using directive or an assembly
reference?)
[csc] c:\jmeckley\OSS\Rhino\rhino-service.bus\Rhino.ServiceBus\Sagas
\Persisters\OptimisticDistributedHashTableSagaPersister.cs(20,60):
error CS0246: The type or namespace name 'IDistributedHashTable' could
not be found (are you missing a using directive or an assembly
reference?)

BUILD FAILED

I know DHT was integrated into RSB, but this looks different.
reviewing the sln: Rhino.DistributedHashTable is part of the solution
and referenced correctly, but reviewing the build directory
Rhino.DistributedHashTable.dll does not exist. i assume this is a
problem with the build scripts. my only exposure to nant is running
builds. I haven't learned to read/modify them yet. if this is the
problem, how "easy" is this to fix.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to