I had this build file A inside which calls build file B, and there are global properties with the same name but different values in both files. Then I found when build B is executed, the value of the global property is not the value defined in build B, but the value defined in A...
So does the scope of a global properties extends to nested build files? In an other word, should the name of global properties be unique not only in the build file it resides in, but also in all the referenced files? Thanks, Bianca Jiang -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
