Re: [NAnt-users] build problem.

2006-01-23 Thread Gary Feldman
Pritesh Shah wrote: ... error CS0234: The type or namespace name 'abc' does not exist in the class (are you missing an assembly reference?) That's the clue. ... Add a reference to abc.dll here. The block in NAnt

RE: [NAnt-users] Build file for VB.NET web apps

2006-01-23 Thread Narayanan Raghavan
Thank you for the info. It now builds fine but I now get a parser error when I start my client. Parser Error Message: Could not load type 'GRD.Global'. The app complies and works great when I build it through VS. I am probably missing something basic. Thanks again for the help. From: "Ger

[NAnt-users] build problem.

2006-01-23 Thread Pritesh Shah
hello e'body, I am a newbie to nant. I'm trying to write a build file for a simple project. The project xyz depends on abc.dll . How do i go about doing that. Given below is my current .build file for xyz, which is giving the following errors: error CS0234: The type or namespace name 'abc' does n

RE: [NAnt-users] Extending nant

2006-01-23 Thread Peschka, Jeremiah
Title: RE: [NAnt-users] Extending nant I can share the source.  However, I managed to get my code to compile and run late Thursday night.  I'm not sure what I changed to get this to work, but it's working now.  Thanks for looking at this, though.  I appreciate people's efforts. Jeremiah --