Community
Participate
Working Groups
</then>
</if>
<!-- support incubation=true & incubation=false for those who launch builds from Ant rather than shell -->
<if>
<or>
<not>
<isset property="incubation" />
</not>
<isfalse value="${incubation}" />
</or>
<then>
<property name="incubation" value="" />
<elseif>
<istrue value="${incubation}" />
<property name="incubation" value="-incubation" />
</elseif>
<for param="allInOneBuildType" list="${allInOneBuildTypes}">
">
<sequential>
<isset property="@{arg}" />
<and>
<equals arg1="${@{arg}}" arg2="" />
</and>
<var name="args" value="${args} -D@{arg}=${@{arg}}" />
</target>
<target name="-Dincubation=" description="Hack for skipping over the case where incubation is null and build invoked via Ant instead of shell" />
</project>