Apache Ant Condition TaskIt is used to make conditional task, it sets property if the certain condition holds true. If the condition holds true, the property value is set to true by default otherwise, the property is not set. We can set a value to something other than the default by specifying a new value to the value attribute. We must specify exactly one condition and can also specify as nested elements. Apache Ant Condition Attributes
Apache Ant Condition ExampleSet the property javamail.complete if both the JavaBeans Activation Framework and JavaMail are available in the classpath. Next TopicApache Ant Copy Task |