Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 58625 invoked from network); 17 Sep 2007 18:21:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 18:21:36 -0000 Received: (qmail 1612 invoked by uid 500); 17 Sep 2007 18:21:27 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 1596 invoked by uid 500); 17 Sep 2007 18:21:27 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 1570 invoked by uid 99); 17 Sep 2007 18:21:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 11:21:27 -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 florian.traverse@gmail.com designates 64.233.162.228 as permitted sender) Received: from [64.233.162.228] (HELO nz-out-0506.google.com) (64.233.162.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 18:21:24 +0000 Received: by nz-out-0506.google.com with SMTP id o37so901097nzf for ; Mon, 17 Sep 2007 11:21:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=uVOJ+KUwyjDoIYPpuwFc+CeGmc+3JbKC0CbVR7N89Bo=; b=iPCF17zQcz/hDBDjSKG8+Uwehg+rvAmGe2bzUAShUR7zmmaqic8kHX+QPvJIcZGlg6Mk9mnl86WbqlPmVo0TWbxHcXQ/Qby2sXtheo3yrE2tmDAaM4OkXyCKojklE/k9zt7URp22+eEtEC63ottM/wXMHoozFmh0EGtv7gdqNJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pjtAbwk8eZZ+H+Vdnzl3/F1SsX9MN+CTo0HnOT/FyjSmHMe6T9OrY2U1quav1F6urQrz+3AX9b4zFm1mMUfSSrMyn4ZbFAJRZB6GjOU8W667eof9xZKN9hDW0n2G9hTeb0RhxuXbtCih+25GjPH9kP6wlBLqaIvsPeHTdBFOFOY= Received: by 10.142.157.15 with SMTP id f15mr195439wfe.1190053261783; Mon, 17 Sep 2007 11:21:01 -0700 (PDT) Received: by 10.70.77.13 with HTTP; Mon, 17 Sep 2007 11:21:01 -0700 (PDT) Message-ID: <5ef057e40709171121t24cec5c4ubd67c5a728c7d1c1@mail.gmail.com> Date: Mon, 17 Sep 2007 20:21:01 +0200 From: "Florian Traverse" To: ivy-user@incubator.apache.org Subject: Re: [Ivy SVN trunk ]Sun Jars In-Reply-To: <20070917122815.0tgd74czwosggos4@intranet.digizenstudio.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17812_9123586.1190053261736" References: <5ef057e40709170432n4c4a54c4o91aa2df896a8a8a4@mail.gmail.com> <20070917122815.0tgd74czwosggos4@intranet.digizenstudio.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17812_9123586.1190053261736 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline And where do you see a Jar file ? There's only a pom ... ;oP I had the same problem with maven before, the solution was to download it then do a mvn install with some options. So the question remains ... Any Idea ? :) 2007/9/17, Jing Xue : > > > Quoting Florian Traverse : > > > In order to solve the javax.security/jacc-1.0 dependency problem, I've > > downloaded it and putted it in the /lib directory of my project, as > > "lib/jacc-1.0.jar" > > jacc artifacts are actually available from the maven2 public repo: > http://repo1.maven.org/maven2/javax/security/jacc/1.0/ > > For artifacts you can't find anywhere, the cleanest way is to publish > them to your local or shared repository. > > HTH > -- > Jing Xue > > ------=_Part_17812_9123586.1190053261736--