activemq/activemq-dotnet
James Strachan cd9ce2e93d Autogenerated OpenWire code after version 2 along with the MessagePull command
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@430504 13f79535-47bb-0310-9956-ffa450edef68
2006-08-10 19:51:56 +00:00
..
src Autogenerated OpenWire code after version 2 along with the MessagePull command 2006-08-10 19:51:56 +00:00
.project added a 'doc' goal which uses NDoc to create static html documentation (which doesn't render too well on FireFox and lousy on Safari but I assume it must render OK on IE :). Would be nice to get this documentation auto-deployed on the site 2006-07-28 13:13:37 +00:00
README.txt automatically copy the generated documentation to the website checkout (ready for deploying) and added a little readme to describe how to use NAnt 2006-07-28 13:52:41 +00:00
activemq-dotnet.csproj Patch applied: http://issues.apache.org/activemq/browse/AMQ-719 2006-07-12 19:10:16 +00:00
activemq-dotnet.sln added simplified nant build 2006-03-06 17:42:59 +00:00
nant.build made it easy to be able to run a single NUnit test case e.g. 2006-08-03 04:41:03 +00:00
pom.xml http://issues.apache.org/activemq/browse/AMQ-846 2006-07-26 06:07:11 +00:00

README.txt

Welcome to the NMS API and the .Net Client for Apache ActiveMQ
==============================================================

For more information see http://incubator.apache.org/activemq/nms.html



To build the code using NAnt type

  nant
  
To run the unit tests you need to run an Apache ActiveMQ Broker first then type

  nant test
  
To generate the documentation type

  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.