returntrue if the property existsexceptionBuildException if the property attribute is not set if (property == null) { throw new BuildException("No property specified for isset " + "condition"); } return getProject().getProperty(property) != null;
if (property == null) { throw new BuildException("No property specified for isset " + "condition"); } return getProject().getProperty(property) != null;
Set the property attributeparamp the property name property = p;
property = p;