From issues-return-5677-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Thu Dec 02 14:17:31 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 97290 invoked from network); 2 Dec 2010 14:17:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 14:17:31 -0000 Received: (qmail 40979 invoked by uid 500); 2 Dec 2010 14:17:31 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 40932 invoked by uid 500); 2 Dec 2010 14:17:31 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 40924 invoked by uid 99); 2 Dec 2010 14:17:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 14:17:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 14:17:24 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 8EB9216200BA for ; Thu, 2 Dec 2010 08:17:03 -0600 (CST) Date: Thu, 2 Dec 2010 08:17:03 -0600 (CST) From: "M (JIRA)" To: issues@continuum.apache.org Message-ID: <2732303.23133.1291299423375.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <23912858.13703.1290161766304.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (CONTINUUM-2585) adding a new maven project from pom url whith cvsweb MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246096#action_246096 ] M commented on CONTINUUM-2585: ------------------------------ The file continuum_import_project_patch.txt contains the unified diff. Go to ${CONTINUUM_SRC}/continuum-webapp directory and issue the command "patch -p0 < ${PATH_TO_PATCH}/continuum_import_project_patch.txt" or import it through eclipse or similar tool. > adding a new maven project from pom url whith cvsweb > ---------------------------------------------------- > > Key: CONTINUUM-2585 > URL: http://jira.codehaus.org/browse/CONTINUUM-2585 > Project: Continuum > Issue Type: Bug > Components: Web - UI > Affects Versions: 1.3.6 > Environment: Red Hat Enterprise Linux Server release 5.5 (Tikanga); cvs for software revision control > Reporter: M > Attachments: continuum_import_project_patch.txt, patch.txt > > > This issue occurs when cvsweb(http/https) is the preferred method for retrieving remote pom.xml. > In web interface, the import of a maven project via pom url fails, because the pom.xml url is in the form: > https://HOST/viewvc/PROJECT/pom.xml?view=co&pathrev=REVISION (real pom.xml) > but the backend is retrieving the wrong pom url > https://HOST/viewvc/PROJECT/pom.xml (webpage of pom.xml's revision history) > The part after the ? character is truncated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira