Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 38160 invoked from network); 31 May 2007 13:40:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 13:40:50 -0000 Received: (qmail 35687 invoked by uid 500); 31 May 2007 13:40:54 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 35376 invoked by uid 500); 31 May 2007 13:40:53 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 35367 invoked by uid 99); 31 May 2007 13:40:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 06:40:53 -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 (herse.apache.org: domain of christophe.lombart@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 06:40:38 -0700 Received: by an-out-0708.google.com with SMTP id c37so90272anc for ; Thu, 31 May 2007 06:40:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; 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; b=Tq2fgzQJ00yc331EYspkBJRfhz8hsYGh/z1xXpIihie+lxgFVggpmj6u0DhnaUHPGwfMk/GzAMN9QkYOHT3UoQFLkN8CNq/2jZOutTTqOEprKpIsWBvvE28HLAVCxX+U7mejOt0l4DLU/vJslbI37j7sWdYGwm167uDUSE5ownk= 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=minf/yCMFDV3tf0fsIvy9xZFJ4W3dF5Rtb4VsgC3NL5FOr9FO0ioNM0Jh9rPDJTzEmmQXBP48nddL3GciiBgRieMlFCb/FOXtCsBpyQDhXRIWVsg0PAQ5N6O2MEc0ebISHfTe2h4RYxHm4wvhfVzkvtrx1JIMrhOFnLvrleFeDw= Received: by 10.100.213.3 with SMTP id l3mr305741ang.1180618816978; Thu, 31 May 2007 06:40:16 -0700 (PDT) Received: by 10.100.126.3 with HTTP; Thu, 31 May 2007 06:40:16 -0700 (PDT) Message-ID: <3b728ee90705310640o168cf0bm5ae15547a2d595ab@mail.gmail.com> Date: Thu, 31 May 2007 15:40:16 +0200 From: "Christophe Lombart" To: dev@jackrabbit.apache.org Subject: Re: error compiling jcr-mapping in Jackrabbit source tree In-Reply-To: <465EC7D5.8000507@sun.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20418_27536838.1180618816870" References: <4656495E.2000407@sun.com> <3b728ee90705281241w38004008y7ff94ed6d05fb36b@mail.gmail.com> <465EC7D5.8000507@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20418_27536838.1180618816870 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 5/31/07, ruchi goel wrote: > > Christophe Lombart wrote: > > Hi Ruchi, > > > > Sorry for the delay. It was a long wk here. I don't understand your > > compile > > issue. It is not necessary to download manually the JTA jar. It is a > > Jackrabbit dependency. Do you have in your m2 repo the following folder > : > > repository/org/apache/geronimo/specs/geronimo-jta_1.0.1B_spec/1.0.1 ? > Yes, I have this. > > > > Did you run "mvn install" from the Jackrabbit home folder ? > I first tried mvn install from Jackrabbit home folder but it did not > create targets for jcr-mapping. Right. All projects in contrib are not installed auto. Then I tried building jcr-maping layer separately. Is it working now ? ------=_Part_20418_27536838.1180618816870--