Re: Ant and Jelly properties

2003-03-17 Thread Theunis de Jongh
Pete Kazmier wrote: goal name=init !-- Create a property object -- j:new var=component1 className=java.util.Properties/ j:set var=dummy value=${component1.setProperty('dir', 'directory1')}/ j:set var=dummy value=${component1.setProperty('name', 'name1')}/ !-- Create another

Re: Ant and Jelly properties

2003-03-13 Thread Pete Kazmier
On Mon, 10 Mar 2003 16:36:19 +0200, Theunis de Jongh said: Theunis Let's say I have 2 jelly properties : component1.dir and Theunis component2.dir. Theunis Now I also have the following jelly property : Theunis j:set var=components value=component1, Theunis component2 /