Hey guys,
I'm trying to build NMS to debug issue http://issues.apache.org/activemq/browse/AMQCPP-157
and am getting the error:
NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
BUILD FAILED
Could not find a '*.build' file in '/Users/nmittler/activemq-dotnet'
For more information regarding the cause of the build failure, run the
build again in debug mode.
Try 'nant -help' for more information
I checked out the code by following the instructions on http://activemq.apache.org/nms/source.html
, and looking in the top-level directory, I don't see a .build file
(as suggested by the error). I am on OS X and followed the building
instructions at http://activemq.apache.org/nms/building.html.
I've never worked with .NET before, so my guess is that I'm missing
something obvious. Any help would be greatly appreciated!
Thanks,
Nate