yvesforkl wrote:
Andrew Goktepe wrote:
The symlink task (http://ant.apache.org/manual/OptionalTasks/symlink.html)
can be used to create symbolic links with relative paths on a per-file
basis [...]
Thank you for this hint, once again I see that most of what needs to be done
is fairly easy wit
Andrew Goktepe wrote:
>
> The symlink task (http://ant.apache.org/manual/OptionalTasks/symlink.html)
> can be used to create symbolic links with relative paths on a per-file
> basis [...]
>
Thank you for this hint, once again I see that most of what needs to be done
is fairly easy with ant. I
The symlink task (http://ant.apache.org/manual/OptionalTasks/symlink.html)
can be used to create symbolic links with relative paths on a per-file
basis:
The value given for the resource attribute is relative to the location of
the link you are creating (same behavior as command-line usage of ln)