Re: Creating SymLinks with relative paths

2007-11-06 Thread Steve Loughran
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

Re: Creating SymLinks with relative paths

2007-11-06 Thread yvesforkl
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

Re: Creating SymLinks with relative paths

2007-11-05 Thread Andrew Goktepe
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)