DO NOT REPLY [Bug 18708] - outputproperty attribute of exec

2003-04-08 Thread bugzilla
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





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 10:36 ---
Thankyou.

I chose a name for the outputproperty longer than 12 characters. !!

Later I tried with object_list and It worked well.


DO NOT REPLY [Bug 18708] - outputproperty attribute of exec

2003-04-08 Thread bugzilla
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





--- Additional Comments From [EMAIL PROTECTED]  2003-04-08 10:47 ---
Can you tell me the property name you used which caused the failure?


DO NOT REPLY [Bug 18708] - outputproperty attribute of exec

2003-04-07 Thread bugzilla
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

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2003-04-07 04:14 ---
Works for me. I used this to test 1.5.3 Beta on Solaris.


project name=18708 default=test
  target name=test
exec executable=/usr/bin/ls outputproperty=object_list
  arg value=/tmp/
/exec
echo message=list is ${object_list}/
  /target
/project