This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ivy-debian-helper.
commit 172cd716b0290dad00fc3943a7cac3f973acad94 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 25 15:51:00 2016 +0100 Ignore the errors when running ant clean --- src/main/perl/ivy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/perl/ivy.pm b/src/main/perl/ivy.pm index 7a06687..f6e8842 100644 --- a/src/main/perl/ivy.pm +++ b/src/main/perl/ivy.pm @@ -41,7 +41,7 @@ sub build { sub clean { my $this=shift; - doit(@{$this->{ant_cmd}}, "clean"); + $this->doit_in_builddir_noerror(@{$this->{ant_cmd}}, "clean"); doit("rm", "-Rf", "$this->{cwd}/.ivy2"); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ivy-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

