equal
deleted
inserted
replaced
128 </exec> |
128 </exec> |
129 <fail> |
129 <fail> |
130 <condition> |
130 <condition> |
131 <not> |
131 <not> |
132 <or> |
132 <or> |
133 <equals arg1="sf.checkenv.exit" arg2="0"/> |
133 <equals arg1="${sf.checkenv.exit}" arg2="0"/> |
134 <isset property="sf.suppress.buildenv.check"/> |
134 <isset property="sf.suppress.buildenv.check"/> |
135 </or> |
135 </or> |
136 </not> |
136 </not> |
137 </condition> |
137 </condition> |
138 Build Environment Check failed. To stop this failure aborting the build set property sf.suppress.buildenv.check to any value. |
138 Build Environment Check failed (${sf.checkenv.exit}). To stop this failure aborting the build set property sf.suppress.buildenv.check to any value. |
139 </fail> |
139 </fail> |
140 </target> |
140 </target> |
141 |
141 |
142 <target name="sf-summary" depends=""> |
142 <target name="sf-summary" depends=""> |
143 <echo>[SF-SUMMARY]</echo> |
143 <echo>[SF-SUMMARY]</echo> |