From users-return-7297-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Mon Nov 24 09:15:57 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 34326 invoked from network); 24 Nov 2008 09:15:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 09:15:56 -0000 Received: (qmail 99464 invoked by uid 500); 24 Nov 2008 09:16:06 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 99138 invoked by uid 500); 24 Nov 2008 09:16:05 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 99127 invoked by uid 99); 24 Nov 2008 09:16:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 01:16:05 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sslavic@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 09:14:40 +0000 Received: by wf-out-1314.google.com with SMTP id 25so2003889wfc.14 for ; Mon, 24 Nov 2008 01:15:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=YBgBZd8BQUzoSVt0G7NjBygGnZsNt+Jabg1UAfAAgRw=; b=KugPfLdDcEEmjTG/zLoTVkqvjPNakahN3EgUGJnuBca0/610zvG0b/ENNztRyzq1Yw BVCtxep+F2eObZDYbT38Z0F79JK+3ZViy7eikblCElk/Z7/4MHhVoPNaUEFQ5Oa56CWI dtKbtHZj/W1O+UNhy3RzlUimbm4eyg1q8pze8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YVFUIlRbY0w/dFo+z1gIhWgw7JS4NraMr0G0TnLJV16HBRFvVFBwBFOPjiQJAnEV0W oMEl4sXr6JopPQO9orQjpqpPvNw6PS006BPRXPNksPgzFF7HLoD8Ij2QX2aB0XoxaXIJ YtnOsPUikL3mZEPbXUgzZprRQmk4WK5TtWbm4= Received: by 10.142.80.7 with SMTP id d7mr1564080wfb.143.1227518116770; Mon, 24 Nov 2008 01:15:16 -0800 (PST) Received: by 10.142.210.9 with HTTP; Mon, 24 Nov 2008 01:15:16 -0800 (PST) Message-ID: <7459404c0811240115h135403daneeca40ab5a180e4c@mail.gmail.com> Date: Mon, 24 Nov 2008 10:15:16 +0100 From: "=?ISO-8859-2?Q?Stevo_Slavi=E6?=" To: users@continuum.apache.org Subject: Problem adding maven 2 project to continuum 1.2.2 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_136431_27031809.1227518116769" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_136431_27031809.1227518116769 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello all, When I try to add a maven 2 multi-module project to a fresh continuum installation by specifying pom URL of the root module I receive an error: "Unable to connect to remote server". From the message it is not clear which server continuum has problem connecting to. >From continuum log [1] it seems to me that continuum for some unknown reason couldn't obtain pom file from the given URL. URL I've specified to it is a SVN URL. SVN requires authentication, but I've also supplied appropriate credentials. I can successfully checkout project manually on the continuum server - only first time svn client asked certificate to be confirmed. If instead I try to add this same project using "Upload POM", continuum complains: "Cannot upload a Maven 2 project with modules.". Any suggestions/comments on how to resolve this issue of mine are welcome. Thanks in advance! [1] 1787594075 [btpool0-0] INFO com.opensymphony.webwork.dispatcher.DispatcherUtils - Unable to find 'webwork.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir 1787594077 [btpool0-0] WARN com.opensymphony.webwork.dispatcher.multipart.MultiPartRequest - Item is a file upload of 0 size, ignoring ------=_Part_136431_27031809.1227518116769--