--- a/common/build.xml Fri May 29 08:07:21 2009 +0100
+++ b/common/build.xml Fri May 29 08:10:47 2009 +0100
@@ -170,10 +170,7 @@
<target name="sf-postbuild">
<echo>[SF-POSTBUILD]</echo>
-
- <!-- run build analysis tools -->
- <runtarget target="sf-run-analysis"/>
-
+
<!-- TAG SOURCE CODE -->
<if>
<istrue value="${sf.spec.tagafterbuild.enable}" />
@@ -197,6 +194,9 @@
</then>
</if>
+ <!-- run build analysis tools -->
+ <runtarget target="sf-run-analysis"/>
+
<runtarget target="sf-zip-logs"/>
<!-- PUBLISH LOGS/REPORTS -->
--- a/common/tools/zip_includefiles.pl Fri May 29 08:07:21 2009 +0100
+++ b/common/tools/zip_includefiles.pl Fri May 29 08:10:47 2009 +0100
@@ -8,6 +8,6 @@
my $includefilename=$_;
if (m/(.*)(_includefile.txt)/) {
my $zipfilename = $1.".zip";
- system("7z a -tzip -i@".$includefilename . " " .$zipfilename);
+ system("7za a -tzip -i@".$includefilename . " " .$zipfilename);
}
}
\ No newline at end of file