Hey all, I am brand spanking new to NAnt, but I have been able to get
basic CS projects building. One problem I have run into is with a project
of mine that has a class called “Util” – After searching around;
it appears others are having the same problem. The problem is that when I build I get an error saying the
type or namespace “Util” could not be found (am I missing an
assembly reference). Of course this is bogus, because the Util class is
defined in a file called Util.CS and is being built as part of the
project. If I build it via VS it works great. If I RENAME the Util
class to say “Tools” it works. If I fully qualify the Util
class with its full namespace (ex: Company.Common.Util) it works. Any thoughts? I am using NAnt 0.85 Aaron Elder |
- [Nant-users] Util Namespace N... Aaron Elder
- RE: [Nant-users] Util Na... Castro, Edwin Gabriel (Firing Systems Engr.)
- RE: [Nant-users] Util Na... Aaron Elder
- RE: [Nant-users] Uti... Gert Driesen
- RE: [Nant-users]... Gert Driesen