Hi.
I am trying to use NAnt.Core.dll v0.85 from a vs 2008 .net web application.
I added a reference to the dll in my project and then tried to use the
following c# code:
Project nantProj = new Project(buildFile, Level.Info, 0);
BuildListenerCollection listeners =
I figured out my problem.
I had to set Configuration Properties > Linker >
General > Ignore Import Library > Yes
From: Rami AbughazalehSent: Sat
4/29/2006 5:22 AMTo:
nant-users@lists.sourceforge.netSubject: Why would nant's
task attempt to link with a non-existent lib
file?
Hello.
Hello.
I have a VC++ 2003
solution that has several projects that I am trying to build with the
task.
I have a project
named "Service" that generates an exe used as a windows service for the
application.
This project has an
idl file that is used by midl to generate a tlb.
The tlb fil
Hello.
I am having a problem compiling a vc++ 2003
solution with the task.
[cl] Contents of
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmpB4FF.tmp. [cl] /c /D
"WIN32" /D "NDEBUG" /D "_WINDOWS" /I "C:\Company\Solution\SOURCE\common" /I
"C:\Company\Common\Processes" /I "C:\Company\Common\System"
/F
> Could it have something to do with the include
directories not being in alphabetical order?
Yes, this was the problem.
Once I set the include directories in alphabetical order, the
compilation was successful.
This seems to be a small "bug/limitation".
From: Rami AbughazalehSent: Mon
Title: task "cleaning up" xml text
Hello.
I would like the task to not "clean up" the xml structure.
For example, if I have the following nodes:
The task would change it to:
I use the task to do stuff with my html pages and so this