[GUMP] cocoon and related failures

2005-01-20 Thread Stefan Bodewig
Hi all,

the Cocoon build failure looks as if you better used logging-log4j-12
instead of logging-log4j as dependency.

Also currently the paths to itext, chaperon, deli and
daisy-htmlcleaner you declare in your descriptor seem to be wrong.

Cheers

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [GUMP] cocoon and related failures

2005-01-20 Thread Curt Arnold
This looks like an unintentional (or at least undiscussed) break due to 
the packaging of log4j.  I would discourage Cocoon from redirecting to 
logging-log4j-12 until the log4j project has had a chance to discuss 
the issue.

On Jan 20, 2005, at 6:43 AM, Stefan Bodewig wrote:
Hi all,
the Cocoon build failure looks as if you better used logging-log4j-12
instead of logging-log4j as dependency.
Also currently the paths to itext, chaperon, deli and
daisy-htmlcleaner you declare in your descriptor seem to be wrong.
Cheers
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [GUMP] cocoon and related failures

2005-01-20 Thread Ceki Gülcü
At 07:11 PM 1/20/2005, Curt Arnold wrote:
This looks like an unintentional (or at least undiscussed) break due to 
the packaging of log4j.  I would discourage Cocoon from redirecting to 
logging-log4j-12 until the log4j project has had a chance to discuss the issue.
It was an unintentional breakage which was fixed even before we became 
aware of its effect on Cocoon. In the next gump run the problem should 
disappear.

Cheers,
--
Ceki Gülcü
  The complete log4j manual: http://www.qos.ch/log4j/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: cvs commit: gump/project ant-contrib.xml forrest.xml

2005-01-20 Thread David Crossley
Thanks for looking after us Stefan. I would never have guessed
that that was needed to fix the gump of forrest.
--David

[EMAIL PROTECTED] wrote:
 bodewig 2005/01/18 00:18:14
 
   Modified:project  ant-contrib.xml forrest.xml
   Log:
   ant-contrib needs bcel at runtime
   
   Revision  ChangesPath
   1.4   +1 -1  gump/project/ant-contrib.xml
   
   Index: ant-contrib.xml
   ===
   RCS file: /home/cvs/gump/project/ant-contrib.xml,v
   retrieving revision 1.3
   retrieving revision 1.4
   diff -u -r1.3 -r1.4
   --- ant-contrib.xml 10 Jan 2005 16:16:23 -  1.3
   +++ ant-contrib.xml 18 Jan 2005 08:18:14 -  1.4
   @@ -32,7 +32,7 @@

depend project=ant inherit=runtime/
depend project=xml-xerces/
   -depend project=bcel/
   +depend project=bcel runtime=true/

jar name=build/lib/ant-contrib-@@DATE@@.jar /
license name=manual/LICENSE.txt/
   
   1.14  +4 -4  gump/project/forrest.xml
   
   Index: forrest.xml
   ===
   RCS file: /home/cvs/gump/project/forrest.xml,v
   retrieving revision 1.13
   retrieving revision 1.14
   diff -u -r1.13 -r1.14
   --- forrest.xml 18 Dec 2004 22:38:09 -  1.13
   +++ forrest.xml 18 Jan 2005 08:18:14 -  1.14
   @@ -1,6 +1,6 @@
?xml version=1.0?
!--
   -  Copyright 2002-2004 The Apache Software Foundation
   +  Copyright 2002-2005 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the License);
  you may not use this file except in compliance with the License.
   @@ -38,7 +38,7 @@
!-- Project jars Forrest build strictly depends on --
!-- needed for build --
depend project=ant/
   -depend project=ant-contrib/
   +depend project=ant-contrib inherit=runtime/
depend project=xml-xerces/
depend project=xalan/
depend project=cocoon inherit=all/
   @@ -76,7 +76,7 @@
work nested=whiteboard/forrestdoc/build/tools/ant/
home nested=whiteboard/forrestdoc/dist/
depend project=ant/
   -depend project=ant-contrib/
   +depend project=ant-contrib inherit=runtime/
depend project=xml-xerces/
depend project=xalan/
depend project=antlr/
   @@ -90,7 +90,7 @@
home nested=whiteboard/forrestdoc/build/
depend project=forrest-whiteboard-forrestdoc/
depend project=ant/
   -depend project=ant-contrib/
   +depend project=ant-contrib inherit=runtime/
depend project=xml-xerces/
depend project=xalan/
depend project=antlr/
   
   
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]