Hi, I have a project that references Rhino.Mocks.dll and Castle.Core.dll. Unfortunately Rhino.Mocks uses ILMerge to include a complete copy of the Castle library which ends up with the compiler error CS0433 . In order to solve the ambiguity I have to assign an alias to one of those dependencies, such that namespace resolution will succeed. I noticed that npanday has an "imports" parameter in the compiler mojo but I couldn't get it work. Anyone has had the same issue and has found a solution?
CS0433: http://msdn.microsoft.com/en-us/library/64wh5743(v=vs.80).aspx Npanday Imports: http://incubator.apache.org/npanday/docs/1.4.0-incubating/plugins/maven- compile-plugin/compile-mojo.html Best regards, Sergio
