Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C5C3B200C34 for ; Mon, 27 Feb 2017 22:34:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C44B8160B60; Mon, 27 Feb 2017 21:34:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1AEC8160B5B for ; Mon, 27 Feb 2017 22:34:32 +0100 (CET) Received: (qmail 28855 invoked by uid 500); 27 Feb 2017 21:34:32 -0000 Mailing-List: contact dev-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list dev@polygene.apache.org Received: (qmail 28844 invoked by uid 99); 27 Feb 2017 21:34:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 21:34:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E30AFC3243 for ; Mon, 27 Feb 2017 21:34:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.068 X-Spam-Level: X-Spam-Status: No, score=-0.068 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UwHwFgs0Js_O for ; Mon, 27 Feb 2017 21:34:31 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 7019A5F1C2 for ; Mon, 27 Feb 2017 21:34:30 +0000 (UTC) Received: from mfilter10-d.gandi.net (mfilter10-d.gandi.net [217.70.178.139]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id B6D70FB8BF for ; Mon, 27 Feb 2017 22:34:26 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter10-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter10-d.gandi.net (mfilter10-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 4dXxXjEUCPgr for ; Mon, 27 Feb 2017 22:34:25 +0100 (CET) X-Originating-IP: 212.195.187.94 Received: from parangon.local (bne75-h07-212-195-187-94.dsl.sta.abo.bbox.fr [212.195.187.94]) (Authenticated sender: paul@nosphere.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id EAE9DFB87D for ; Mon, 27 Feb 2017 22:34:24 +0100 (CET) Message-ID: <58B49B5F.2030204@apache.org> Date: Mon, 27 Feb 2017 22:34:23 +0100 From: Paul Merlin User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev@polygene.apache.org Subject: Re: Build problems... References: <36B2EA2A-8467-470D-A7A8-0E41AAE04887@nosphere.org> <58B16C82.9050408@apache.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit archived-at: Mon, 27 Feb 2017 21:34:34 -0000 Niclas Hedhman a écrit : > Somewhere, artifact/version/filename parsing is happening. If I provide a > "-Dversion=3.0.0-alpha1" then the file names are screwed up, and becomes > ".jar", "-sources.jar" and so on, without a name. > > The following from a quick test; > > 3.0.0 --> correct file names > 3.0.0.alpha1 --> corrupt > 3.0.0-alpha1 --> corrupt > 3.0.alpha1 --> correct This is what I get after doing the following from a clean build: - ./gradlew install - ./gradlew install -Dversion=3.0.0-SNAPSHOT - ./gradlew install -Dversion=3.0-alpha1 - ./gradlew install -Dversion=3.0.0.alpha1 http://pasteboard.co/Dwzq3wXKT.png Everything looks good to me. What steps/commands did you use?