Issue Details (XML | Word | Printable)

Key: JELLY-191
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Marc DeXeT
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Commons Jelly

FileTag must allow to append to flat file

Created: 07/Jan/05 06:31 PM   Updated: 26/Jan/05 11:11 PM
Return to search
Component/s: core / taglib.core
Affects Version/s: 1.0-beta-4
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Resolution Date: 26/Jan/05 09:38 PM


 Description  « Hide
Core FileTag allows to write only XML or HTML content to file.
But there's a need to write flat content unix-like or in pseudo-xml (element collection without document root).
So FileTag must allow to write flat content to file.
Proposition to add a boolean "flat" property.

There also a need to add "append" property to.. append to existing file



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #136431 Fri Jan 21 20:42:16 UTC 2005 polx Fixing issue JELLY-191 raised by Marc Dexet.
"FileTag should allow appending to a file".
It is now possible to use and append boolean attribute.
paul
Files Changed
MODIFY /jakarta/commons/proper/jelly/trunk/src/java/org/apache/commons/jelly/tags/core/FileTag.java
MODIFY /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/testFile.jelly