Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 50353 invoked from network); 20 Nov 2004 17:43:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Nov 2004 17:43:53 -0000 Received: (qmail 37981 invoked by uid 500); 20 Nov 2004 17:43:50 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 37926 invoked by uid 500); 20 Nov 2004 17:43:50 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 37913 invoked by uid 99); 20 Nov 2004 17:43:50 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [66.51.199.25] (HELO mail1.dslextreme.com) (66.51.199.25) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 20 Nov 2004 09:43:50 -0800 Received: (qmail 25481 invoked from network); 20 Nov 2004 17:43:48 -0000 Received: from unknown (HELO [192.168.10.10]) (66.51.196.164) by 192.168.8.25 with SMTP; Sat, 20 Nov 2004 17:43:48 +0000 Message-ID: <419F8253.1050901@dslextreme.com> Date: Sat, 20 Nov 2004 09:43:47 -0800 From: Ralph Goers User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: portal block build broken (missing FullScreenMapping class) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bertrand Delacretaz wrote: > Looks like this class is missing, did someone forget to commit it? > > src/blocks/portal/java/org/apache/cocoon/portal/acting/ > BookmarkAction.java:45: > cannot resolve symbol > symbol : class FullScreenMapping > location: package helpers > import org.apache.cocoon.portal.acting.helpers.FullScreenMapping; There is a copy of this in trunk. I'm building now and will make sure Cocon works and then I'll check it in. Ralph