Is there a way to specify a windows network share via the property task?

<property name="shared_path" location="\\sharedir"/>

This actually will evaluated to an absolute path relative to the
basedir:

[echoproperties] shared_path=N\:\\ant\\build\\shared_path

I can use value="\\sharedir", but intuitively I thought to use the
"location" attribute...



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

Reply via email to