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
Director, Software Development

invokesystems
solid technology. sound thinking.
http://www.invokesystems.com

v: 425.818.5262
c: 425.761.7940
f: 425.818.5220
e: [EMAIL PROTECTED]

 

Reply via email to