propertyfileタスクを使用してプロパティを更新した後、そのプロパティを読み取ろうとしています。何かのようにプロパティファイルの更新後にプロパティをリロードする
<property file="test.properties" />
<echo>before :: ${modules}</echo>
<propertyfile file="test.properties" >
<entry key="modules" type="string" operation="+" value="foo" />
</propertyfile>
<property file="${status.path}/test.properties" />
<echo>after :: ${modules}</echo>.
2回目はロードされていないようです。しかし、プロパティファイルが更新されます。