https://issues.apache.org/bugzilla/show_bug.cgi?id=44655

           Summary: symlink delete fails
           Product: Ant
           Version: 1.7.0
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I'm using the ant that comes with the OS X 10.5 developer tools:

$ ant -version
Apache Ant version 1.7.0 compiled on September 23 2007

I have the following in my build file:

<symlink action="single" link="${dist}/temp/Applications"
resource="/Applications" />
...
<symlink action="delete" link="${dist}/temp/Applications" />

The delete task fails like this:

BUILD FAILED
.../build.xml:241: java.io.IOException: Couldn't return resource
/symlink78325137.tmp to its original name: /Applications
THE RESOURCE'S NAME ON DISK HAS BEEN CHANGED BY THIS ERROR!

and leaves the symbolic link just as it was.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to