You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/03/22 18:35:24 UTC

DO NOT REPLY [Bug 44655] New: symlink delete fails

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: notifications@ant.apache.org
        ReportedBy: brianna@hambo.com


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.

DO NOT REPLY [Bug 44655] symlink delete fails

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44655


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2008-09-04 06:14:43 PST ---


*** This bug has been marked as a duplicate of bug 41525 ***


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