I would like to use paths in multiple tasks without specifying the basedir attribute each time.
Unfortunately the following is not supported:
<project basedir="${directory::get-current-directory()}">
</project>
I would like to use paths in multiple tasks without specifying the basedir attribute each time.
Unfortunately the following is not supported:
<project basedir="${directory::get-current-directory()}">
</project>
use (.) in like:
so the basedir will be set to the directory of your build file.