Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 78271 invoked from network); 31 Oct 2007 14:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 14:57:14 -0000 Received: (qmail 27358 invoked by uid 500); 31 Oct 2007 14:57:02 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 27344 invoked by uid 500); 31 Oct 2007 14:57:01 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 27335 invoked by uid 99); 31 Oct 2007 14:57:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 07:57:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 14:57:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA49F1A9838; Wed, 31 Oct 2007 07:56:41 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r590698 - /activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt Date: Wed, 31 Oct 2007 14:56:41 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071031145641.EA49F1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Wed Oct 31 07:56:41 2007 New Revision: 590698 URL: http://svn.apache.org/viewvc?rev=590698&view=rev Log: Updated readme Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt?rev=590698&r1=590697&r2=590698&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt Wed Oct 31 07:56:41 2007 @@ -1,86 +1,27 @@ ======================================================================= Welcome to: - * NMS API : The .NET Messaging Service API - * NMS Client for Apache ActiveMQ - * NMS Client for MSMQ + * Apache.NMS.EMS : Apache NMS for Tibco EMS Class Library ======================================================================= -For more information see http://activemq.apache.org/nms.html +For more information see http://activemq.apache.org/nms ======================================================================= -Building With Visual Stuido 2005 +Building With Visual Studio 2005 ======================================================================= -Open the vs2005.sln Solution File. Build using "Build"->"Build Solution" +Open the solution File. Build using "Build"->"Build Solution" menu option. -The resulting DLLs will be in bin\Debug or the bin\Release directories -depending on you settings under "Build"->"Configuration Manager" - -If you have the Resharper plugin installed in Visual Studio, you can run -all the Unit Tests by using the "ReSharper"->"Unit Testing"->"Run All -Tests from Solution" menu option. Please note that you must run an -Apache ActiveMQ Broker before kicking off the unit tests. - -======================================================================= -Building With SharpDevelop 2.1 -======================================================================= - -SharpDevelop is an open source IDE that you can download from: -http://www.sharpdevelop.net/OpenSource/SD/Default.aspx - -Open the sharpdevelop.sln Solution File. Build using the -"Build"->"Build Solution" menu option. - -The resulting DLLs will be in bin\Debug or the bin\Release directories -depending on you settings under "Build"->"Set Configuration" - -To run the Unit Tests, you must first start an Apache ActiveMQ Broker -and then use the "View"->"Tools"->"Unit Tests" menu option. On the -newly displayed Unit Tests view, click the "Run tests" button. - -Note: Seems like the nunit integration in SharpDevelop still needs a -little work because on a WindowsXP x64 system, running the tests caused -some Unexpected Exception errors. - -======================================================================= -Building With monodevelop -======================================================================= - -monodevelop is an open source IDE that you can download from: -http://www.monodevelop.com/ - -Open the monodevelop.mds Solution File. Build using the -"Run"->"Build Solution" menu option. - -The resulting DLLs will be in bin\Debug or the bin\Release directories -depending on the configuration you have selected in the Build bar. +The resulting DLLs will be in build\${framework}\debug or the build\${framework}\release directories depending on you settings under "Build"->"Configuration Manager" ======================================================================= Building With NAnt ======================================================================= -To build the code using NAnt type +To build the code using NAnt, run: nant - -To run the unit tests you need to run an Apache ActiveMQ Broker first then type - - nant test - -To generate the documentation type + +To generate the documentation, run: nant doc - - -Assuming that you have checked out the ActiveMQ code and the Site in peer directories such as - - -activemq/ - activemq-dotnet/ - -activemq-site/ - nms/ - ndoc/ - -So that generating the ndoc will copy the generate content into the ndoc directory so it can be deployed on the Apache website.