Re: generating the docs with Forrest

2004-11-20 Thread David Crossley
Bertrand Delacretaz wrote: Le 19 nov. 04, à 19:49, Upayavira a écrit : http://wiki.apache.org/cocoon/CocoonWebsiteUpdate ... I'll do that too, if I can get Forrest to work. Unfortunately the above link doesn't entirely make sense. FYI I have tried the following, no success at this point. But I h

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Niclas Hedhman
On Sunday 21 November 2004 01:38, Vadim Gritsenko wrote: > Only from the Sun doc - I've not taken my time reading their serialization > source code. Doc gives impression that it is gotta be universally unique > number. :o) Your "excuse" is accepted... To brief you why I "happen to know"; I us

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Ugo Cei
Il giorno 20/nov/04, alle 18:45, Vadim Gritsenko ha scritto: Ugo Cei wrote: Then go for it! I hate those warnings and was planning to remove some of them myself, like unread local variables or declared exceptions that are never thrown. There is a caveat: if you remove declared but not thrown exce

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Vadim Gritsenko
Ugo Cei wrote: Then go for it! I hate those warnings and was planning to remove some of them myself, like unread local variables or declared exceptions that are never thrown. There is a caveat: if you remove declared but not thrown exception, you'll break all classes which use this method. Vadi

Re: portal block build broken (missing FullScreenMapping class)

2004-11-20 Thread Ralph Goers
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.hel

RE: [CForms/Flow] updating repeater causes loss of session contex t-please help

2004-11-20 Thread H . vanderLinden
Hi, > not quite possible for 2 flowscript functions but feasible with a > flowscript function and an action: > > > > > > > As far as I can tell, the correct syntax should be: But this still does not solve the problem. :-( Any other ideas? BTW In

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Vadim Gritsenko
Niclas Hedhman wrote: On Saturday 20 November 2004 08:16, Vadim Gritsenko wrote: No! "1" is not "The stream-unique identifier". Vadim, I don't know where you get that 1L wouldn't work... But it does (and I kind of know what I am talking about). Only from the Sun doc - I've not taken my time readin

Re: portal block build broken (missing FullScreenMapping class)

2004-11-20 Thread Ralph Goers
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.hel

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Niclas Hedhman
On Saturday 20 November 2004 08:16, Vadim Gritsenko wrote: > No! "1" is not "The stream-unique identifier". Vadim, I don't know where you get that 1L wouldn't work... But it does (and I kind of know what I am talking about). The serialVersionUID is used to determine the compatibility between a

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Leszek Gawron
Sylvain Wallez wrote: Ugo Cei wrote: Il giorno 20/nov/04, alle 10:34, Leszek Gawron ha scritto: I've found some neat ant task: http://serialver.sourceforge.net/serialver.html Then go for it! I hate those warnings and was planning to remove some of them myself, like unread local variables or decla

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Sylvain Wallez
Ugo Cei wrote: Il giorno 20/nov/04, alle 10:34, Leszek Gawron ha scritto: I've found some neat ant task: http://serialver.sourceforge.net/serialver.html Then go for it! I hate those warnings and was planning to remove some of them myself, like unread local variables or declared exceptions that a

[GUMP@brutus]: Project cocoon-block-slide (in module cocoon) success

2004-11-20 Thread Gump
To whom it may satisfy... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon-block-slide *no longer* has an issue. The current state of this project i

DO NOT REPLY [Bug 32199] - Error-uri double instatiations in the new portal.

2004-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Ugo Cei
Il giorno 20/nov/04, alle 10:34, Leszek Gawron ha scritto: I've found some neat ant task: http://serialver.sourceforge.net/serialver.html Then go for it! I hate those warnings and was planning to remove some of them myself, like unread local variables or declared exceptions that are never thrown.

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Leszek Gawron
Ugo Cei wrote: Il giorno 19/nov/04, alle 23:18, Leszek Gawron ha scritto: The serializable class PageLocalImpl does not declare a static final serialVersionUID field of type long There is a lot of these in cocoon's sources. Can I fix that by adding: private static final long serialVersionUID = 1L

generating the docs with Forrest (was: Release and updating the website)

2004-11-20 Thread Bertrand Delacretaz
Le 19 nov. 04, à 19:49, Upayavira a écrit : http://wiki.apache.org/cocoon/CocoonWebsiteUpdate ... I'll do that too, if I can get Forrest to work. Unfortunately the above link doesn't entirely make sense. FYI I have tried the following, no success at this point. But I haven't done this in a looo

Re: Eclipse warning concerning serializable classes

2004-11-20 Thread Ugo Cei
Il giorno 19/nov/04, alle 23:18, Leszek Gawron ha scritto: The serializable class PageLocalImpl does not declare a static final serialVersionUID field of type long There is a lot of these in cocoon's sources. Can I fix that by adding: private static final long serialVersionUID = 1L; Wouldn't it b

portal block build broken (missing FullScreenMapping class)

2004-11-20 Thread Bertrand Delacretaz
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; -B