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=38
199>.
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
a>
------- Additional Comments From jhatfiel yahoo.com
2006-01-09 16:39 -------
Created an attachment (id=17373)
--> (http://issues.apache.org/bugzilla/attac
hment.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=ema
il
------- 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
|