Re: Target Execution Sequence

2011-10-29 Thread Rick Genter
Meanwhile a few things to remember: - if you want targets to execute in a specific order, you have to set up their dependencies appropriately. Targets that are not directly dependent upon each other are not guaranteed to execute in any particular order. - properties are immutable. Once set, you

Re: Target Execution Sequence

2011-10-29 Thread Rhino
I was afraid you were going to say that. It'll take a while to obfuscate the parts that I don't want to make public. I'll send it along tomorrow. -- Rhino On 2011-10-29 22:11, Vimil Saju wrote: It would be helpful if you could attach the build file along with the mail. __

Re: Target Execution Sequence

2011-10-29 Thread Vimil Saju
It would be helpful if you could attach the build file along with the mail. From: Rhino To: ant-user Sent: Saturday, October 29, 2011 5:47 PM Subject: Target Execution Sequence I'm having a perplexing problem and I'm hoping someone here can help me understand

Target Execution Sequence

2011-10-29 Thread Rhino
I'm having a perplexing problem and I'm hoping someone here can help me understand whatever I'm missing. I was moderately fluent with Ant at one point but I've been away from it a while and have probably just forgotten some fundamental that I need to know. Here's the deal. I have an Ant sc