You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2004/11/20 09:46:58 UTC

portal block build broken (missing FullScreenMapping class)

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;

-Bertrand

RE: portal block build broken (missing FullScreenMapping class)

Posted by Carsten Ziegeler <cz...@apache.org>.
Thanks for fixing this and sorry for causing the problems!

(btw, yes I'm back and I managed to reduce my email backlog by ~10%
in the last hour - from 11000 to 10000.......)

Carsten

> -----Original Message-----
> From: Ralph Goers [mailto:Ralph.Goers@dslextreme.com] 
> Sent: Saturday, November 20, 2004 6:44 PM
> To: dev@cocoon.apache.org
> Subject: Re: portal block build broken (missing 
> FullScreenMapping class)
> 
> 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
> 
> 


Re: portal block build broken (missing FullScreenMapping class)

Posted by Ralph Goers <Ra...@dslextreme.com>.
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


Re: portal block build broken (missing FullScreenMapping class)

Posted by Ralph Goers <Ra...@dslextreme.com>.
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;
>
> -Bertrand

I believe Carsten checked these in.  Is it breaking in trunk, 
BRANCH_2_1_X or both?  If it works in one or the other then we should 
get the source from the other branch and check it in.  I believe Carsten 
is on vacation for the next 3 weeks.

Ralph