You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sparky2708 <da...@columbia.edu> on 2006/07/28 19:32:52 UTC

ActiveMQ .NET binary

Is there a formal release of the .NET binary? I can check it out from CVS and
compile it but I am just wondering if that is correct. If there isn't a
release schedule will there be one?
-- 
View this message in context: http://www.nabble.com/ActiveMQ-.NET-binary-tf2016637.html#a5543890
Sent from the ActiveMQ - User forum at Nabble.com.


Re: ActiveMQ .NET binary

Posted by sparky2708 <da...@columbia.edu>.
That's what I meant. Sorry, still have the CVS mentality :-)
-- 
View this message in context: http://www.nabble.com/ActiveMQ-.NET-binary-doesn%27t-compile-Is-there-a-release-dll--tf2016637.html#a5545686
Sent from the ActiveMQ - User forum at Nabble.com.


Re: ActiveMQ .NET binary

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Actually our source code is now in SVN.  See:

http://incubator.apache.org/activemq/source.html

On 7/28/06, sparky2708 <da...@columbia.edu> wrote:
>
>
> Is there a formal release of the .NET binary? I can check it out from CVS
> and
> compile it but I am just wondering if that is correct. If there isn't a
> release schedule will there be one?
> --
> View this message in context:
> http://www.nabble.com/ActiveMQ-.NET-binary-tf2016637.html#a5543890
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 
Regards,
Hiram

Blog: http://hiramchirino.com

Re: ActiveMQ .NET binary

Posted by Hiram Chirino <hi...@hiramchirino.com>.
The sizeof things is a known problem.  I think it compiles fine on
.NET 2.0I think we even have JIRA issue open for it.


On 7/28/06, sparky2708 <da...@columbia.edu> wrote:
>
>
> Actually the activemq-dotnet project from CVS doesn't compile:
>
> D:\activemq\activemq-dotnet>nant
> NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
> Copyright (C) 2001-2005 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile: file:///D:/activemq/activemq-dotnet/nant.build
> Target framework: Microsoft .NET Framework 1.1
> Target(s) specified: build
>
>    [tstamp] Friday, July 28, 2006 1:35:30 PM.
>
> init:
>
>
> debug:
>
>
> set-framework-configuration:
>
>
> set-net-1.1-framework-configuration:
>
>
> create-common-assemblyinfo:
>
>    [attrib] Setting file attributes for 1 files to Normal.
>    [attrib] Setting file attributes for 1 files to Normal.
>
> build-main:
>
>      [echo] Build Directory is
> D:\activemq\activemq-dotnet/build/net-1.1.win32/a
> ctivemq-dotnet-4.0-debug
>       [csc] Compiling 176 files to
> 'D:\activemq\activemq-dotnet\build\net-1.1.wi
> n32\activemq-dotnet-4.0-debug\bin\activemq-dotnet.dll'.
>       [csc]
> d:\activemq\activemq-dotnet\src\main\csharp\ActiveMQ\Commands\Active
> MQTextMessage.cs(61,61): error CS0233: sizeof can only be used in an
> unsafe
> cont
> ext (consider using System.Runtime.InteropServices.Marshal.SizeOf)
>       [csc]
> d:\activemq\activemq-dotnet\src\main\csharp\ActiveMQ\Commands\Active
> MQTextMessage.cs(64,54): error CS0233: sizeof can only be used in an
> unsafe
> cont
> ext (consider using System.Runtime.InteropServices.Marshal.SizeOf)
>
> BUILD FAILED
>
> D:\activemq\activemq-dotnet\nant.build(181,6):
> External Program Failed:
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (r
> eturn code was 1)
>
> Total time: 2.4 seconds.
>
>
> --
> View this message in context:
> http://www.nabble.com/ActiveMQ-.NET-binary-tf2016637.html#a5543980
> Sent from the ActiveMQ - User forum at Nabble.com.
>
>


-- 
Regards,
Hiram

Blog: http://hiramchirino.com

RESOLVED: ActiveMQ .NET binary

Posted by sparky2708 <da...@columbia.edu>.
Needed Visual Studio 2005 To compile DOTNET library. Visual Studio 2003 won't
work!
-- 
View this message in context: http://www.nabble.com/ActiveMQ-.NET-binary-doesn%27t-compile-Is-there-a-release-dll--tf2016637.html#a5544422
Sent from the ActiveMQ - User forum at Nabble.com.


Re: ActiveMQ .NET binary

Posted by sparky2708 <da...@columbia.edu>.
Actually the activemq-dotnet project from CVS doesn't compile:

D:\activemq\activemq-dotnet>nant
NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/activemq/activemq-dotnet/nant.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build

   [tstamp] Friday, July 28, 2006 1:35:30 PM.

init:


debug:


set-framework-configuration:


set-net-1.1-framework-configuration:


create-common-assemblyinfo:

   [attrib] Setting file attributes for 1 files to Normal.
   [attrib] Setting file attributes for 1 files to Normal.

build-main:

     [echo] Build Directory is
D:\activemq\activemq-dotnet/build/net-1.1.win32/a
ctivemq-dotnet-4.0-debug
      [csc] Compiling 176 files to
'D:\activemq\activemq-dotnet\build\net-1.1.wi
n32\activemq-dotnet-4.0-debug\bin\activemq-dotnet.dll'.
      [csc]
d:\activemq\activemq-dotnet\src\main\csharp\ActiveMQ\Commands\Active
MQTextMessage.cs(61,61): error CS0233: sizeof can only be used in an unsafe
cont
ext (consider using System.Runtime.InteropServices.Marshal.SizeOf)
      [csc]
d:\activemq\activemq-dotnet\src\main\csharp\ActiveMQ\Commands\Active
MQTextMessage.cs(64,54): error CS0233: sizeof can only be used in an unsafe
cont
ext (consider using System.Runtime.InteropServices.Marshal.SizeOf)

BUILD FAILED

D:\activemq\activemq-dotnet\nant.build(181,6):
External Program Failed:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe (r
eturn code was 1)

Total time: 2.4 seconds.


-- 
View this message in context: http://www.nabble.com/ActiveMQ-.NET-binary-tf2016637.html#a5543980
Sent from the ActiveMQ - User forum at Nabble.com.