On 2009-11-18, Kantor, H Steve Jr CIV NSWC PC <[email protected]> wrote:
> I would like to have the import task use an environment variable
> (ANT_IMPORT_PATH) when importing files.
Can't this already be done?
<property environment="env"/>
<import file="${env.ANT_IMPORT_PATH}"/>
> Is there any interest in this?
Right now I don't see the general use, but maybe I'm overlooking
something. In what way would the change improve the current
implementation that would be difficult/cumbersome to do right now?
Please note that in svn's trunk <import> supports importing resource
collections and thus opens up a whole lot of new possibilities.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]