こんにちはすべてこれはターゲット呼び出しのための私のコードです。
<target name="abc">
<var name="x" value="10"/>
<antcall target="def"/>
<!--Again Access The value of x here and also change it here-->
</target>
<target name="def">
<!--Access The value of x here and also change it here-->
</target>
また、他のビルドファイルでこのXにアクセスしたいのですが、方法はありますか