Re: Reset an existing property

2001-12-04 Thread Erik Hatcher

No.

Properties are immutable!

Erik


- Original Message -
From: Holger Danske [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 1:31 AM
Subject: Reset an existing property


 Hello Ant-User.

 One, I hope, simple question.

 Is it possible to reset an existing property,
 something like

 property name=dir.src value=./src/
 property name=dirty.src value=d:\CVS\/
 property name=dir.src value=${dirty.src}/

 The sample is simplify, but it is enough to describe
 what I want.


 TIA
 JD

 __
 Nokia 5510. Verrücktes Design! Toller Sound!
 Entdecke und gewinne es auf http://de.promotions.yahoo.com/nokia/
 Gewinnspiel endet am 16. Dezember 2001.

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Reset an existing property

2001-12-04 Thread Erik Hatcher

No need to fear it.   Property immutability is one of the features that
makes Ant flexible and powerful, believe it or not.  I'm sure if you posed
your scenario to the list that someone could help you resolve it within the
confines of Ant's property rules.

Erik


- Original Message -
From: Holger Danske [EMAIL PROTECTED]
To: Ant Users List [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 6:48 AM
Subject: Re: Reset an existing property


 I had feared it.

 JD

 __
 Nokia 5510. Verrücktes Design! Toller Sound!
 Entdecke und gewinne es auf http://de.promotions.yahoo.com/nokia/
 Gewinnspiel endet am 16. Dezember 2001.

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Reset an existing property

2001-12-04 Thread Kurien Mathew

  One, I hope, simple question.
 
  Is it possible to reset an existing property,
  something like
 
  property name=dir.src value=./src/
  property name=dirty.src value=d:\CVS\/
  property name=dir.src value=${dirty.src}/
 

Here is an alternative :

property name=dir.src value=./src/
property name=dirty.src value=d:\CVS\/

available file=. property=dir.src value=${dirty.src}/

Note: available task must be enclosed in some target




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Reset an existing property

2001-12-04 Thread Russ Fink

I thought this reassignment of properties was going away, or otherwise found 
to be undesirable?  This is related to my newbie-if-then-else thread.  Am I 
seeing where this is becoming more of a needed feature?

From: Kurien Mathew [EMAIL PROTECTED]

   One, I hope, simple question.
  
   Is it possible to reset an existing property,
   something like
  
   property name=dir.src value=./src/
   property name=dirty.src value=d:\CVS\/
   property name=dir.src value=${dirty.src}/
  

Here is an alternative :

property name=dir.src value=./src/
property name=dirty.src value=d:\CVS\/

available file=. property=dir.src value=${dirty.src}/

Note: available task must be enclosed in some target




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Reset an existing property

2001-12-04 Thread Erik Hatcher

This is now deprecated behavior though.  Properties *should* be immutable
and things have tightened up quite a bit with it in the nightly builds
recently, although this particular hole is still open yet a deprecation
warning will be output when overriding a property using available

Erik


- Original Message -
From: Kurien Mathew [EMAIL PROTECTED]
To: Ant Users List [EMAIL PROTECTED]
Sent: Tuesday, December 04, 2001 2:05 PM
Subject: RE: Reset an existing property


   One, I hope, simple question.
  
   Is it possible to reset an existing property,
   something like
  
   property name=dir.src value=./src/
   property name=dirty.src value=d:\CVS\/
   property name=dir.src value=${dirty.src}/
  

 Here is an alternative :

 property name=dir.src value=./src/
 property name=dirty.src value=d:\CVS\/

 available file=. property=dir.src value=${dirty.src}/

 Note: available task must be enclosed in some target




 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]