You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/07/27 18:08:12 UTC

[GUMP][PATCH] cocoon seems to require log4j

... at least that's what the build failures say.

The appended patch should add that dependency.

Cheers

        Stefan

-- 
http://stefanbodewig.blogger.de/

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/cocoon-2.1/gump.xml,v
retrieving revision 1.174
diff -u -r1.174 gump.xml
--- gump.xml	11 Jul 2004 23:45:08 -0000	1.174
+++ gump.xml	27 Jul 2004 16:07:57 -0000
@@ -74,6 +74,8 @@
     <depend project="commons-jxpath"/>
     <depend project="commons-lang"/>
 
+    <depend project="logging-log4j"/>
+
     <depend project="cocoon-javac"/>
     <depend project="cocoon-javacImpl"/>
     <depend project="rhino-cocoondev"/>

Gump Issue

Posted by Stefano Mazzocchi <st...@apache.org>.
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.


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
> > I'll change that. And, I see that the cocoon repository (as metadata has
it
> > in Gump) is still marked as CVS, not SVN. I'll change that also..

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
BTW: I noticed some .cvsignore files. I suspect you ought  convert those to
.svnignore files.

> thanks adam!

You are welcome.

regards

Adam


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by Stefano Mazzocchi <st...@apache.org>.
Adam R. B. Jack wrote:

>>Sorry, we were in the middle of switching to use SVN.
>>Patches applied now to depend logging-log4j and to
>>enable Gump to use our new SVN trunk.
> 
> 
> I knew that was occurring, I wasn't thinking, sorry. Thanks for working on
> it, and getting this done.
> 
> Now you are using SVN with it's built in 'simple viewcvs' it probably makes
> sense to reference the cocoon descriptor (in profile/gump.xml) using:
> 
>     http://svn.apache.org/repos/asf/cocoon/trunk/gump.xml
> 
> I'll change that. And, I see that the cocoon repository (as metadata has it
> in Gump) is still marked as CVS, not SVN. I'll change that also..
> 
> Also, one thing Gump does not do automatically yet, is follow a migration
> from CVS to SVN (when it has a copy of a module's directory from an SCM it
> does an update not a checkout). As such, I'll manually remove the
> ./workspace/cvs/cocoon-2.1 directory on Brutus [from the public and jdk15
> flavours], to allow it to checkout from SVN.

thanks adam!

-- 
Stefano.


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by Stefano Mazzocchi <st...@apache.org>.
Adam R. B. Jack wrote:

>>Sorry, we were in the middle of switching to use SVN.
>>Patches applied now to depend logging-log4j and to
>>enable Gump to use our new SVN trunk.
> 
> 
> I knew that was occurring, I wasn't thinking, sorry. Thanks for working on
> it, and getting this done.
> 
> Now you are using SVN with it's built in 'simple viewcvs' it probably makes
> sense to reference the cocoon descriptor (in profile/gump.xml) using:
> 
>     http://svn.apache.org/repos/asf/cocoon/trunk/gump.xml
> 
> I'll change that. And, I see that the cocoon repository (as metadata has it
> in Gump) is still marked as CVS, not SVN. I'll change that also..
> 
> Also, one thing Gump does not do automatically yet, is follow a migration
> from CVS to SVN (when it has a copy of a module's directory from an SCM it
> does an update not a checkout). As such, I'll manually remove the
> ./workspace/cvs/cocoon-2.1 directory on Brutus [from the public and jdk15
> flavours], to allow it to checkout from SVN.

thanks adam!

-- 
Stefano.


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> Sorry, we were in the middle of switching to use SVN.
> Patches applied now to depend logging-log4j and to
> enable Gump to use our new SVN trunk.

I knew that was occurring, I wasn't thinking, sorry. Thanks for working on
it, and getting this done.

Now you are using SVN with it's built in 'simple viewcvs' it probably makes
sense to reference the cocoon descriptor (in profile/gump.xml) using:

    http://svn.apache.org/repos/asf/cocoon/trunk/gump.xml

I'll change that. And, I see that the cocoon repository (as metadata has it
in Gump) is still marked as CVS, not SVN. I'll change that also..

Also, one thing Gump does not do automatically yet, is follow a migration
from CVS to SVN (when it has a copy of a module's directory from an SCM it
does an update not a checkout). As such, I'll manually remove the
./workspace/cvs/cocoon-2.1 directory on Brutus [from the public and jdk15
flavours], to allow it to checkout from SVN.

regards,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by "Adam R. B. Jack" <aj...@apache.org>.
> Sorry, we were in the middle of switching to use SVN.
> Patches applied now to depend logging-log4j and to
> enable Gump to use our new SVN trunk.

