Re: [Nant-users]

2005-05-11 Thread Ian MacLean
Thomas Tomiczek wrote: Yeah, this did fix it. Sadly the documentation for the include task did not really give me a hint in this area. I'll add a note that the included file also needs to be valid xml. Ian -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Donnersta

RE: [Nant-users]

2005-05-11 Thread Thomas Tomiczek
Yeah, this did fix it. Sadly the documentation for the include task did not really give me a hint in this area. Works now. Thomas > -Original Message- > From: Ian MacLean [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 12. Mai 2005 08:22 > To: Thomas Tomiczek > Cc: nant-users@lists.sour

Re: [Nant-users]

2005-05-11 Thread Ian MacLean
Thomas, the included file also requires a top level tag. The error you are seeing is an xml error since your file contains: ... ie multiple elements at the top level - forming an invalid xml document. try somthing like : ... Ian Thomas Tomiczek wrote: I jsut re-ch

RE: [Nant-users]

2005-05-11 Thread Thomas Tomiczek
I jsut re-checked, and I am unable to find any type of bug.   Basically, when I plug the content of the include file into the main build file, it does work.   If I move it out into it's own separate file (and include it), I get errors.   This is the error:   C:\Work\ThonaConsulting\EntityBrok

Re: [Nant-users] Beginners problems with variables

2005-05-11 Thread Troy Laurin
Malcolm, You have fallen victim to the most common error when using functions... never nest your _expression_ evaluation brackets ${} ${directory::exists('${build.dir}')} becomes ${directory::exists(build.dir)}, and similar for your other expressions. This is demonstrated in the fourth example o

[Nant-users] VSConvert and vc++ support

2005-05-11 Thread Ted Quinby
Does anyone have a modified version of vsconvert.xsl that supports conversion of c++ projects (.vcproj)? If not, any other suggestions on how to generate a build file for a c++ project? Thanks! Ted Ted Quinby Soil & Topography Information, LLC Madison, Wisconsin (() phone:  (608) 442-0656 (()

[Nant-users] Insert File in Another File

2005-05-11 Thread Eric Fetzer
Is there a way with NAnt to insert the entire contents of one file into another file (non-xml)? What I'm doing now is creating a header file and trailer file, using echo to append on to the header file what I need to insert, and then put the two together with concat. Does anybody know of a more g

RE: [Nant-users]

2005-05-11 Thread Ryan Davis
Title: Looks like it might be a bug in your included build file.   This is exactly what I do, except I have the project's build files setting a lot of properties, and the master build file makes all its decisions based on those properties.    I'm not sure how overriding targets would

[Nant-users] Version

2005-05-11 Thread Stephen Lewis
Bruce asked about not incrementing the version file In my system, the version file is a source controlled file. I cannot actually increment the version number unless I check it out and check it back in. In the event of a build failure, I undo the checkout of the version number file and it au

[Nant-users]

2005-05-11 Thread Thomas Tomiczek
Title: Hello, I am trying to get into orgainizing my nant files more. I have a central nant file that all our projects should share. Is it viable to use an empty shell file (possibly with do-nothing targets that the projects fill out) and have it include the core targets? How is the s

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Selke, Anthony
Ah, excellent. I don't know that you ever mentioned what version of nant you were using, but I have often had very quirky results when trying to mix-and-match nant and nantcontrib builds. I find that I have a whole lot more luck when I keep them in synch. Tony -Original Message- From:

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Shelly Midha
Thanks for your response Tony, After searching on Google, I found that it's a known issue with Nant Contrib -0.85-rc2. This has been resolved in Nant Contrib -0.85-rc3. It works fine with the new version. I've tested the same for my project. Regards, Shelly -Original Message- From: Sel

RE: [Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Selke, Anthony
I'm going to go out on a limb here and suggest that the problem lies somewhere near line 142, column 6 of your "buildcenter.build" Nant file. :-) Can you share that piece of your build file (along with a reasonable number of lines/blocks before and after? Tony ___

[Nant-users] task cannot add files to SourceSafe

2005-05-11 Thread Shelly Midha
  I’m getting the following error while trying to add a file in vss using Nant Contrib -0.85-rc2 Add-build-package-invss:   BUILD FAILED   E:\Projects\EASS\Frameworks\BuildAndRele