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 2011/01/05 19:49:57 UTC

svn commit: r1055578 - in /activemq/activemq-dotnet: Apache.NMS.ActiveMQ/trunk/ Apache.NMS.EMS/trunk/ Apache.NMS.MSMQ/trunk/ Apache.NMS.Stomp/trunk/ Apache.NMS.WCF/trunk/ Apache.NMS/branches/1.5.x/ Apache.NMS/trunk/

Author: jgomes
Date: Wed Jan  5 18:49:57 2011
New Revision: 1055578

URL: http://svn.apache.org/viewvc?rev=1055578&view=rev
Log:
Update readme files to fix typos, and to reference the latest tool versions.

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.Stomp/trunk/README.txt
    activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt
    activemq/activemq-dotnet/Apache.NMS/branches/1.5.x/package.ps1
    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=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -1,23 +1,24 @@
 =======================================================================
 Welcome to:
- * Apache.NMS.ActiveMQ : Apache NMS for ActiveMQ Class Library
+ * Apache.NMS.ActiveMQ : Apache NMS for ActiveMQ Client Library
 =======================================================================
 
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS.
+NAnt version 0.86 or newer is required to build Apache.NMS.ActiveMQ.  Version 0.90
+or newer is highly recommended.
 To build the code using NAnt, run:
 
   nant
-  
+
 To run the unit tests you need to run an Apache ActiveMQ Broker first then run:
 
   nant test
-  
+
 To generate the documentation, run:
 
   nant doc
@@ -39,5 +40,7 @@ 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.
+Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
+the standalone NUnit test runner can be used.  NUnit version 2.5.8
+is required to build and run the unit tests.
 

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=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -1,24 +1,24 @@
 =======================================================================
 Welcome to:
- * Apache.NMS.EMS : Apache NMS for Tibco EMS Class Library
+ * Apache.NMS.EMS : Apache NMS for Tibco EMS Client Library
 =======================================================================
 
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS.
+NAnt version 0.86 or newer is required to build Apache.NMS.EMS.  Version 0.90
+or newer is highly recommended.
 To build the code using NAnt, run:
 
   nant
-    
+
 To generate the documentation, run:
 
   nant doc
 
-
 =======================================================================
 Building With Visual Studio 2008
 =======================================================================

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=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -1,42 +1,46 @@
 =======================================================================
 Welcome to:
- * Apache.NMS.MSMQ : Apache NMS for MSMQ Class Library
+ * Apache.NMS.MSMQ : Apache NMS for MSMQ Client Library
 =======================================================================
 
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see 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 version 0.86 or newer is required to build Apache.NMS.MSMQ.  Version 0.90
+or newer is highly recommended.
+To build the code using NAnt, run:
 
   nant
-  
-To run the unit tests you need to run an Apache ActiveMQ Broker first then type
+
+To run the unit tests you need to run an Apache ActiveMQ Broker first then run:
 
   nant test
-  
-To generate the documentation type
 
-  nant doc
+To generate the documentation, run:
 
+  nant doc
 
 =======================================================================
-Building With Visual Stuido 2008
+Building With Visual Studio 2008
 =======================================================================
 
 First build the project with nant, this will download and install 
 all the 3rd party dependencies for you.
 
-Open the 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 your settings under "Build"->"Configuration Manager"
+The resulting DLLs will be in build\${framework}\debug or the 
+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 
 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.
+Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
+the standalone NUnit test runner can be used.  NUnit version 2.5.8
+is required to build and run the unit tests.
+

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/README.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/README.txt?rev=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -1,23 +1,24 @@
 =======================================================================
 Welcome to:
- * Apache.NMS.Stomp : Apache NMS for Stomp Class Library
+ * Apache.NMS.Stomp : Apache NMS for Stomp Client Library
 =======================================================================
 
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS.
+NAnt version 0.86 or newer is required to build Apache.NMS.Stomp.  Version 0.90
+or newer is highly recommended.
 To build the code using NAnt, run:
 
   nant
-  
+
 To run the unit tests you need to run an Apache ActiveMQ Broker first then run:
 
   nant test
-  
+
 To generate the documentation, run:
 
   nant doc
@@ -39,5 +40,7 @@ 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.
+Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
+the standalone NUnit test runner can be used.  NUnit version 2.5.8
+is required to build and run the unit tests.
 

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=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS.WCF/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -6,23 +6,23 @@ Welcome to:
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS.
+NAnt version 0.86 or newer is required to build Apache.NMS.WCF.  Version 0.90
+or newer is highly recommended.
 To build the code using NAnt, run:
 
   nant
-  
+
 To run the unit tests you need to run an Apache ActiveMQ Broker first then run:
 
   nant test
-  
+
 To generate the documentation, run:
 
   nant doc
 
-
 =======================================================================
 Building With Visual Studio 2008
 =======================================================================
@@ -40,5 +40,7 @@ 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.
+Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
+the standalone NUnit test runner can be used.  NUnit version 2.5.8
+is required to build and run the unit tests.
 

Modified: activemq/activemq-dotnet/Apache.NMS/branches/1.5.x/package.ps1
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/branches/1.5.x/package.ps1?rev=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/branches/1.5.x/package.ps1 (original)
+++ activemq/activemq-dotnet/Apache.NMS/branches/1.5.x/package.ps1 Wed Jan  5 18:49:57 2011
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 $pkgname = "Apache.NMS"
-$pkgver = "1.5.1-SNAPSHOT"
+$pkgver = "1.5-SNAPSHOT"
 $configurations = "release", "debug"
 $frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0", "netcf-2.0", "netcf-3.5"
 

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/README.txt
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/README.txt?rev=1055578&r1=1055577&r2=1055578&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/README.txt (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/README.txt Wed Jan  5 18:49:57 2011
@@ -1,24 +1,24 @@
 =======================================================================
 Welcome to:
- * Apahce.NMS : The .NET Messaging Service API
+ * Apache.NMS : The .NET Messaging Service Client API
 =======================================================================
 
 For more information see http://activemq.apache.org/nms
 
 =======================================================================
-Building With NAnt 0.86-Beta2 http://nant.sourceforge.net/
+Building With NAnt 0.86 see http://nant.sourceforge.net/
 =======================================================================
 
-A recent nightly build of the NAnt 0.86 beta 2 is required to build Apache.NMS.
+NAnt version 0.86 or newer is required to build Apache.NMS.  Version 0.90
+or newer is highly recommended.
 To build the code using NAnt, run:
 
   nant
-    
+
 To generate the documentation, run:
 
   nant doc
 
-
 =======================================================================
 Building With Visual Studio 2008
 =======================================================================
@@ -36,5 +36,7 @@ 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.
+Apache ActiveMQ Broker before kicking off the unit tests.  Otherwise,
+the standalone NUnit test runner can be used.  NUnit version 2.5.8
+is required to build and run the unit tests.