|
[tag libraries]
[tags]
Library | Description |
jelly:ant |
A tag library for using Ant tasks within Jelly
Jelly can be invoked inside Ant and this tag library allows Ant tasks to be invoked from insideJelly. This allows Jelly to be used for more 'scripting' style targets, such as parsing XML databases,working with custom java beans, doing SQL, the use of JSTL and so forth.
|
A tag library for using Ant tasks within Jelly
Jelly can be invoked inside Ant and this tag library allows Ant tasks to be invoked from insideJelly. This allows Jelly to be used for more 'scripting' style targets, such as parsing XML databases,working with custom java beans, doing SQL, the use of JSTL and so forth.
Tag Name | Description |
ant | Tag supporting ant's Tasks as well asdynamic runtime behaviour for 'unknown' tags.
|
fileScanner | A tag which creates a new FileScanner bean instance that can be used toiterate over fileSets
|
setProperty | Tag which sets an attribute on the parent Ant Task if the given value is not null.This can be useful when setting parameters on Ant tasks, only if they have been specifiedvia some well defined property, otherwise allowing the inbuilt default to be used.
|
[tag libraries]
[tags]
Tag supporting ant's Tasks as well asdynamic runtime behaviour for 'unknown' tags.
Attribute Name | Type | Description |
escapeText | boolean |
|
object | java.lang.Object | Set the object underlying this tag.
|
trim | boolean |
|
A tag which creates a new FileScanner bean instance that can be used toiterate over fileSets
Attribute Name | Type | Description |
escapeText | boolean |
|
trim | boolean |
|
var | java.lang.String | Sets the name of the variable exported by this tag |
Tag which sets an attribute on the parent Ant Task if the given value is not null.This can be useful when setting parameters on Ant tasks, only if they have been specifiedvia some well defined property, otherwise allowing the inbuilt default to be used.
Attribute Name | Type | Description |
default | java.lang.Object | Sets the default value to be used if the specified value is empty. |
escapeText | boolean |
|
name | java.lang.String | Sets the name of the Ant task property to set.
|
trim | boolean |
|
value | java.lang.Object | Sets the value of the Ant task property to set.
|
|