posted 14 years ago
Hi there, I have a build script (scriptA) importing another build script (scriptB) - they are both in different directories. I'm calling a target on the ScriptA using antcall but I need to override a property name on scriptA from scriptB.
In an example this is what i'm trying to say:
ScriptA
ScriptB
The basic problem at the end of the day is that when I'm calling ScriptA from ScriptB the prop1 path seems to be running from ScriptA home directory not from ScriptB's home directory.
any ideas?
Thanks