Re: newbie question: variable scope

2007-12-13 Thread Hudson Ansley
Hello, I just wanted to thank this list and Peter, David, Krzysztof and Chuck in particular for responding to my question. I am very impressed with the quick response, helpful information and respectful tone. Best Regards, Hudson

Re: newbie question: variable scope

2007-12-11 Thread Hudson Ansley
in target#1 (if data translation happens) in target#2 (if compilation happens) in target#3 (upload target) Regards, Hudson On Dec 11, 2007 10:59 AM, Hudson Ansley <[EMAIL PROTECTED]>

Re: newbie question: variable scope

2007-12-11 Thread Hudson Ansley
yes, I am using thanks so much for your explanation and suggestion - sounds like a winner! Regards, Hudson On Dec 11, 2007 10:56 AM, Peter Reilly <[EMAIL PROTECTED]> wrote: > You are most likely using or to call the other targers > this causes a new ant project to be created. porjects created in

newbie question: variable scope

2007-12-11 Thread Hudson Ansley
I'm trying to use the discouraged "var" to keep track of updated files for a final upload step. It appears that when I change a variable in one target, that change is not reflected from another target. I imagine I am going about this the wrong way, so besides explaining why this might be happening,