You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2007/04/01 01:48:57 UTC

svn commit: r524494 - in /lucene/java/trunk/src/site/src/documentation/content/xdocs: developer-resources.xml site.xml

Author: gsingers
Date: Sat Mar 31 16:48:56 2007
New Revision: 524494

URL: http://svn.apache.org/viewvc?view=rev&rev=524494
Log:
Updated to point to Hudson nightly builds located on lucene.zones.a.o at http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/

Modified:
    lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml
    lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml?view=diff&rev=524494&r1=524493&r2=524494
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/developer-resources.xml Sat Mar 31 16:48:56 2007
@@ -19,16 +19,21 @@
         <p>
             <a href="http://www.cenqua.com/clover/">Clover</a>
             test coverage results are available
-            <a href="http://lucene.apache.org/java/docs/clover/index.html">here</a>
+            <a href="http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/lastSuccessfulBuild/artifact/trunk/build/test/clover/reports/index.html">here</a>
             for the nightly build.
         </p>
     </section>
+    <section id="Hudson">
+      <a href="http://hudson.dev.java.net/">Hudson</a> is providing continuous integration capabilities to the Lucene
+      project.   It is responsible for running nightly builds, code coverage reports as well as building the nightly version
+      of the website.
+    </section>
     <section id="Nightly">
         <title>Nightly Build Download</title>
         <p>Nightly builds are based on the trunk version of the code checked into
             <a href="https://svn.apache.org/repos/asf/lucene/java/trunk">SVN</a>
         </p>
-        <a href="http://people.apache.org/dist/lucene/java/nightly/">Download</a>
+        <a href="http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/">Download via Hudson</a>
     </section>
     <section id="source">
         <title>Source Code</title>

Modified: lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml?view=diff&rev=524494&r1=524493&r2=524494
==============================================================================
--- lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml (original)
+++ lucene/java/trunk/src/site/src/documentation/content/xdocs/site.xml Sat Mar 31 16:48:56 2007
@@ -49,7 +49,7 @@
     <!-- keep in submenu items alpha order -->
   <docs label="Documentation">
 
-      <apidocs label="API Docs" href="api/"/>
+      <apidocs label="API Docs" href="ext:javadocs"/>
       <benchmarks label="Benchmarks" href="benchmarks.html"/>
       <contributions label="Contributions" href="contributions.html"/>
       <faq         label="FAQ"              href="ext:faq" />
@@ -98,6 +98,7 @@
   -->
 
   <external-refs>
+    <java-docs href="http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/"/>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
       <validation href="docs/validation.html"/>