>let your task create a property via
>project.setNewProperty(String name, String value)
>for further use in your ant workflow.
>Create an attribute for that property and let the user decide
>how to name it, f.e.
>
><yourtask input="foo" outproperty="bar" ... />
>...
><echo> $${bar} == ${bar}</echo>
>
>
>Regards, Gilbert


http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html#ret
urning-list


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to