You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/03/14 04:55:26 UTC

svn commit: r517990 - in /xml/xindice/trunk: build.properties build.xml src/documentation/content/xdocs/dev/book.xml src/documentation/content/xdocs/site.xml

Author: vgritsenko
Date: Tue Mar 13 20:55:26 2007
New Revision: 517990

URL: http://svn.apache.org/viewvc?view=rev&rev=517990
Log:
add links to coverage reports.
comment out forrest target (does not work)

Modified:
    xml/xindice/trunk/build.properties
    xml/xindice/trunk/build.xml
    xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml
    xml/xindice/trunk/src/documentation/content/xdocs/site.xml

Modified: xml/xindice/trunk/build.properties
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/build.properties?view=diff&rev=517990&r1=517989&r2=517990
==============================================================================
--- xml/xindice/trunk/build.properties (original)
+++ xml/xindice/trunk/build.properties Tue Mar 13 20:55:26 2007
@@ -68,7 +68,7 @@
 
 
 # ---- Forrest -----------------------------------------------------------------
-forrest.home=../xml-forrest/build/dist/shbat/
+forrest.home=../forrest
 
 
 # ---- PMD ---------------------------------------------------------------------

Modified: xml/xindice/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/build.xml?view=diff&rev=517990&r1=517989&r2=517990
==============================================================================
--- xml/xindice/trunk/build.xml (original)
+++ xml/xindice/trunk/build.xml Tue Mar 13 20:55:26 2007
@@ -409,7 +409,7 @@
       - Build Xindice Website
       -->
     <target name="site">
-        <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site"/>
+        <!--<exec command="${forrest.home}/bin/forrest"/>-->
     </target>
 
     <!--
@@ -592,7 +592,7 @@
               zipfile="${dist.dir}/xml-xindice-${project.version}-src.tar.gz"/>
     </target>
 
-    <target name="release" depends="build, javadoc, site, release-jar, release-war, release-src"/>
+    <target name="release" depends="build, javadoc, site, site, release-jar, release-war, release-src"/>
 
     <!--
       - PMD is a tool that checks for various code mistakes, like unused

Modified: xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml?view=diff&rev=517990&r1=517989&r2=517990
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/dev/book.xml Tue Mar 13 20:55:26 2007
@@ -36,10 +36,15 @@
       <menu-item label="Todo" href="todo.html"/>
    </menu>
 
+   <menu label="Resources">
+     <menu-item label="Bug Database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice&amp;order=bugs.bug_id"/>
+     <menu-item label="Test Coverage" href="http://xml.apache.org/xindice/coverage/"/>
+     <menu-item label="Historical Coverage" href="http://xml.apache.org/xindice/coverage/historical.html"/>
+   </menu>
+
    <menu label="Documentation">
       <menu-item label="How To Contribute" href="doc-contributing.html"/>
       <menu-item label="Xindice Internals" href="guide-internals.html"/>
       <menu-item label="Wiki" href="http://wiki.apache.org/xindice"/>
-      <menu-item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice"/>
    </menu>
 </book>

Modified: xml/xindice/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/content/xdocs/site.xml?view=diff&rev=517990&r1=517989&r2=517990
==============================================================================
--- xml/xindice/trunk/src/documentation/content/xdocs/site.xml (original)
+++ xml/xindice/trunk/src/documentation/content/xdocs/site.xml Tue Mar 13 20:55:26 2007
@@ -58,7 +58,7 @@
     <item label="Who we are" href="who.html"/>
     <item label="Mailing lists" href="mail.html"/>
     <item label="Code Repository" href="http://xml.apache.org/svn.html"/>
-    <item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice"/>
+    <item label="Bug database" href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice&amp;order=bugs.bug_id"/>
   </menu>
   <menu label="Resources">
     <item label="Related links" href="related.html"/>