ExchangeBound and ExchangeBoundOk are new methods added to the 0.8 spec. I
updated the .net client to point to the definitive spec in the /specs
directory, as it was using its own private and out of date copy. See Jira
Qpid-250.
The code generator is creating these missing files, they just need to be
added to the visual studio project to be picked up. I thought that my patch
included the project file update and had already been applied? I will double
check what happened with my patch:
Indeed I can see the additions of the missing files in:
Qpid.Common/Qpid.Common.csproj
HeadersMatchingProducers was dropped because the headers exchange test
client/producer was rolled into a single NUnit test to make it possible to
automate. See Qpid-257.
Looks like you need to update you visual studio project files from svn. Give
me a shout if you still have problems.
Rupert
On 1/11/07, Tomas Restrepo <[EMAIL PROTECTED]> wrote:
It appears the dotnet client build is broken in the trunk right now,
failing
with the following errors:
error CS1504: Source file
'E:\Opensource\qpid\dotnet\Qpid.Common\generated\ExchangeBoundBody.cs'
could
not be opened ('The system cannot find the file specified. ')
error CS1504: Source file
'E:\Opensource\qpid\dotnet\Qpid.Common\generated\ExchangeBoundOkBody.cs'
could not be opened ('The system cannot find the file specified. ')
E:\Opensource\qpid\dotnet\Qpid.Client\Client\AmqChannel.cs(764,37): error
CS1501: No overload for method 'CreateAMQFrame' takes '9' arguments
error CS1504: Source file
'E:\Opensource\qpid\dotnet\Qpid.Client.Tests\HeadersExchange\HeadersMatching
Producer.cs' could not be opened ('The system cannot find the file
specified. ')
Looks mostly like a couple of files are missing from the svn repository.
Any
ideas?
Tomas Restrepo
[EMAIL PROTECTED]
http://www.winterdom.com/weblog/