Have you used NPanday to integrate Visual Studio with Apache Maven? If so, did it work well? Would you use it again?
Edit: Less specifically, I suppose, the problem I'm trying to solve is this: I have a C# solution in Subversion that relies on other projects elsewhere in the Subversion tree. I'd like to build my project using Hudson. I can build the other project DLL locally, and reference it, but this doesn't work for the CI server. I can't reference the project because Hudson copies the project folders elsewhere, with a new name. What's the solution?