El mié, 04-01-2006 a las 11:54 -0500, Doug Chestnut escribió: > Hi Thorsten, > We had this problem in IndexConfiguration.java (Bug 37873) in 1.4. > > Perhaps it is the version of cocoon being used, isn't it using > cocoon-2.1.x, should it be? >
Hmm, it actually should: less local.build.properties ... cocoon.src.dir=../cocoon-2.1.x_1.2 ... and cd ../cocoon-2.1.x_1.2 svn info Path: . URL: http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 365951 Node Kind: directory Schedule: normal Last Changed Author: cziegeler Last Changed Rev: 365359 Last Changed Date: 2006-01-02 15:19:58 +0000 (Mon, 02 Jan 2006) Properties Last Updated: 2005-05-21 20:19:11 +0000 (Sat, 21 May 2005) svn st -> nothing important After this I tested this locally and I get the same error. Meaning you are right. :( I will create a bug, thanks a million for your feedback. salu2 > --Doug > > > Thorsten Scherler wrote: > > El mié, 04-01-2006 a las 01:27 +0100, Michael Wechner escribió: > > > >>Thorsten Scherler wrote: > >> > >> > >>>Hi all, > >>> > >>>I did as well an update of the zones demos after yesterdays webpage > >>>update. > >>> > >>>I have problems with 1.2. > >>>http://lenya.zones.apache.org:8888/ > >>> > >>>gives an error. Looking at /export/home/lenya/src/lenya-1.2.x with svn > >>>st gives: > >>>? index.html > >>>M lenya.sh > >>>M src/webapp/sitemap.xmap > >>>M src/webapp/lenya/pubs/default/xslt/page2xhtml.xsl > >>>X src/webapp/lenya/resources/bxeng > >>>X src/webapp/lenya/resources/kupu > >>>? tools/bin/index-publication.sh.r201802 > >>>? tools/bin/index-publication.sh.r201807 > >>>? tools/bin/index-publication.sh.mine > >>>C tools/bin/index-publication.sh > >>> > >>>Somebody knows why we have so many changed files and the conflict? > >>> > >>> > >> > >>no. I would assume that none of these files should be modified. What is > >>the modification date of these files and > >>what is the diff? > > > > > > Actually there a mostly "simple" xsl changes nothing that could cause: > > /export/home/lenya/src/lenya-1.2.x/build/lenya/src/org/apache/lenya/cms/ant/CopyPoliciesTask.java:26: > > package org.apache.avalon.excalibur.io does not exist > > import org.apache.avalon.excalibur.io.FileUtil; > > ^ > > /export/home/lenya/src/lenya-1.2.x/build/lenya/src/org/apache/lenya/cms/ant/CopyResourcesTask.java:28: > > package org.apache.avalon.excalibur.io does not exist > > import org.apache.avalon.excalibur.io.FileUtil; > > > > ... > > 34 errors > > > > BUILD FAILED > > /export/home/lenya/src/lenya-1.2.x/src/targets/compile-build.xml:38: > > Compile failed; see the compiler error output for details. > > > > Somebody have seen this error and can tell me how to fix it? > > > > salu2 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
