Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 98867 invoked from network); 13 Oct 2008 05:27:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 05:27:15 -0000 Received: (qmail 75465 invoked by uid 500); 13 Oct 2008 05:27:15 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 75425 invoked by uid 500); 13 Oct 2008 05:27:15 -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 75414 invoked by uid 99); 13 Oct 2008 05:27:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 22:27:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jeffrey.fredrick@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 05:26:08 +0000 Received: by nf-out-0910.google.com with SMTP id g13so663452nfb.10 for ; Sun, 12 Oct 2008 22:26:44 -0700 (PDT) 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:content-transfer-encoding :content-disposition; bh=kUv3yulAgoJRbKdGu0xCCw9ACC9dmW0fvMmAVd2rqms=; b=IhPgREdlQ7gf1XNDQqoPoKx0XxpVq3aPaIglMuYiD206tXJmrlZUzQGfqIMq+RbENj tABL8Rm2kGwSO+w8YM+2IzPrV6Tw5Z4cb5nPfAciK/YokfrbvbxRRQz6waVF5bJRu8Ux 6h8b+tCqujSu7OGQqJwmJGTSphRfMH8ITi/UE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=cHf3K6IKSYBUFcwVYuGdAxsH6pATOI5voYv2PLju4Nv62NnyJ74TJaNX3MeOTm3Rff OsR+b8jgiwX1RCF9xw6CWXMla+s39Dqoc7X9d6rVAg0Pyclj623w7YGnCR6UW5UEKvMO 82E+fczUebJs7a/16sdXKeh7fsvv/wc3A42s0= Received: by 10.210.119.5 with SMTP id r5mr4892244ebc.89.1223875604314; Sun, 12 Oct 2008 22:26:44 -0700 (PDT) Received: by 10.210.92.4 with HTTP; Sun, 12 Oct 2008 22:26:44 -0700 (PDT) Message-ID: Date: Sun, 12 Oct 2008 22:26:44 -0700 From: "Jeffrey Fredrick" To: ivy-user@ant.apache.org Subject: hello-ivy getting javadoc jar instead of jar with .class files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm having trouble getting started here... I downloaded rc1 and copied the ivy jar to my ant lib. But when I try and run hello-ivy I get a compile failure because Ivy has delivered me the commons-cli java doc jar rather than the classes jar. I checked the mailing list and JIRA but I don't see anyone else with this problem. Is it just me? What can I do differently? Perhaps related, I also fail when trying to compile the latest Ivy source from Subversion on my machine. Running the build I get the following JUnit failures: IBiblioResolverTest testErrorReport : Error: SAXParseException: Element type "bannersizes.length" must be followed by either attribute specifications, ">" or "/>". testUnknown : Failure : Line 335 URLResolverTest testLatestIBiblio : Failure : Line 263 testVersionRangeIBiblio : Failure : Line 284 testUnknown: Error : java.text.ParseException: [xml parsing: ivy-1.0.xml.original:3:7: cvc-elt.1: Cannot find the declaration of element 'html'. in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag html in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag head in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag title in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag meta in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag meta in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original , unknown tag meta in file:/Users/jfredrick/projects/ivy/build/cache/unknown/unknown/ivy-1.0.xml.original ] Help? I'm on OS X using Java 5 and Ant 1.7. Jtf -- http://blog.jeffreyfredrick.com