Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 98166 invoked from network); 3 Feb 2009 22:22:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 22:22:04 -0000 Received: (qmail 12196 invoked by uid 500); 3 Feb 2009 22:22:04 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 12178 invoked by uid 500); 3 Feb 2009 22:22:04 -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 12169 invoked by uid 99); 3 Feb 2009 22:22:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 14:22:04 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 22:22:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 33765238887D; Tue, 3 Feb 2009 22:21:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r740487 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/trunk/README.txt Apache.NMS.EMS/trunk/README.txt Apache.NMS.MSMQ/trunk/README.txt Apache.NMS.WCF/trunk/README.txt Apache.NMS/trunk/README.txt Date: Tue, 03 Feb 2009 22:21:42 -0000 To: commits@activemq.apache.org From: jgomes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090203222143.33765238887D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jgomes Date: Tue Feb 3 22:21:42 2009 New Revision: 740487 URL: http://svn.apache.org/viewvc?rev=740487&view=rev Log: Updated README files to specify the version of NAnt that is required to build. Updated references from Visual Studio 2005 to Visual Studio 2008. Fixes [AMQNET-139]. (See https://issues.apache.org/activemq/browse/AMQNET-139) Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt activemq/activemq-dotnet/Apache.NMS/trunk/README.txt Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt?rev=740487&r1=740486&r2=740487&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt Tue Feb 3 22:21:42 2009 @@ -6,8 +6,10 @@ For more information see http://activemq.apache.org/nms ======================================================================= -Building With NAnt 0.85 http://nant.sourceforge.net/ +Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/ ======================================================================= + +A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS. To build the code using NAnt, run: nant @@ -20,9 +22,8 @@ nant doc - ======================================================================= -Building With Visual Studio 2005 +Building With Visual Studio 2008 ======================================================================= First build the project with nant, this will download and install @@ -32,7 +33,7 @@ menu option. The resulting DLLs will be in build\${framework}\debug or the -build\${framework}\release directories depending on you settings +build\${framework}\release directories depending on your settings under "Build"->"Configuration Manager" If you have the Resharper plugin installed in Visual Studio, you can run 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=740487&r1=740486&r2=740487&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt Tue Feb 3 22:21:42 2009 @@ -6,8 +6,10 @@ For more information see http://activemq.apache.org/nms ======================================================================= -Building With NAnt 0.85 http://nant.sourceforge.net/ +Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/ ======================================================================= + +A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS. To build the code using NAnt, run: nant @@ -18,7 +20,7 @@ ======================================================================= -Building With Visual Studio 2005 +Building With Visual Studio 2008 ======================================================================= First build the project with nant, this will download and install @@ -28,6 +30,6 @@ menu option. The resulting DLLs will be in build\${framework}\debug or the -build\${framework}\release directories depending on you settings +build\${framework}\release directories depending on your settings under "Build"->"Configuration Manager" Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt?rev=740487&r1=740486&r2=740487&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt Tue Feb 3 22:21:42 2009 @@ -6,8 +6,10 @@ For more information see http://activemq.apache.org/nms ======================================================================= -Building With NAnt 0.85 http://nant.sourceforge.net/ +Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/ ======================================================================= + +A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS. To build the code using NAnt type nant @@ -22,17 +24,17 @@ ======================================================================= -Building With Visual Stuido 2005 +Building With Visual Stuido 2008 ======================================================================= First build the project with nant, this will download and install all the 3rd party dependencies for you. -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" +depending on your 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 Modified: activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt?rev=740487&r1=740486&r2=740487&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt Tue Feb 3 22:21:42 2009 @@ -1,13 +1,15 @@ ======================================================================= Welcome to: - * Apache.NMS.ActiveMQ : Apache NMS for ActiveMQ Class Library + * Apache.NMS.WCF : Apache NMS for Windows Communication Foundation Platform ======================================================================= For more information see http://activemq.apache.org/nms ======================================================================= -Building With NAnt 0.85 http://nant.sourceforge.net/ +Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/ ======================================================================= + +A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS. To build the code using NAnt, run: nant @@ -22,7 +24,7 @@ ======================================================================= -Building With Visual Studio 2005 +Building With Visual Studio 2008 ======================================================================= First build the project with nant, this will download and install @@ -32,7 +34,7 @@ menu option. The resulting DLLs will be in build\${framework}\debug or the -build\${framework}\release directories depending on you settings +build\${framework}\release directories depending on your settings under "Build"->"Configuration Manager" If you have the Resharper plugin installed in Visual Studio, you can run Modified: activemq/activemq-dotnet/Apache.NMS/trunk/README.txt URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/README.txt?rev=740487&r1=740486&r2=740487&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/trunk/README.txt (original) +++ activemq/activemq-dotnet/Apache.NMS/trunk/README.txt Tue Feb 3 22:21:42 2009 @@ -6,8 +6,10 @@ For more information see http://activemq.apache.org/nms ======================================================================= -Building With NAnt 0.85 http://nant.sourceforge.net/ +Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/ ======================================================================= + +A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS. To build the code using NAnt, run: nant @@ -18,7 +20,7 @@ ======================================================================= -Building With Visual Studio 2005 +Building With Visual Studio 2008 ======================================================================= First build the project with nant, this will download and install @@ -28,7 +30,7 @@ menu option. The resulting DLLs will be in build\${framework}\debug or the -build\${framework}\release directories depending on you settings +build\${framework}\release directories depending on your settings under "Build"->"Configuration Manager" If you have the Resharper plugin installed in Visual Studio, you can run