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

[EMAIL PROTECTED] 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;



Reply via email to