path task

Description

This task is similar to path task provided by ant but add an override attribute with these values:

Arguments

Parameter nameDescriptionMandatory
pathid used to give a name to the path true
overwrite specify if easyant should overwrite the path (Possible values are true/false/append/prepend)

Nested Elements

TO BE DOCUMENTED!

Examples

<ea:path pathid="compile.main.classpath" overwrite="true">
<fileset dir="foobar"/>
</ea:path>
Here we overwrite the path "compile.main.classpath"