Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AED9711AB9 for ; Mon, 21 Apr 2014 17:09:20 +0000 (UTC) Received: (qmail 94978 invoked by uid 500); 21 Apr 2014 17:09:19 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 94892 invoked by uid 500); 21 Apr 2014 17:09:18 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 94800 invoked by uid 500); 21 Apr 2014 17:09:17 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 94752 invoked by uid 99); 21 Apr 2014 17:09:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2014 17:09:16 +0000 Date: Mon, 21 Apr 2014 17:09:16 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-6156) Retired maven repo breaking awsapi build and RPM packaging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975726#comment-13975726 ] ASF subversion and git services commented on CLOUDSTACK-6156: ------------------------------------------------------------- Commit 756f48f9105b5b95277268fc3ab554ee182e1f47 in cloudstack's branch refs/heads/4.4-forward from [~jlkinsel] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=756f48f ] CLOUDSTACK-6156: removing rampart maven dependencies from awsapi The removed dependencies don't seem to be used in code, and their presence is causing at least some people to be unable to build awsapi and RPM packages. Signed-off-by: John Kinsella 1395207698 -0700 > Retired maven repo breaking awsapi build and RPM packaging > ---------------------------------------------------------- > > Key: CLOUDSTACK-6156 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6156 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: AWSAPI > Affects Versions: 4.2.0, 4.3.0 > Reporter: John Kinsella > Assignee: John Kinsella > Priority: Blocker > > The awsapi sub-project depends on several jars from Apache Axis-Rampart. > The Rampart poms have a broken maven repo hard-coded into them: > http://shibboleth.internet2.edu/downloads/maven2/ > Which does not return a 404 when maven attempts to fetch a jar, but HTTP 200. *golf clap* > Rampart is aware of this (see RAMPART-393) but the fix won't be released until version 1.7, whenever that is. > CLOUDSTACK-744 shows we hit this before for opensaml, although I'm not sure when the rampart jars started erroring out. > From my research so far, looks like rampart isn't being used and the rampart dependencies can be removed from the pom... > Steps to reproduce (On a clean system with no cached maven repo, and not using a maven repo mirror): > mvn -P awsapi > Expected results: > Happily built awsapi package > Actual results: > ... > Downloaded: http://repo.maven.apache.org/maven2/org/apache/rampart/rampart-policy/1.5.1/rampart-policy-1.5.1.pom (3 KB at 116.1 KB/sec) > Downloading: http://shibboleth.internet2.edu/downloads/maven2/org/apache/rampart/rampart-policy/1.5.1/rampart-policy-1.5.1.pom > Feb 21, 2014 12:18:31 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies processCookies > WARNING: Invalid cookie header: "Set-Cookie: django_language=en-us; expires=time.struct_time(tm_year=2015, tm_mon=2, tm_mday=21, tm_hour=15, tm_min=18, tm_sec=33, tm_wday=5, tm_yday=52, tm_isdst=0); Max-Age=31536000; Path=/". Unable to parse expires attribute: time.struct_time(tm_year=2015, tm_mon=2, tm_mday=21, tm_hour=15, tm_min=18, tm_sec=33, tm_wday=5, tm_yday=52, tm_isdst=0) > Feb 21, 2014 12:18:32 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies processCookies > WARNING: Invalid cookie header: "Set-Cookie: django_language=en-us; expires=time.struct_time(tm_year=2015, tm_mon=2, tm_mday=21, tm_hour=15, tm_min=18, tm_sec=33, tm_wday=5, tm_yday=52, tm_isdst=0); Max-Age=31536000; Path=/". Unable to parse expires attribute: time.struct_time(tm_year=2015, tm_mon=2, tm_mday=21, tm_hour=15, tm_min=18, tm_sec=33, tm_wday=5, tm_yday=52, tm_isdst=0) > Feb 21, 2014 12:18:32 PM org.apache.maven.wagon.providers.http.httpclient.client.protocol.ResponseProcessCookies processCookies > ... > [WARNING] Invalid POM for org.apache.rampart:rampart-policy:jar:1.5.1, transitive dependencies (if any) will not be available, enable debug logging for more details > etc, etc -- This message was sent by Atlassian JIRA (v6.2#6252)