Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: gradle clean not called Date: Tue, 02 Feb 2016 13:50:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Feb 2 12:47:58 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.448 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=xO2N+gxVWrxFwrI2BoTu3/ICn5hefaJbu6jl3gfA6pE=; b=xV+mrMXpR9fI7yeb3saZMt9H94v8Hzsp0lFIagMqXnRnC5Mxvi9nI5r5HXxtbIbWdp 6iw4xdmY81IcJSnCRedKH52eSkWJh7qV/bROEKppFX0WNAZBCkGXRyub5irqWmhOYYN5 rmOMx5MflshaITyzF/BAmGF7phzpY9jqoZIZfJK+g9zMHmLL+WjiH0o5q8LzTvSW2t3S DerufD4fxKrRtAXVqipa9BAlKjbrHcfzkSulIZb9EPjTUl6Q66eVa1B2GiesVq/PUFS+ NeG16IK8HLBFAwAkMk5TOTKOYjU/TWDL+OQBtLaMgNl/3O1BgGouGeQkuQJ3W3MFAEm/ +Hew== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=xO2N+gxVWrxFwrI2BoTu3/ICn5hefaJbu6jl3gfA6pE=; b=nNzxllpiGy60JTdUm/u0S3pbCqJdf4QMNjRWnAEuQro0aD4vfDNXryT5iGZXHLQHmt iE69vPRKrCvPMmb4CHVw61+eSCVV7Rz+U+hVmqTaMQKyd0aFFPoJdOWvJxxMkXWU06KC MrlYFuVJ/YsmCJ/WILv8hNUgRpPg06NPe5GZbJjbFBYDwjgpZBFib1J1IE/U5itT5zB6 V3d+s8yFcDZxx8/oDVW1wctxIyHOgXFGmbfePtO+H1Qtc8ixOfoD6T8mhhAW2uewIHtj nJEaQJM7KyXfRtDrZcOdIIHcimo/yfsEUpoEvZC0WyVF7xBeBTaz664D3e9TwjDbknIQ jFKQ== X-Gm-Message-State: AG10YOT3AY8Rl7xGDPmbjpnV/jaUxjM22UeUZ/4JrwRwU1LLpPPWB8QcQodHX1VQrBWNrg== X-Received: by 10.28.72.197 with SMTP id v188mr12379474wma.34.1454417262091; Tue, 02 Feb 2016 04:47:42 -0800 (PST) Sender: robomod@news.nic.it User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/19133 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/56B0A56B.8030204@apache.org Approved: robomod@news.nic.it Lines: 16 Organization: linux.* mail to news gateway X-Original-Date: Tue, 2 Feb 2016 13:47:39 +0100 X-Original-Message-ID: <56B0A56B.8030204@apache.org> X-Original-References: <874mdrnw1z.fsf@bitburger.home.felix> X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8813 Le 2/02/2016 13:20, Felix Natter a écrit : > "gradle clean" is not called when running "debian/rules clean". Hi Felix, This is intended for several reasons: - 'gradle clean' is horribly slow - 'gradle clean' triggers the compilation of the buildSrc and often fails due to missing dependencies gradle-debian-helper attempts to detect the modules directories and clean them directly, this isn't perfect though and sometimes dh_auto_build has to be extended. Emmanuel Bourg