sf.os.compile.iterate property - changed iterate compile check from <isset> to <istrue> so it can be overridden at the commandline or wherever.
--- a/sf-platform/build.xml Tue Sep 29 14:30:53 2009 +0100
+++ b/sf-platform/build.xml Tue Sep 29 15:35:01 2009 +0100
@@ -303,7 +303,7 @@
</antcall>
</else>
</if>
- <if><isset property="sf.os.compile.iterate"/>
+ <if><istrue value="${sf.os.compile.iterate}"/>
<then>
<for list="${sf.spec.sbs.config}" delimiter="," param="sf.spec.sbs.splitconfig">
<sequential>