You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefano Mazzocchi <st...@apache.org> on 2004/07/29 23:47:55 UTC

Gump Issue

Adam R. B. Jack wrote:


> BTW: It seems to have worked:
> 
> http://brutus.apache.org/gump/public/cocoon-2.1/gump_work/update_cocoon-2.1.html
> 
> Although it seems there may still be something to fix:
> 
> http://brutus.apache.org/gump/public/cocoon-2.1/cocoon/gump_work/build_cocoon-2.1_cocoon.html
> 
> http://brutus.apache.org/gump/public/cocoon-2.1/cocoon/gump_work/build_cocoon-2.1_cocoon.txt
> 
>   [javac]
> /usr/local/gump/public/workspace/cocoon-2.1/src/java/org/apache/cocoon/compo
> nents/store/impl/JCSDefaultStore.java:361: dispose() in
> org.apache.cocoon.components.store.impl.JCSDefaultStore.JCSCacheAccess
> cannot override dispose() in org.apache.jcs.access.CacheAccess; attempting
> to assign weaker access privileges; was public
>     [javac]         protected void dispose() {
>     [javac]                        ^
>     [javac] 1 error

hmmm, seems like JCS changed their contract from protected to public.

> BTW: I noticed some .cvsignore files. I suspect you ought  convert those to
> .svnignore files.

there is no such thing as .svnignore files ;-)

but yeah, we should get rid of those .cvsignore files and move them into 
"svn propedit svn:ignore ."

-- 
Stefano.