[NAnt-users] error in solution task when referencing primary interop assembly ADODB

2006-07-25 Thread Hilton Wong
Hi, I am currently in the process of converting some build scripts from batch files to nant build files.   I have a .Net solution that references ADODB.dll in the GAC.   The project file for this reference looks like this:           Name = "ADODB"   

Re: [NAnt-users] Strange error with C# properties

2006-07-25 Thread Andy Duan Nguyen
Hi Gert,It works for me know. Thank you for the fix.AndyOn 7/23/06, Gert Driesen <[EMAIL PROTECTED] > wrote:> -Original Message-> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] On Behalf> Of Andy Duan Nguyen> Sent: zondag 23 juli 2006 10:08 > To: Gert Driesen> Cc: nant-users@lists.sou

[NAnt-users] Evaluation of if and unless

2006-07-25 Thread Bonio Lopez
Hi, 1. Following code returns a error: An empty string is not a valid value for attribute 'output' of . The workaround would be Is it a supposed behavior and if yes, then what is the recommended approach to avoid the execution of test.outputfile="". 2. Sometimes I use targets to accomplish a

Re: [NAnt-users] MSBuild

2006-07-25 Thread Chris Holt
Not sure what you mean about the configuration property.  The documentation of the msbuild task doesn’t list a configuration property.  Is there one that isn’t documented?   Chris   From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 9:27 AM To: Chris H

[NAnt-users] MSBuild task and setup/deployment projects

2006-07-25 Thread Chris Holt
Some said the following back in May about MSBUILD:   “At any rate, VS2005 has MSBuild, so until the solution task is updated for 2005, you could just call MSBuild.  this is what I'm doing, and works well. It also has the advantage of building ALL project types, including Setup/Deployment

[NAnt-users] MSBuild

2006-07-25 Thread Chris Holt
I’m trying to switch my nant script to use the msbuild task instead of executing devenv and I’m not sure how to properly choose the build configuration. So for example, if I want to clean the Debug build of a solution file I understand that I need to have the task defined like this:  

[NAnt-users] task does not redirect URL's

2006-07-25 Thread Ramya Niranjan
Hello,   I am trying to use the mail task to send a particular network share link into a RTF file so that users could click on this link to naviagte to the correct location. But the out always goes as a normal text file. This is what I am trying:     \\hostname\sharename\foldername"/>

Re: [NAnt-users] Load properties from a file

2006-07-25 Thread William_Martin
Hi Brad, With Ant, you could specify a file in the task to load a set of properties from a file, but in NAnt you have to do this through using the task (as you guessed) to include the properties file. One thing to watch out for (as it often comes up on the list) is if you are using namespaces

[NAnt-users] foreach alternativ?

2006-07-25 Thread Duheric, Irfan
Hi,   if I wont to run over  multiple nodes in some XML file, I do it on this way:     How is right way to loop over unknown count of nodes?   Thanks   Mit freundlichen Grüßen/Kind RegardsIrfan DuhericSoftwar

[NAnt-users] windows application won't start after compilation

2006-07-25 Thread Rico Schaepe
Hi all,   I’m new to NAnt and C#. I come from java side and now I want to make my first Nant build file. The app has some class files which are saved in a separate src path. The file structure is as follows:   -- docs/ -- libs/ -- src/Framework -- src/Gui -- src/Io -- src/Util