includepath
An include path.
SourceForge logo
 
Description
An include path. Works like other paths in Ant with with the addition of "if" and "unless" conditions.
 
Parameters
Attribute Description Type Requirement
description String Optional
if Sets the property name for the 'if' condition. The path will be ignored unless the property is defined. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") will throw an exception when evaluated. String
location File
path String
refid Reference
unless Set the property name for the 'unless' condition. If named property is set, the path will be ignored. The value of the property is insignificant, but values that would imply misinterpretation ("false", "no") of the behavior will throw an exception when evaluated. String
 
Parameters as nested elements
 
dirset (org.apache.tools.ant.types.DirSet)
 
existing (org.apache.tools.ant.types.Path)
 
extdirs (org.apache.tools.ant.types.Path)
 
filelist (org.apache.tools.ant.types.FileList)
 
fileset (org.apache.tools.ant.types.FileSet)
 
path (org.apache.tools.ant.types.Path)

Copyright © 2001-2005, Ant-Contrib Project