You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/01/09 16:39:03 UTC

DO NOT REPLY [Bug 38199] - symlink fails on second call

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38199>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38199





------- Additional Comments From jhatfiel@yahoo.com  2006-01-09 16:39 -------
Created an attachment (id=17373)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17373&action=view)
build.xml illustrating problem

Must be saved as build.xml as it relies on there being a build.xml to symlink

Text included here for convience:

<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="taska">
  <target name="taska" depends="subtask">
    <echo message="Task a"/>
  </target>

  <target name="taskb" depends="subtask">
    <echo message="Task b"/>
  </target>

  <target name="subtask">
    <echo message="subtask"/>
    <symlink overwrite="true" failonerror="false" link="temp.xml"
resource="build.xml"/>
  </target>
</project>


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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org