You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Felix Knecht <fe...@apache.org> on 2008/07/30 14:11:22 UTC

Re: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml

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 @@
>    <description>
>      Integration test suite for Cocoon.
>    </description>
> +  <url>http://cocoon.apache.org/${docs.m.it.relPath}</url>
>  
>    <dependencies>
>      <dependency>
> @@ -51,6 +52,37 @@
>      </dependency>
>    </dependencies>
>  
> +  <distributionManagement>
> +    <site>
> +      <id>website</id>
> +      <url>${docs.deploymentBaseUrl}/${docs.m.it.relPath}</url>
> +    </site>
> +  </distributionManagement>
> +
> +  <properties>
> +    <docs.name>Cocoon Integration Tests</docs.name>
> +    <docs.version>${docs.m.it.version}</docs.version>
> +  </properties>
> +
> +  <profiles>
> +    <profile>
> +      <id>daisy</id>
> +      <build>
> +        <plugins>
> +          <plugin>
> +            <groupId>org.daisycms</groupId>
> +            <artifactId>daisy-maven-plugin</artifactId>
> +            <configuration>
> +              <navDocId>1465</navDocId>
> +              <collection>cdocs-it</collection>
> +              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
> +            </configuration>
> +          </plugin>
> +        </plugins>
> +      </build>
> +    </profile>
> +  </profiles>
> +
>    <build>
>      <plugins>
>        <plugin>
>
> 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 @@
>      <docs.m.maven-plugin.relPath>2.2/maven-plugins/maven-plugin/${docs.m.maven-plugin.version}/</docs.m.maven-plugin.relPath>
>      <docs.m.it-fw.version>1.0</docs.m.it-fw.version>
>      <docs.m.it-fw.relPath>2.2/maven-plugins/it-fw/${docs.m.it-fw.version}/</docs.m.it-fw.relPath>
> +    <docs.m.it.version>1.0</docs.m.it.version>
> +    <docs.m.it.relPath>2.2/maven-plugins/it/${docs.m.it.version}/</docs.m.it.relPath>
>    </properties>
>  
>    <profiles>
> @@ -3607,6 +3609,10 @@
>                      <name>cdocs-it-fw</name>
>                      <path>${docs.m.it-fw.relPath}</path>
>                    </collection>
> +                  <collection>
> +                    <name>cdocs-it</name>
> +                    <path>${docs.m.it.relPath}</path>
> +                  </collection>
>                  </collections>
>                  <siteXmlContent> &lt;project&gt; &lt;skin&gt;
>                    &lt;groupId&gt;org.apache.cocoon&lt;/groupId&gt;
>
>
>   


Re: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
Felix Knecht schrieb:
> Reinhard Pötz schrieb:
>> Felix Knecht wrote:
>>> 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
>>
>> What's the document id of the navigation document and the index 
>> document? (Then I can create the site for you.)
>>
> I thought it to be 
> http://cocoon.zones.apache.org/daisy/cdocs/1465.html , but I'm not 
> sure if I did everything right as I'm doing it the first time and have 
> no big idea how all the things are working. Of course reading the docs 
> helped me to solve some problems :-)
>
>
I forgot: Of course it would be nice if you could create the site :-)

BTW: Does this also makes it appear in Daisy's root page 
(http://cocoon.zones.apache.org/daisy/)?

Thanks
Felix

Re: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml

Posted by Felix Knecht <fe...@apache.org>.
Reinhard Pötz schrieb:
> Felix Knecht wrote:
>> 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
>
> What's the document id of the navigation document and the index 
> document? (Then I can create the site for you.)
>
I thought it to be http://cocoon.zones.apache.org/daisy/cdocs/1465.html 
, but I'm not sure if I did everything right as I'm doing it the first 
time and have no big idea how all the things are working. Of course 
reading the docs helped me to solve some problems :-)



Re: svn commit: r680992 - in /cocoon/trunk: blocks/cocoon-it/pom.xml parent/pom.xml

Posted by Reinhard Pötz <re...@apache.org>.
Felix Knecht wrote:
> 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

What's the document id of the navigation document and the index 
document? (Then I can create the site for you.)

-- 
Reinhard Pötz                           Managing Director, {Indoqa} GmbH
                          http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member                  reinhard@apache.org
________________________________________________________________________