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

2004-07-29 Thread David Crossley
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 Thread Adam R. B. Jack
 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 Thread Stefano Mazzocchi
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.


smime.p7s
Description: S/MIME Cryptographic Signature


[GUMP][PATCH] cocoon seems to require log4j

2004-07-27 Thread Stefan Bodewig
... 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.xml11 Jul 2004 23:45:08 -  1.174
+++ gump.xml27 Jul 2004 16:07:57 -
@@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]