Hi,

from a java Class (sub-class of Project) I call the target "px_file_history"
from a for loop. How can I get the "file" attribute refreshed when I
actualize the property "file_list"?

        <target name="px_file_history" depends="px_start" if="PX">
                <px command="history"
                        file="${file_list}"
                        output="${output}"
                        failonerror="true"
                        error="${error}"
                />
        </target>

Zsolt



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to