From dev-return-31192-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Tue Jun 01 01:34:34 2010 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 52126 invoked from network); 1 Jun 2010 01:34:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 01:34:34 -0000 Received: (qmail 32529 invoked by uid 500); 1 Jun 2010 01:34:34 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 32465 invoked by uid 500); 1 Jun 2010 01:34:33 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 32457 invoked by uid 99); 1 Jun 2010 01:34:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 01:34:33 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=AWL,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.111.4.29] (HELO out5.smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 01:34:27 +0000 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 5C8CFF7EBE for ; Mon, 31 May 2010 21:34:06 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 31 May 2010 21:34:06 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:references:mime-version:content-type:in-reply-to; s=smtpout; bh=LF5Jmj/CzK+tKZXF80QF3PH7PCs=; b=O4q5j+3lgUXaJ5JDhTLokmwNSKFSPrbgj1XS1h1Kg926Wkh1B2NVxwyMAO8n/Z5wEAuR09I62SLM88gyZG6v3LLoAjrgRKfFbk/rIzFLeSas9TUGkzVB5vUcrrLVTp+Wj5lKeDHHirxCWlht7yThVLDXtLB8w8/vgISHSQcr+Rc= X-Sasl-enc: 2TL1ozKgCiz6lXIPeeTq5moJMovAiFZkrgHemW5JUrs4 1275356045 Received: from localhost (dsl-41-216.wholesaledsl.com.au [125.168.41.216]) by mail.messagingengine.com (Postfix) with ESMTPSA id 409174FA54 for ; Mon, 31 May 2010 21:34:05 -0400 (EDT) Date: Tue, 1 Jun 2010 11:34:02 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: dispatcher compile errors Message-ID: <20100601013402.GA6213@igg.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Tim Williams wrote: > Anyone else getting: > > > compile: > [javac] Compiling 1 source file to > /Users/twilliams/Development/forrest/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build/classes > [javac] /Users/twilliams/Development/forrest/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java:399: > cannot access SourceResolver > [javac] class file for SourceResolver not found > [javac] resolverDispatcher = new CocoonResolver(m_resolver); > [javac] ^ > [javac] 1 error > > ... in dispatcher? I'll poke around locally but wanted to see if it > was just me since zones is apparently working fine. It does the "compile" phase for me okay. (Mac 10.5.8 with Java 1.5). -David