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=30459>. 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=30459 Support for Functions ------- Additional Comments From [EMAIL PROTECTED] 2004-08-17 07:27 ------- On some more digging on this, I found that there is only one nessted element is supported. <presetdef name="abc.cc"> <exec executable="${cc}" dir="${dir.src}" failonerror="true"> <arg line="${cc.arg.line.prefix} -KPIC ${fileName}.c -o ${cc.obj.dir}/${fileName}.o"/> </exec> <exec executable="${cc}" dir="${dir.src}" failonerror="true"> <arg line="${cc.arg.line.prefix} ${fileName}.c -o ${cc.obj.dir}/../ ${fileName}.o"/> </exec> </presetdef> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]