Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 26025 invoked from network); 1 Apr 2010 22:25:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 22:25:01 -0000 Received: (qmail 29307 invoked by uid 500); 1 Apr 2010 22:25:01 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 29286 invoked by uid 500); 1 Apr 2010 22:25:01 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 29278 invoked by uid 99); 1 Apr 2010 22:25:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 22:25:01 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.147] (HELO web30804.mail.mud.yahoo.com) (68.142.200.147) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Apr 2010 22:24:54 +0000 Received: (qmail 5114 invoked by uid 60001); 1 Apr 2010 22:24:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1270160673; bh=y8m01Ml9g5Vk9LkyuEZnMuXCF9I4wkaLzUSMpj4wpIQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=XMDL0d/f5Mhn6NhHPC4v3ehnySCqt0cFzs9riCkYv2FupwAmakhLUwJAhxFlNi4I2k+8X581HKK7P+DEgLinq4AFDBAygbiO/pPMdn8h4hxfOs0X6UtxSw7m+/skytsgmeyMgxmgElrcnKdZtuV0KXuCe1ttdrcICSmkD0FWFoM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=4sa+wkyNnnMY59BBVvDZIDmclJpziPuNxdNGuQt9+OCr1eJpwaMbFdK8QHl/rgrgShsV0oR6rn7EHwFKQtAf+OAxnXG0hdoayggyQI0S9+xNbkdgfp5NGGCWjzkiIo3+j1ZmOy/56D6+35w7HXGgaSDhy9/QVfkhZwWHN9kb/iQ=; Message-ID: <336506.4107.qm@web30804.mail.mud.yahoo.com> X-YMail-OSG: VEpFCWMVM1kjRVeI5ue3g5bD0GMFJ2BLCfBoRqouN6T5E67 nPTSpEGexkmkMkGm11xTzTo35cf00liSbnuV_hiiexVlsYHvWS0fLwwrc0HW BxA0fYOgU3T4QiST5EuYkJTwdUpHMOQOlVgggRMtvGib74uDEb_CsZ3YJK3n DSrK4Lj4yRw0IYdTmpky5_uHtiMRvRITLZnqzzSy4Uatw7pUM8ujEktNwwkS 4.kQhSCK7N7Zt2.Q9MWFPzsoUz9pyKE2GNFvNH7iAiK4k6o.rTbC6bkp5XSx 55zES._yQkNDId66eZ0zRUi0DnCvRfOOApGZfy91vVYJ.qTZeZg-- Received: from [81.245.40.173] by web30804.mail.mud.yahoo.com via HTTP; Thu, 01 Apr 2010 15:24:33 PDT X-Mailer: YahooMailRC/324.3 YahooMailWebService/0.8.100.260964 References: <4BB51632.60007@nitido.com> Date: Thu, 1 Apr 2010 15:24:33 -0700 (PDT) From: Maarten Coene Subject: Re: publishing via http To: ivy-user@ant.apache.org In-Reply-To: <4BB51632.60007@nitido.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Is your apache server configured to accept HTTP PUT requests? If so, mabye you should use another put-script that creates the missing directories? Maarten ----- Original Message ---- From: Michael Shea To: ivy-user@ant.apache.org Sent: Thu, April 1, 2010 11:54:58 PM Subject: publishing via http Hi folks, I am trying to publish to an HTTP Ivy repository, and having some trouble with it. I'm using ivy-2.1.0. The resolver I am using in ivysettings.xml looks like this: Basically, I get this in the logs from my ant build when I call ivy:publish: Caused by: java.io.IOException: Access to URL http://[server]/lib/nitido/project24/1.0.0.0/zips/project24-resources.zip was refused by the server If I check the apache logs on the server, I see this: 192.168.13.68 - - [01/Apr/2010:17:38:56 -0400] "HEAD /lib/nitido/project24/1.0.0.0/zips/project24-resources.zip HTTP/1.1" 401 224 "-" "Apache Ivy/2.1.0" 192.168.13.68 - testdeveloper1@nitido.com [01/Apr/2010:17:38:56 -0400] "HEAD /lib/nitido/project24/1.0.0.0/zips/project24-resources.zip HTTP/1.1" 404 163 "-" "Apache Ivy/2.1.0" 192.168.13.68 - - [01/Apr/2010:17:38:56 -0400] "PUT /lib/nitido/project24/1.0.0.0/zips/project24-resources.zip HTTP/1.1" 401 741 "-" "Apache Ivy/2.1.0" 192.168.13.68 - testdeveloper1@nitido.com [01/Apr/2010:17:38:56 -0400] "PUT /lib/nitido/project24/1.0.0.0/zips/project24-resources.zip HTTP/1.1" 403 538 "-" "Apache Ivy/2.1.0" It looks to me like it's trying to just run a PUT without creating the necessary subdirectories first...? I've also tried messing around with the vfs resolver (compiled my own commons-vfs jar, based on the 1.0 tag from the vfs svn repo), but I didn't have any luck with it. I haven't found much about this on google... bits and pieces here and there, but nothing that has really helped me yet. Is what I am trying to do even possible currently? Or should I just abandon this approach, and set up an FTP server to handle publishing instead? =) Thanks, Mike Shea.