- Disable tests.

This commit is contained in:
Alexander Kurtakov 2009-08-20 06:51:20 +00:00
parent 29cd4679a3
commit 5c547105ec
2 changed files with 10 additions and 7 deletions

View File

@ -3,7 +3,7 @@
@@ -17,7 +17,7 @@
<property name="clover build directory" value="${temp directory}/bin-clover" />
<property name="clover report directory" value="${temp directory}/clover" />
- <property file="${user.home}/easymockbuild.properties" />
+ <property file="easymockbuild.properties" />
<property name="java 1.3" value="/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Commands/java" />
@ -12,19 +12,19 @@
@@ -99,14 +99,16 @@
</junit>
</target>
-<target name="test distribution" depends="test distribution 1.3, test distribution 1.4">
+<target name="test distribution" depends="test distribution 1.4">
</target>
-<target name="all" depends="clean, build, javadoc, (clover), pack distribution, test distribution">
+<target name="all" depends="clean, build, javadoc, pack distribution, test distribution">
+<target name="all" depends="clean, build, javadoc, pack distribution">
<antcall target="clean" />
</target>
+<!--
<taskdef resource="clovertasks" />
+-->
<target name="(clover)" depends="(init clover), (build for clover), (test clover), (clover html), (check full coverage),(delete clover build)">
</target>

View File

@ -30,7 +30,7 @@
Name: easymock
Version: 1.2
Release: 9%{?dist}
Release: 10%{?dist}
Epoch: 0
Summary: Easy mock objects
Group: Development/Libraries
@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%{_javadocdir}/%{name}
%changelog
* Thu Aug 20 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-10
- Disable tests.
* Mon May 18 2009 Fernando Nasser <fnasser@redhat.com> 0:1.2-9
- Update instructions for obtaining source tar ball