[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-26 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_58084 ] dion gillard commented on JELLY-191: AFAICT append is only checked when working with the name attribute set. I propose fixing it for the case of 'var' as well. FileTag

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-26 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_58088 ] Paul Libbrecht commented on JELLY-191: -- Have added the append to be valid for var as well... sorry for this omission. paul FileTag must allow to append to flat file

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-21 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57916 ] Paul Libbrecht commented on JELLY-191: -- I'd like to close this issue, it is working fine. Use file append=true . paul FileTag must allow to append to flat file

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-12 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57542 ] Paul Libbrecht commented on JELLY-191: -- Although that doesn't append, I think the following scripts shows the wished output so that blank-management is possible with

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread Paul Libbrecht (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57374 ] Paul Libbrecht commented on JELLY-191: -- A patch ? (shouldn't be too hard) I am unclear about the exact semantic of flat... I guess it's a summary of some other

[jira] Commented: (JELLY-191) FileTag must allow to append to flat file

2005-01-07 Thread dion gillard (JIRA)
[ http://issues.apache.org/jira/browse/JELLY-191?page=comments#action_57378 ] dion gillard commented on JELLY-191: Huh? the file tag can write non-xml data. Just use the omitXmlDeclaration=true. What about that doesn't work? FileTag must allow