Re: Usage of antcall

2005-10-20 Thread Ninju Bohra
The slightly longer answer... The problem is that at a high-level every invokes an new private "ANT" environment. Any properties that are defined inside that new private "ANT" enviroment are not copied back out to the orignating "ANT" enviroment. Your property ${admin} is loaded inside a privat

Re: Usage of antcall

2005-10-20 Thread Dominique Devienne
> can anyone guess what I am doing wrong, and how I should use antcall, The short answer is to not use , but target dependencies instead, and more specifically, the depends attribute of . --DD - To unsubscribe, e-mail: [EMAIL P

Usage of antcall

2005-10-20 Thread pritesh.saharey
I am trying to use antcall, I had a property file called admin.size in which value admin=136374, I can't put this property file admin.size ouside of create-zip target.