[NAnt-users] The current runtime framework 'net-2.0' is not correctly configured in the NAnt configuration file.

2008-12-23 Thread Rami Abughazaleh
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 =

[NAnt-users] RE: Why would nant's task attempt to link with a non-existent lib file?

2006-05-16 Thread Rami Abughazaleh
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.

[NAnt-users] Why would nant's task attempt to link with a non-existent lib file?

2006-05-16 Thread Rami Abughazaleh
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

[NAnt-users] task causes fatal error C1083: Cannot open include file

2006-05-16 Thread Rami Abughazaleh
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

[NAnt-users] RE: task causes fatal error C1083: Cannot open include file

2006-05-14 Thread Rami Abughazaleh
> 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

[Nant-users] task "cleaning up" xml text

2004-11-11 Thread Rami AbuGhazaleh
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