[ http://jira.activemq.org/jira//browse/AMQ-395?page=all ]
james strachan resolved AMQ-395:
--------------------------------
Resolution: Fixed
Fix Version: 4.0 M5
We've tested it on Mono and .Net 2and seems to be working fine now
> The dotnet project ActiveMQ does not build
> ------------------------------------------
>
> Key: AMQ-395
> URL: http://jira.activemq.org/jira//browse/AMQ-395
> Project: ActiveMQ
> Type: Bug
> Versions: 3.2
> Environment: Windows XP, compiling with Visual Studio 2003, .NET Framework
> 1.1
> Reporter: Mathieu DESPRIEE
> Fix For: 4.0 M5
>
>
> The dotnet library embedded in the last release (3.2) does not compile on
> Visual Studio .NET.
> This is due to :
> - a lot of typos ( startWith instead of StartWith, indexOf instead of
> IndexOf, ...)
> - mismatch on methods and type analysis ( if (destination is Topic) instead
> of if (destination.IsTopic()) )
> - Temporay* classes (ActiveMQTemporaryQueue, ActiveMQTemporaryTopic) do not
> exist
> - some TODO remains ( // TODO Serialization, generates a "not all code paths
> return a value" error)
> - constant values not declared (or referenced) in the good class
> (ACTIVEMQ_MESSAGE)
> - some impossible casts or conversions
> - etc.
> This is bad news, because I think a .NET component that can manipulate JMS
> messages REALLY lacks in our world of interoperability.
> I'm trying to find such a library since days, and I can't find anything that
> suits my needs. This library would be a VERY good candidate.
> Mathieu D.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.activemq.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira