Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37DC81032B for ; Sun, 19 Jan 2014 17:30:48 +0000 (UTC) Received: (qmail 95879 invoked by uid 500); 19 Jan 2014 17:30:47 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 95804 invoked by uid 500); 19 Jan 2014 17:30:47 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 95794 invoked by uid 99); 19 Jan 2014 17:30:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jan 2014 17:30:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.150.250.48] (HELO kalnich.nine.ch) (217.150.250.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jan 2014 17:30:39 +0000 Received: from [192.168.1.121] (77-57-198-202.dclient.hispeed.ch [77.57.198.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by kalnich.nine.ch (Postfix) with ESMTPSA id 7474AB8004E for ; Sun, 19 Jan 2014 18:30:17 +0100 (CET) Message-ID: <1390152615.19391.24.camel@ubuntu> Subject: Re: New release tools / release manager for HttpClient 4.3.2? From: Oleg Kalnichevski To: HttpComponents Project Date: Sun, 19 Jan 2014 18:30:15 +0100 In-Reply-To: References: <1388231796.29911.29.camel@ubuntu> <1390141236.19391.8.camel@ubuntu> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, 2014-01-19 at 12:15 -0500, Gary Gregory wrote: ... > gradlew -q generateFullWebSite > > gives me: > > [INFO] Scanning for projects... > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.httpcomponents:website:1-SNAPSHOT > (C:\temp\rc\release-httpclient-4.3.2\build\repos-asf-httpcomponents-project-website-trunk\pom.xml) > has 1 error > [ERROR] Non-resolvable parent POM: Could not find artifact > org.apache.httpcomponents:project:pom:8-SNAPSHOT and 'parent.relativePath' > points at wrong local POM @ line 28, colum > n 11 -> [Help 2] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > [ERROR] [Help 2] > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > FAILURE: Build failed with an exception. > > * Where: > Build file 'C:\temp\rc\release-httpclient-4.3.2\build.gradle' line: 794 > > * What went wrong: > Execution failed for task ':generateMainWebsite'. > > Process 'command 'C:\Program Files\Java\jdk1.7.0_51\bin\java.exe'' > finished with non-zero exit value 1 > > Sounds like: > - a snapshot needs to be turned into a release, or > - a snapshot needs to be pushed out, or > - or I need to install this POM locally, or > - ? > There are two ways to fix it (1) Revert project-website pom [1] to use project release 7 [2]. Run 'gradlew updateMainWebsite' to pick up the latest code. (2) Checkout project trunk (8-SNAPSHOT) [3] and install it locally by running 'mvn install -N' After any of these actions run 'generateMainWebsite' task should execute successfully. Oleg [1] http://svn.apache.org/repos/asf/httpcomponents/project-website/trunk/pom.xml [2] http://svn.apache.org/repos/asf/httpcomponents/project/tags/7/ [3] http://svn.apache.org/repos/asf/httpcomponents/project/trunk/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org