lib/build/default.build in uppercutbuild-1.0.1.0.20100809 vs lib/build/default.build in uppercutbuild-1.0.2.0.20100810

- old
+ new

@@ -98,11 +98,11 @@ <nant buildfile="${dirs.current}${path.separator}compile.step" inheritall="true" /> <nant buildfile="${dirs.current}${path.separator}environmentBuilder.step" inheritall="true" /> <nant buildfile="${dirs.current}${path.separator}analyze.step" inheritall="true" /> <nant buildfile="${dirs.current}${path.separator}package.step" inheritall="true" /> <nant buildfile="${dirs.current}${path.separator}ilmerge.build" inheritall="true" if="${run.ilmerge}" /> - <nant buildfile="${dirs.current}${path.separator}gemsPrepare.step" inheritall="true" /> - <nant buildfile="${dirs.current}${path.separator}gemsBuild.step" inheritall="true" /> + <nant buildfile="${dirs.current}${path.separator}gemsPrepare.step" inheritall="true" failonerror="false" /> + <nant buildfile="${dirs.current}${path.separator}gemsBuild.step" inheritall="true" failonerror="false" /> </target> <target name="get_revision"> <nant buildfile="${dirs.current}${path.separator}versioners${path.separator}svn.step" inheritall="true" if="${source_control_type=='svn'}" failonerror="false" /> <nant buildfile="${dirs.current}${path.separator}versioners${path.separator}tfs.step" inheritall="true" if="${source_control_type=='tfs'}" failonerror="false" /> \ No newline at end of file