I knew that was occurring, I wasn't thinking, sorry. Thanks for working on
it, and getting this done.

Now you are using SVN with it's built in 'simple viewcvs' it probably makes
sense to reference the cocoon descriptor (in profile/gump.xml) using:

    http://svn.apache.org/repos/asf/cocoon/trunk/gump.xml

I'll change that. And, I see that the cocoon repository (as metadata has it
in Gump) is still marked as CVS, not SVN. I'll change that also..

Also, one thing Gump does not do automatically yet, is follow a migration
from CVS to SVN (when it has a copy of a module's directory from an SCM it
does an update not a checkout). As such, I'll manually remove the
./workspace/cvs/cocoon-2.1 directory on Brutus [from the public and jdk15
flavours], to allow it to checkout from SVN.

regards,

Adam


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by David Crossley <cr...@apache.org>.
Adam R. B. Jack wrote:
> Folks,
> 
> Could somebody take time to apply Stefan's patch? It would be awesome to see
> the Cocoon branch of things start to be built by Gump (now that it finally
> can).
> 
> Thanks in advance.

Sorry, we were in the middle of switching to use SVN.
Patches applied now to depend logging-log4j and to
enable Gump to use our new SVN trunk.

-- 
David Crossley


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by David Crossley <cr...@apache.org>.
Adam R. B. Jack wrote:
> Folks,
> 
> Could somebody take time to apply Stefan's patch? It would be awesome to see
> the Cocoon branch of things start to be built by Gump (now that it finally
> can).
> 
> Thanks in advance.

Sorry, we were in the middle of switching to use SVN.
Patches applied now to depend logging-log4j and to
enable Gump to use our new SVN trunk.

-- 
David Crossley


Re: [GUMP][PATCH] cocoon seems to require log4j

Posted by "Adam R. B. Jack" <aj...@trysybase.com>.
Folks,

Could somebody take time to apply Stefan's patch? It would be awesome to see
the Cocoon branch of things start to be built by Gump (now that it finally
can).

Thanks in advance.

regards

Adam
----- Original Message ----- 
From: "Stefan Bodewig" <bo...@apache.org>
To: <de...@cocoon.apache.org>
Cc: <ge...@gump.apache.org>
Sent: Tuesday, July 27, 2004 10:08 AM
Subject: [GUMP][PATCH] cocoon seems to require log4j


> ... at least that's what the build failures say.
>
> The appended patch should add that dependency.
>
> Cheers
>
>         Stefan
>
> -- 
> http://stefanbodewig.blogger.de/
>
> Index: gump.xml
> ===================================================================
> RCS file: /home/cvspublic/cocoon-2.1/gump.xml,v
> retrieving revision 1.174
> diff -u -r1.174 gump.xml
> --- gump.xml 11 Jul 2004 23:45:08 -0000 1.174
> +++ gump.xml 27 Jul 2004 16:07:57 -0000
> @@ -74,6 +74,8 @@
>      <depend project="commons-jxpath"/>
>      <depend project="commons-lang"/>
>
> +    <depend project="logging-log4j"/>
> +
>      <depend project="cocoon-javac"/>
>      <depend project="cocoon-javacImpl"/>
>      <depend project="rhino-cocoondev"/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org


New Member

Posted by Manoj Purohit <pm...@cet.st.com.sg>.
Hi All,
I have joined this mailing list last week.
I would like to contribute to the project.
Can anyone enlighten me where to start and how and what I can contribute. I
only know one thing JAVA.

Regds,
Manoj.

----- Original Message ----- 
From: "Stefan Bodewig" <bo...@apache.org>
To: <de...@cocoon.apache.org>
Cc: <ge...@gump.apache.org>
Sent: Wednesday, July 28, 2004 12:08 AM
Subject: [GUMP][PATCH] cocoon seems to require log4j


> ... at least that's what the build failures say.
>
> The appended patch should add that dependency.
>
> Cheers
>
>         Stefan
>
> -- 
> http://stefanbodewig.blogger.de/
>
> Index: gump.xml
> ===================================================================
> RCS file: /home/cvspublic/cocoon-2.1/gump.xml,v
> retrieving revision 1.174
> diff -u -r1.174 gump.xml
> --- gump.xml 11 Jul 2004 23:45:08 -0000 1.174
> +++ gump.xml 27 Jul 2004 16:07:57 -0000
> @@ -74,6 +74,8 @@
>      <depend project="commons-jxpath"/>
>      <depend project="commons-lang"/>
>
> +    <depend project="logging-log4j"/>
> +
>      <depend project="cocoon-javac"/>
>      <depend project="cocoon-javacImpl"/>
>      <depend project="rhino-cocoondev"/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org