Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 19641 invoked from network); 30 Jul 2008 12:12:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2008 12:12:57 -0000 Received: (qmail 61273 invoked by uid 500); 30 Jul 2008 12:12:55 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 61205 invoked by uid 500); 30 Jul 2008 12:12:55 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 61194 invoked by uid 99); 30 Jul 2008 12:12:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 05:12:55 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [195.216.81.147] (HELO mail.otego.com) (195.216.81.147) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 12:11:58 +0000 Received: (qmail 13568 invoked from network); 30 Jul 2008 12:11:23 -0000 Received: from 192.168.222.135 by zeus (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.91.2/4015. perlscan: 1.25st. Clear:RC:1(192.168.222.135):. Processed in 0.027221 secs); 30 Jul 2008 12:11:23 -0000 Received: from unknown (HELO ?192.168.222.135?) (192.168.222.135) by 0 with SMTP; 30 Jul 2008 12:11:22 -0000 Message-ID: <48905A6A.60505@apache.org> Date: Wed, 30 Jul 2008 14:11:22 +0200 From: Felix Knecht User-Agent: Thunderbird 2.0.0.16 (X11/20080728) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml References: <20080730120330.1A01B238898A@eris.apache.org> In-Reply-To: <20080730120330.1A01B238898A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org So far I suppose this needs also the creation of a new Daisy site. I think that I've all done I can do in Daisy (added a new document for tests [1]) but I'm not able to create the new site on c.z.a.o:/.../daisywikidata/sites [1] http://cocoon.zones.apache.org/daisy/cdocs/1465.html felixk@apache.org schrieb: > Author: felixk > Date: Wed Jul 30 05:03:25 2008 > New Revision: 680992 > > URL: http://svn.apache.org/viewvc?rev=680992&view=rev > Log: > Reflect adding the cdocs-it collection to daisy > > Modified: > cocoon/trunk/blocks/cocoon-it/pom.xml > cocoon/trunk/parent/pom.xml > > Modified: cocoon/trunk/blocks/cocoon-it/pom.xml > URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-it/pom.xml?rev=680992&r1=680991&r2=680992&view=diff > ============================================================================== > --- cocoon/trunk/blocks/cocoon-it/pom.xml (original) > +++ cocoon/trunk/blocks/cocoon-it/pom.xml Wed Jul 30 05:03:25 2008 > @@ -34,6 +34,7 @@ > > Integration test suite for Cocoon. > > + http://cocoon.apache.org/${docs.m.it.relPath} > > > > @@ -51,6 +52,37 @@ > > > > + > + > + website > + ${docs.deploymentBaseUrl}/${docs.m.it.relPath} > + > + > + > + > + Cocoon Integration Tests > + ${docs.m.it.version} > + > + > + > + > + daisy > + > + > + > + org.daisycms > + daisy-maven-plugin > + > + 1465 > + cdocs-it > + true > + > + > + > + > + > + > + > > > > > Modified: cocoon/trunk/parent/pom.xml > URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=680992&r1=680991&r2=680992&view=diff > ============================================================================== > --- cocoon/trunk/parent/pom.xml (original) > +++ cocoon/trunk/parent/pom.xml Wed Jul 30 05:03:25 2008 > @@ -3343,6 +3343,8 @@ > 2.2/maven-plugins/maven-plugin/${docs.m.maven-plugin.version}/ > 1.0 > 2.2/maven-plugins/it-fw/${docs.m.it-fw.version}/ > + 1.0 > + 2.2/maven-plugins/it/${docs.m.it.version}/ > > > > @@ -3607,6 +3609,10 @@ > cdocs-it-fw > ${docs.m.it-fw.relPath} > > + > + cdocs-it > + ${docs.m.it.relPath} > + > > <project> <skin> > <groupId>org.apache.cocoon</groupId> > > >