Re: how can I change value of property in runtime?

2005-08-26 Thread Taner Diler
Okay, I solved by using antcontribantcontrib packet. regards Bill Rich wrote: I think part of the answer to this question is another question - why do you need to change the value of the property? In Ant properties are immutable. The targets are rule based which implies that all rules have

RE: how can I change value of property in runtime?

2005-08-25 Thread Bill Rich
I think part of the answer to this question is another question - why do you need to change the value of the property? In Ant properties are immutable. The targets are rule based which implies that all rules have an equal chance of firing based on the conditions at the time of evaluation. Can you

Re: how can I change value of property in runtime?

2005-08-25 Thread Ondrej Svetlik
Hello, cannot change property value, try to use from ant-contrib instead. Best regards, O. Svetlik Taner Diler wrote: Hi, I have a problem with properties that defined in xml. I'm reading a property (has "test-0" value) from properties file and I try to change its value by using ' '.