I am trying to delete a symlink in ant script using the below line :
<symlink action="delete" link="/path/of/link/symlink"/>
But it is showing an error:
Could not create tempfile in /directory/where/symlink/points
The /directory/where/symlink/points
is supposed to be read-only.
Is there a way in which I could just delete the symlink and not mess up other things? It's a part of a big script.