Re: Porting JAVA examples to C#

2020-04-07 Thread Arthur Naseef
m my Samsung Galaxy smartphone. > Original message From: "michael.andre.pearce" < > michael.andre.pea...@me.com> Date: 07/04/2020 22:15 (GMT+00:00) To: > dev@activemq.apache.org Subject: Re: Porting JAVA examples to C# A few > things here.You can actua

Re: Porting JAVA examples to C#

2020-04-07 Thread michael.andre.pearce
: "michael.andre.pearce" Date: 07/04/2020 22:15 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Porting JAVA examples to C# A few things here.You can actually bind the build with maven and dotnet, theres a maven plugin that will actually download bits needed for dotnet core and c

Re: Porting JAVA examples to C#

2020-04-07 Thread michael.andre.pearce
From: "Ruslan.Shupoval" Date: 07/04/2020 21:05 (GMT+00:00) To: dev@activemq.apache.org Subject: Re: Porting JAVA examples to C# not yet and thank you for your reply.I don't have experience with Java and Maven but I do agree that it is not agood idea to mix examples in a

Re: Porting JAVA examples to C#

2020-04-07 Thread Ruslan.Shupoval
not yet and thank you for your reply. I don't have experience with Java and Maven but I do agree that it is not a good idea to mix examples in a way I proposed before. Answering your question regarding the C# sources, they will be built by msbuild. I have another idea, but it will require small

Re: Porting JAVA examples to C#

2020-04-07 Thread Arthur Naseef
Did you get any feedback on this? Here are thoughts that come to mind... The src/main/java/... structure is used by (and "encouraged" by) Maven. Would the C# sources be built as part of the maven build process? If so, how do we ensure folks can build the Java sources even when they don't have th

Porting JAVA examples to C#

2020-03-23 Thread Ruslan.Shupoval
Hello to everyone. I'd like to port java examples located at " ActiveMQ OpenWire " to C#. Prior to start doing this I'd like to clarify a few things: Does the ActiveMQ OpenWire