Thanks for the report.
I think that's intended behavior, not a bug. The "File exists" exception
means that it couldn't create a symlink because there was a file or link
at the target location already, although not pointing at the desired
place. The "ln_s" and "ln_sf" commands deal with this situation differently:
- "ln_s" is a non-destructive command, it only adds a link if needed or
ensures that the link points to the right place.
- "ln_sf" is a destructive command, it ads a link if needed even if it
means destroying something.
Does that make sense?
As for error context showing where you got the exception in the recipe,
ugh, looks like there's a bug there because it should have only
displayed that once, not twice. I'll add that the next bugfix.
-igal
> --
>
> You received this message because you are subscribed to the Google Groups "AutomateIt" group.
> To post to this group, send email to
autom...@googlegroups.com.
> To unsubscribe from this group, send email to
automateit+...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/automateit?hl=.
>
>
>