Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 94493 invoked from network); 1 Nov 2007 07:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 07:50:51 -0000 Received: (qmail 21550 invoked by uid 500); 1 Nov 2007 07:50:38 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 21527 invoked by uid 500); 1 Nov 2007 07:50:38 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 21518 invoked by uid 99); 1 Nov 2007 07:50:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 00:50:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thomas.tom.mueller@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 07:50:42 +0000 Received: by wa-out-1112.google.com with SMTP id m34so534504wag for ; Thu, 01 Nov 2007 00:50:20 -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:content-transfer-encoding:content-disposition:references; bh=x0otoyA+5k335vCfqKYBTK78C2/bzfat3EX2zZxUiRg=; b=nIJOwoOvpgLPjSWKw+gjF6UaKUFgxNpM412dx54HXn4uMk+0h7FCT/qW9+BtpyjtOkippWHcH/0nAW709e12H9ZOuym6wmvWFXb3wwE3QhygWbFWT6SxK4fPNZZYi0U9m4qcFTDb8vjNskebiQDGl09Vhc5VXIZDb98ygZjEDyE= 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:content-transfer-encoding:content-disposition:references; b=GDuoO4UX20xOFL7X8/uoIs6t5jh6LykR921ycZMlD/NDmBpeUgwZwsJ50EgrBiHXiV9OsK2i1cviTDX/dpuGBb49FKazG9RalpXiaVZrz01WoECsYG2HyiTDFwionU/u51WqHaY96POjMHAxS6ItsnpriBv0rE4vJWXtzOIvXas= Received: by 10.114.13.1 with SMTP id 1mr319507wam.1193903420631; Thu, 01 Nov 2007 00:50:20 -0700 (PDT) Received: by 10.114.103.7 with HTTP; Thu, 1 Nov 2007 00:50:20 -0700 (PDT) Message-ID: <5f211bd50711010050t1d94e61auf001af3e774d7891@mail.gmail.com> Date: Thu, 1 Nov 2007 08:50:20 +0100 From: "Thomas Mueller" To: users@jackrabbit.apache.org Subject: Re: Quick clarification on FirstHop example? In-Reply-To: <25bddf290710311939t3ee7359dmf24ce16532448890@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <25bddf290710311939t3ee7359dmf24ce16532448890@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, Do you use Eclipse? mvn eclipse:eclipse should generate the project. mvn eclipse:clean remove the project. > but no "logged in" output is generated. Is there an exception, or other output? > 1) Should this sample work all by itself? Yes > Originally I'd thought maybe the example needed a pre-config'd > repository to attach to. But the code explanation seems to indicate > it's fully standalone, "hello world" style. The repository should be created if it does not exist > - JDK 1.6.0_33 Where did you download this? ;-) Thomas