Bug 1551 - delete task follow symbolic links
Summary: delete task follow symbolic links
Status: RESOLVED DUPLICATE of bug 1550
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.3
Hardware: Sun other
: P1 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-27 00:51 UTC by michele.quaini
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michele.quaini 2001-04-27 00:51:40 UTC
i made a simbolic lynk under the directory webapps/<project>, 
containg some files to be displayed

> cd $TOMCAT_HOME/webapps/<project>
> ln -s /usr/local/.../invoices invoices

Executing the following target clean:

> build clean


it followed the symbolic link, deleting the entire directory content.

content of build.xml:


...
  <target name="clean">
    <delete dir="${deploy.home}"/>
  </target>
...
Comment 1 michele.quaini 2001-04-27 00:52:24 UTC

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