>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, Gilberthttp://ant.apache.org/manual/tutorial-tasks-filesets-properties.html#ret urning-list Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
