... and when we'll have expression evaluator in place you will be able to
write:
Meanwhile, you may try NAnt with Expression Evaluator test1 (not recommended
for production use as the syntax is likely to change) at:
http://jaak.sav.net/nant-ee/nant-ee-test1.zip
Jarek
- Original Message
Maybe this will solve your problem instead (using flat file instead of xml):
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01256.html
Jarek
- Original Message -
From: "Morris, Jason" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 07, 2003 9:48 AM
Subject: [Nant-use
Title: Trying to auto increment my build number
I need some advice on the best way to auto-increment my build number.
I have taken a look at the task in the nantcontrib project, but that is not what I am looking for. I am looking for simple ability to do arithmetic.
I want to take a prop
Jason,
You are correct. The framework to target can be set from the commandline
using the -defaultframework (or -k) switch.
In build files the current framework can be changed by setting the value of
the 'nant.settings.currentframework' property, although this may change in
the future :
Gert