On 15-Dec-03, at 17:02 Uhr, J�rg Schaible wrote:
Amnon Khen wrote on Tuesday, December 09, 2003 17:49:
Hi Jelly folk,
What types of collections can be used in the core:forEach
tag? In the ForEach task from ant-contrib, one can use
delimited strings as well as Ant data types like Path-like
Structures. Can this also be simply achieved in Jelly? I'm
thinking about something in the neighborhood of: <c:forEach ...>
                        <c:list> ...
            </c:list>
</c:forEach>
I can always create a path and convert it into a delimited
string the PathConvert task, but it's a bit tedious. It won't
kill me, of course... Is there a way to group properties in
to a set similarly to the PropertySet data type in Ant 1.6?
Thanks for your time and consideration,
            Amnon

Can't say much about the forEach construct above, but I've provided a patch for comma-delimited items, that is unfortunately not applied yet.

And util:tokenize is still of use...


Sorry for not having time for the patches, I'd like to get the documentation up first and... building such a website with maven is not really a funky one-second-one-press experience.

Paul


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to