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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]