Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 24024 invoked from network); 11 Jan 2006 13:41:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 13:41:06 -0000 Received: (qmail 14642 invoked by uid 500); 11 Jan 2006 13:41:02 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14577 invoked by uid 500); 11 Jan 2006 13:41:02 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14566 invoked by uid 99); 11 Jan 2006 13:41:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 05:41:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 05:41:00 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EwgD5-0003Mb-TD for dev@cocoon.apache.org; Wed, 11 Jan 2006 14:40:22 +0100 Received: from d51a5268a.access.telenet.be ([81.165.38.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jan 2006 14:40:19 +0100 Received: from jh by d51a5268a.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jan 2006 14:40:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [M10N] cocoon-jcr Date: Wed, 11 Jan 2006 14:40:02 +0100 Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a5268a.access.telenet.be User-Agent: Thunderbird 1.5 (Macintosh/20051201) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Giacomo Pati wrote: > > I'm trying to get the cocoon.jcr block compiling but cannot find a > jcr-1.1.jar to download from any of the maven repos I know of. > > Anybody knows of one? I've found a jcr-1.0.jar at > http://www.day.com/maven/jsr170/jars/ but I don't want to list the Day > server in our poms. > > I also don't know whether that one is publically redistributable and the > Maven 2 docs suggests downloading it from the official Sun site and > installing it into each ones local Maven2 repository. > > Any ideas how to solve this? > This is mentioned in the maven docs (though of not much help) : http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Also read the discussion on repository@apache.org : http://mail-archives.apache.org/mod_mbox/www-repository/200512.mbox/thread (thread "Making a redist of all the javax.* packages") Aren't there geronimo packages available for this, like eg geronimo-spec-javamail.jar ? Jorg