DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18708>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18708 outputproperty attribute of <exec> Summary: outputproperty attribute of <exec> Product: Ant Version: 1.5.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Build Process AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi. I'm trying to use the outputproperty attribute of <exec> but it seems to do nothing. This is what I'm trying to do: <exec executable="/usr/bin/ls" outputproperty="object_list"> <arg value="/tmp"/> </exec> I don't know if I have to add a <property> tag in order to declare the property I want to use or not, object_list. I have tried doing that too but It didn't work. The property is empty. Can anybody send me an example of how to do this?