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
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
Ok, I have a problem, and I don’t know whether it is a
VBC problem, and environment problem, or a NANT problem. I am leaning towards
an environment problem. Anyway, let me fair warn you, I am not a VB programmer,
I am a Java programmer and the reason I am doing this is because I am very
fam
Hi,
My question is little bit strange and newbie like but i am started using Nant
long time ago on a WindowsXP machine.Now, we need to build our code on a
Windows 2000 Server machine but I am getting very strange errors from csc that
"no input files specified".
I tried all combinations but i
It is not necessary to "build" NAnt before using. The instructions must
either be wrong or misleading. Think about it - if NAnt can "build"
itself, doesn't that mean it is already built?
--
Get Firefox!
http://www.spreadfirefox.com/?q=affiliates&id=26755&t=1
Kirti Krishnaswamy wrote:
Hi,
I a
Hi,
I am brand new to NAnt, hence pls bear with me. I downloaded the src and the bin
compressed folders. I tried to build it as per instructions, but ran into a build
problem. It generates a build log, but I am unable to locate it. I have cut and pasted
the output below. Can anybody please h