You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/02/03 23:21:42 UTC

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

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