Last published: 17 June 2005 | Doc for 1.0 |
|
Description
This tag creates a
The
Attributes
Nested Elements
Examples<j:jelly xmlns:j="jelly:core" xmlns:ant="jelly:ant"> <ant:fileScanner var="pluginProjects"> <ant:fileset dir="${basedir}"> <ant:include name="jelly-tags/*/project.xml" /> </ant:fileset> </ant:fileScanner> <j:forEach items="${pluginProjects.iterator()}" var="plugin"> <!-- process using ${plugin} variable --> </j:forEach> </j:jelly> |
© 2002-2005, Apache Software Foundation |