RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
I tried to use the version task but since our last number is 100, it would always force it to a 0. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Arnette Sent: Thursday, December 15, 2005 12:21 PM To: nant-users@lists.sourceforge.net Subject: RE: [

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
uses the common.build -Original Message- From: Tim Mayert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 11:49 AM To: Kedziora, Rebecca Cc: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Automatically updating build number on nightly builds Thanks Rebecca, Does

RE: [NAnt-users] Automatically updating build number on nightly builds

2005-12-15 Thread Kedziora, Rebecca
Hello, We keep our version number in a file. I use the common.build for all projects which they include. You can review to see how we do our build numbers. -Rebecca -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Mayert Sent: Thursday, December 15

RE: [Nant-users] Best approach to call vsvars32.bat

2005-11-07 Thread Kedziora, Rebecca
ul on the list. -Kelly From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kedziora, Rebecca Sent: Monday, November 07, 2005 2:50 PM To: nant-users@lists.sourceforg

[Nant-users] Best approach to call vsvars32.bat

2005-11-07 Thread Kedziora, Rebecca
Title: Best approach to call vsvars32.bat Anyone, On our build boxes we don't have the include or lib set up in the system environment so in order to build we run the vsvars32.bat and build the projects. Would the vsvars32.bat be the best approach to execute or are there better approaches

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Kedziora, Rebecca
Title: Message Ah... the " worked!   Some places I don't have problems with the spaces in the dir name like when using the move task, but using it in a redirection of the exec task caused me grief.   Thanks -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

[Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Kedziora, Rebecca
Title: Exec program can't handle dir name with spaces A bug or not with nant .85 rc 3? I am executing a program using the exec task as shown below:         [Nant-users] Doing math on property values
Hello, Are there examples on how to do math on property values? I am trying to add on a property and I am not sure what I am doing wrong. Thanks Rebecca --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content,

RE: [Nant-users] Xpath guru needed...

m/wix/2003/01/wi"; /> > -Original Message- > From: Kedziora, Rebecca [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 4:44 PM > To: nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Xpath guru needed... > > This is what I am usi

RE: [Nant-users] Xpath guru needed...

This is what I am using in my build file to get the Version but it doesn't work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kedziora, Rebecca Sent: Thursday, October 20, 2005 3:36 PM To: nant-

RE: [Nant-users] Xpath guru needed...

I opened up this document in IDE and the XML editor and it looks fine. Even with this document I get the same erros that the node is not valid. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 3:28 PM To: Eric Fetzer; Kedziora, Rebecca

[Nant-users] Xpath guru needed...

Title: Xpath guru needed... Anyone, Trying to use the xmlpeek to retrieve the value of an attribute.  I am trying to get the Version: http://schemas.microsoft.com/wix/2003/01/wi">     Version="3.0.0.100" Manufacturer="Corporation"> I tried several ways to use xpath and it

[Nant-users] Version task - 0.85 rc 3

Title: Version task - 0.85 rc 3 Anyone, I am a newbie to Nant and am using the version task. I created a file with the contents:  3.0.0.100 I want the version task to update this file as follows: 3.0.1.100 3.0.2.100 This is what I am doing.