RE: [Nant-users] External Parameters

2005-08-31 Thread Bert Robbins
Environment variables. I start the script using a batch file that defined environment variables, which can come from the command line, and the I initiate nant with the location of the nant script.   Bert     From: Paul Cowan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August

RE: [Nant-users] , devenv and console output

2005-06-27 Thread Bert Robbins (Documentum)
Title: RE: [Nant-users] , devenv and console output Specify an output file:       > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 27, 2005 6:43 AM > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] , devenv and

[Nant-users] Peek, Add 1, and Poke

2005-06-24 Thread Bert Robbins (Documentum)
Title: Peek, Add 1, and Poke All, I need to peek a value out of an XML file, add 1 to it, and then poke that new value into the XML file. I have the peeking and poking working. However, I am confused about how to take a property's value and add 1 to it. Thanks Bert Robbins

RE: [Nant-users] if and ifnot tasks

2005-06-16 Thread Bert Robbins (Documentum)
Title: RE: [Nant-users] if and ifnot tasks   > Most attributes of the if and ifnot tasks are marked as deprecated. This > is > because they can now be replaced by NAnt's expressions and functions. > > E.g. instead of > > > >  you can (and should) now write > > Which one is more re

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Bert Robbins (Documentum)
Title: RE: [Nant-users] Get VSS Labelled version I will second this request. I put in a request to the nant-contrib enhanment/bug DB. It appears that nant-contrib could handle labels with a get request but that the vssget task does not process a label-name like the vsslabel task does. Bert