Re: [Nant-users] if and comparison

2003-06-22 Thread Sascha Andres
Hi, * Anthony LoveFrancisco wrote on 21.06.2003 (12:29): > You can do this using the

RE: [Nant-users] if and comparison

2003-06-21 Thread Anthony LoveFrancisco
You can do this using the

[Nant-users] if and comparison

2003-06-21 Thread Sascha Andres
Hi, I do have a porperty called begin. For example it's set to 2003. And I have a tstamp using properties date as default and year as . If = begin I want to set property copy to 2003. If begin is 2002 indeed, I want copy to be 2002-2003. I did not found a possibility to do this. Any hint