Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B375A81E1 for ; Thu, 15 Sep 2011 13:07:31 +0000 (UTC) Received: (qmail 86898 invoked by uid 500); 15 Sep 2011 13:07:31 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 86873 invoked by uid 500); 15 Sep 2011 13:07:31 -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 86864 invoked by uid 99); 15 Sep 2011 13:07:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 13:07:31 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Sep 2011 13:07:26 +0000 Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R4Bej-0002yL-LB for ivy-user@ant.apache.org; Thu, 15 Sep 2011 06:07:05 -0700 Message-ID: <32471426.post@talk.nabble.com> Date: Thu, 15 Sep 2011 06:07:05 -0700 (PDT) From: zharvey To: ivy-user@ant.apache.org Subject: ivy:publish build error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: zachary.harvey@gmail.com I'm trying to get a project up and running using Ivy for the first time ever. I'm working on ivy:publish and getting an IllegalStateException stating: ivy file not found in cache for myOrg#myModule;1.0: please resolve dependencies before delivering (C:\Users\MyUser\.ivy2\cache\resolved-myOrg-myModule-1.0.xml) Now I am running publish after I have ran configure, resolve and retrieve, and I have verified that those tasks, combined with my normal build process, are producing my JAR (MyModule-1.0.jar) under the dist directory in my project. I suspect that somehow, perhaps, either my project directory, or possibly even my cache, is not organized in such a way that Ivy recognizes where MyModule-1.0.jar is. Essentially, I want that JAR to get published to a "pubRepo" repository that I define in my settings file. I'm just so overwhelmed by so many variables, I don't even know where to start the debugging process. Does anybody have any ideas as to what is happening here? -- View this message in context: http://old.nabble.com/ivy%3Apublish-build-error-tp32471426p32471426.html Sent from the ivy-user mailing list archive at Nabble.com.