0

私のサンプルコードは.

<target name="retrieve-userdata" depends="test-src">
    <echo message="start the process for fetch region and event"/>
    <exec executable="curl">            
        <arg value='http://localhost/magento/index.php/facebook/index/test' />
    </exec>
    <echo message="end the process for fetch region and event"/>
</target>

このアリを実行すると、これが

http://localhost/magento/index.php/facebook/index/test 

action が呼び出され、このアクションを実行します。その中で、ループは何度も実行され、ユーザーのfacebookイベントを取得します。

そこで、このアクションでループが実行されたときに、各イベント名をコンソールに表示したいと考えています。

よろしくお願いします。よろしくお願いします。

4

2 に答える 2