Hello, Im trying compile ActiveMQ.NET (NMS) with NAnt without success using .NET Framework 1.1
Doing these steps: 1. Checkout the source code from SVN 2. Executing NAnt to build in this folder C:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ Could you help me to compile binaries for .NET 1.1 ? Compile error below: ---------------------------------------------------------------------- set-net-1.1-framework-configuration: [echo] Doing an unsigned debug build for the .NET 1.1 framework dependency-init: compile-main: [echo] Building the Apache.NMS.ActiveMQ library [csc] Compiling 230 files to 'C:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\build\net-1.1\debug\Apache.NMS.ActiveMQ.dll'. [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Connection.cs(53,29): error CS0654: Method 'Apache.NMS.ActiveMQ.Connection.OnCommand(Apache.NMS.ActiveMQ.Transport.ITransport, Apache.NMS.ActiveMQ.Commands.Command)' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Connection.cs(54,31): error CS0654: Method 'Apache.NMS.ActiveMQ.Connection.OnException(Apache.NMS.ActiveMQ.Transport.ITransport, System.Exception)' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\MessageConsumer.cs(197,30): error CS0654: Method 'Apache.NMS.ActiveMQ.MessageConsumer.DoNothingAcknowledge(Apache.NMS.ActiveMQ.Commands.ActiveMQMessage)' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\MessageConsumer.cs(250,36): error CS0654: Method 'Apache.NMS.ActiveMQ.MessageConsumer.DoClientAcknowledge(Apache.NMS.ActiveMQ.Commands.ActiveMQMessage)' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\MessageConsumer.cs(254,36): error CS0654: Method 'Apache.NMS.ActiveMQ.MessageConsumer.DoNothingAcknowledge(Apache.NMS.ActiveMQ.Commands.ActiveMQMessage)' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Session.cs(56,46): error CS0654: Method 'Apache.NMS.ActiveMQ.Session.DispatchAsyncMessages()' referenced without parentheses [csc] c:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\src\main\csharp\Session.cs(57,43): error CS0654: Method 'Apache.NMS.ActiveMQ.Session.dispatchingThread_ExceptionListener(System.Exception)' referenced without parentheses BUILD FAILED C:\Source\ActiveMQ.NET\Apache.NMS.ActiveMQ\trunk\nant-common.xml(370,6): External Program Failed: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (return code was 1) Thanks in advance -- View this message in context: http://www.nabble.com/ActiveMQ---VS2003-tp17298673s2354p17298673.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.