Hi Nathan, I think those instructions are a bit out of date. We have reorganized the project into separate projects based upon individual provider implementations. I have been following your bug report, and was going to try and duplicate it on my machine as well, since the problems you report may be with the .NET client. I have been working with the .NET client stuff, and I know that there are certain problems with the latest trunk revision. I have a set of patches that I am preparing that should fix several problems with the .NET client.
For now, instead of compiling from the root activemq-net file, change into the Apache.NMS.ActiveMQ/trunk folder and try building from there. I can send you a patch file that will add all of my changes into your build environment so you can test with those as well. But first, let's at least get you set up to build the product. Thanks, Jim On Dec 18, 2007 8:32 PM, Nathan Mittler <[EMAIL PROTECTED]> wrote: > 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 >
