https://bz.apache.org/bugzilla/show_bug.cgi?id=60027
--- Comment #7 from Jan Mat <[email protected]> --- An implementation idea I have is this: <arg part[N]="" joiner=""/> - joiner defaults to a simple blank - all attributes starting with "part" are stored in a Map (index=attribute-name, value=attribute-value) - setting could (maybe) be done via DynamicAttribute - a combination of part, value and line is not permitted - for joining these values we sort the entries alphabetically by index - the joined value is used as <arg value/> But what is the usecase? "Just" splitting a long value into shorter ones? Are these values hard coded? If not, you could filesets or resourcecollections and use their values <arg value="${toString:idOfFileset}"/>. Calculation via <pathconvert> would be possible to. -- You are receiving this mail because: You are the assignee for the bug.
