Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 99563 invoked from network); 25 Jun 2010 22:11:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Jun 2010 22:11:49 -0000 Received: (qmail 8295 invoked by uid 500); 25 Jun 2010 22:11:48 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 8208 invoked by uid 500); 25 Jun 2010 22:11:48 -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 8200 invoked by uid 99); 25 Jun 2010 22:11:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 22:11:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of buck.robert.j@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jun 2010 22:11:40 +0000 Received: by wyb42 with SMTP id 42so3794682wyb.4 for ; Fri, 25 Jun 2010 15:11:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qOCBZdunTmEvLIA2ny8KQ3GS/DjMAfUCsvuvcpCLOSo=; b=X/LqFhtyM307mskltYmw71WZnTjyW11tKn0dDWz+Iuf7EvAkGcfmC+zjSpM/yP3I3U jquXyteArIDMVn4klRz0jh9OJxPZL2FT/4afnGhcl2C6nCt3lUowBaiiE4vgVd1Pafll p0S9rrBBtWzFlInYzBKLaAh8xnHDEa6psi9tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=lLQZgWkowfWguReVMlhQN0BHRithX4rk9AJtuKqkT91/eiHsSDyZPYEZoIygz088c1 Jnz4vxeZsv0M/BnHb1T1Eakyv68MzuzWIFuX7a2BD1fkL3hnecNkJoxKvAmiMDHqAnJi GTJtOYkCu4VQVrF6D9Apu5NxAdRmZ0EjX4rZ0= MIME-Version: 1.0 Received: by 10.216.160.70 with SMTP id t48mr5542493wek.82.1277503880031; Fri, 25 Jun 2010 15:11:20 -0700 (PDT) Received: by 10.216.73.137 with HTTP; Fri, 25 Jun 2010 15:11:19 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Jun 2010 18:11:19 -0400 Message-ID: Subject: Re: resolve ignoring [version] attribute From: Robert Buck To: ivy-user@ant.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Forget it. I found the problem. NGINX was not enabling directory listing. Had to add "autoindex on;". Thanks, On Fri, Jun 25, 2010 at 5:28 PM, Robert Buck wrot= e: > With the following ivy xml settings content: > > =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 pattern=3D"http://localhost:37373/ivyrep/modules/[organisation]/[module]/= [revision]/[type]s/[artifact].[ext]"/> > =C2=A0 =C2=A0 =C2=A0 pattern=3D"http://localhost:37373/ivyrep/modules/[organisation]/[module]/= [revision]/[type]s/[artifact]-[revision].[ext]"/> > =C2=A0 =C2=A0 > > I run into the following problem: > > [ivy:resolve] =C2=A0 =3D=3D=3D=3D download-resolver: tried > [ivy:resolve] > http://localhost:37373/ivyrep/modules/javax.management/jmx/[revision]/ivy= .xml > [ivy:resolve] =C2=A0 =C2=A0 -- artifact javax.management#jmx;[1.2.1,2.0[!= jmx.jar: > [ivy:resolve] > http://localhost:37373/ivyrep/modules/javax.management/jmx/[revision]/jar= s/jmx.jar > [ivy:resolve] > http://localhost:37373/ivyrep/modules/javax.management/jmx/[revision]/jar= s/jmx-[revision].jar > [ivy:resolve] =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 module not found: javax.= jms#jms;[1.1,2.0[ > > Notice the odd URI's? Everything had an appropriate substitution, but > not [revision]. Could someone point me to what I may be doing wrong? > > Bob >