Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 89924 invoked from network); 7 Aug 2008 15:13:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 15:13:17 -0000 Received: (qmail 90911 invoked by uid 500); 7 Aug 2008 15:13:16 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 90654 invoked by uid 500); 7 Aug 2008 15:13:16 -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 90639 invoked by uid 99); 7 Aug 2008 15:13:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 08:13:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jamesmcowan@googlemail.com designates 74.125.46.158 as permitted sender) Received: from [74.125.46.158] (HELO yw-out-1718.google.com) (74.125.46.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 15:12:17 +0000 Received: by yw-out-1718.google.com with SMTP id 9so253984ywk.70 for ; Thu, 07 Aug 2008 08:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=N3ORHztocEGbK6tqtzwu4glzhd4duWQ1NTTa4+3Xp5s=; b=vyqGpKdTQUPc/A/9x1h/40EWyiTQ5WL6CKmoA7XWkV41ex/UKWzfYSvbWbrz0w4daP GJXVDuK8AMp5AUJgwQ2H7Daxc0JpmMFgfvTRdTJgMtleXjlKTlzCtPLokPtiMo+fuxBm dL/q1O36GX2Vt8rqQB3dvWaliovVSl5AYCieo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YGDFLSGC+dOfc2ysSdQ7zvdbXKMWlbKkAdM9txGXS7wYbLNwStj1l8gXipcscl6qal wConbU5Er120HPjzZsxrd/Ro8SJiKFKCcvt5mK2FNX9qJRLm4s3Of5rEpsQ9wUTCDh6E q1IJuLkNjxplUL8JQzfzJ0tbPn7y2V8jjkLf4= Received: by 10.114.181.1 with SMTP id d1mr1412955waf.3.1218121953717; Thu, 07 Aug 2008 08:12:33 -0700 (PDT) Received: by 10.114.145.5 with HTTP; Thu, 7 Aug 2008 08:12:33 -0700 (PDT) Message-ID: <62477d740808070812j5bd569b0j68c3cf5b8a3eeb5c@mail.gmail.com> Date: Thu, 7 Aug 2008 16:12:33 +0100 From: "James Cowan" To: ivy-user@ant.apache.org Subject: jms1.1 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23477_12604399.1218121953708" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23477_12604399.1218121953708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi I am getting this error when trying to include a dependency to jms1.1 [ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] module not found: jms#jms;1.1 [ivy:retrieve] ==== libraries: tried [ivy:retrieve] -- artifact jms#jms;1.1!jms.jar: [ivy:retrieve] http://repo1.maven.org/maven2/jms/jms/1.1/jms-1.1.jar [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: jms#jms;1.1: not found [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] How do I install jms1.1 manually in the local cache which directory do I put the jms.jar file. I have tried ~.ivy2/cache/jms/1.1/jms.jar and various permutations but no joy. James ------=_Part_23477_12604399.1218121953708--