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

2006-07-25 Thread Rico Schaepe
Hi all, Im 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

[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: foreach item=String in=1 2 3 4 5 6 delim= property=count How is right way to loop over unknown count of nodes? Thanks Mit freundlichen Grüßen/Kind RegardsIrfan DuhericSoftware Developer

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 property task to load a set of properties from a file, but in NAnt you have to do this through using the include 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

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

2006-07-25 Thread Ramya Niranjan
Hello, I am trying to use themail task tosend a particular network share link into aRTF 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: ?xml version=1.0 ? project name=sample

[NAnt-users] MSBuild

2006-07-25 Thread Chris Holt
Im trying to switch my nant script to use the msbuild task instead of executing devenv and Im 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] 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

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 doesnt list a configuration property. Is there one that isnt documented? Chris From: Robinson, Heath [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 9:27 AM To: Chris Holt;

[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 exec ... /. property name=test.outputfile value= overwrite=false/ exec program=${expected.output} commandline=${test.cmdline}

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: