You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2011/05/01 12:16:07 UTC

RE: svn commit: r1098242 - in /lucene/java/site: docs/ docs/skin/ src/documentation/content/xdocs/

BTW: The broken hatcher3 picture is not my fault, it's also broken on Manning's page!

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: uschindler@apache.org [mailto:uschindler@apache.org]
> Sent: Sunday, May 01, 2011 12:03 PM
> To: java-commits@lucene.apache.org
> Subject: svn commit: r1098242 - in /lucene/java/site: docs/ docs/skin/
> src/documentation/content/xdocs/
> 
> Author: uschindler
> Date: Sun May  1 10:03:16 2011
> New Revision: 1098242
> 
> URL: http://svn.apache.org/viewvc?rev=1098242&view=rev
> Log:
> Fix nightly build docs.
> 
> Modified:
>     lucene/java/site/docs/.htaccess
>     lucene/java/site/docs/developer-resources.html
>     lucene/java/site/docs/developer-resources.pdf
>     lucene/java/site/docs/features.pdf
>     lucene/java/site/docs/index.pdf
>     lucene/java/site/docs/irc.pdf
>     lucene/java/site/docs/linkmap.pdf
>     lucene/java/site/docs/mailinglists.pdf
>     lucene/java/site/docs/releases.pdf
>     lucene/java/site/docs/skin/basic.css
>     lucene/java/site/docs/skin/print.css
>     lucene/java/site/docs/skin/profile.css
>     lucene/java/site/docs/skin/screen.css
>     lucene/java/site/docs/systemrequirements.pdf
>     lucene/java/site/docs/whoweare.pdf
>     lucene/java/site/src/documentation/content/xdocs/developer-
> resources.xml
> 
> Modified: lucene/java/site/docs/.htaccess
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/.htaccess?rev=1098242
> &r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/.htaccess (original)
> +++ lucene/java/site/docs/.htaccess Sun May  1 10:03:16 2011
> @@ -2,5 +2,5 @@
>  #ignoring the meta http-equiv charset tags  AddDefaultCharset off
> 
> -Redirect Permanent /java/docs/api
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc/all
> -Redirect Permanent /java/docs/nightly/api
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/javadoc/all
> +Redirect Permanent /java/docs/api
> +https://builds.apache.org/hudson/job/Lucene-trunk/javadoc
> +Redirect Permanent /java/docs/nightly/api
> +https://builds.apache.org/hudson/job/Lucene-trunk/javadoc
> 
> Modified: lucene/java/site/docs/developer-resources.html
> URL: http://svn.apache.org/viewvc/lucene/java/site/docs/developer-
> resources.html?rev=1098242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/developer-resources.html (original)
> +++ lucene/java/site/docs/developer-resources.html Sun May  1 10:03:16
> +++ 2011
> @@ -272,59 +272,106 @@ document.write("Last Published: " + docu  <a
> name="N10011"></a><a name="source"></a>
>  <h2 class="boxed">Source Code</h2>
>  <div class="section">
> -<p>The source files are now stored using Subversion (see
> http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
> -   </p>
> -<p>
> -
> -<span class="codefrag">svn checkout
> http://svn.apache.org/repos/asf/lucene/dev/trunk
> lucene/dev/trunk</span>
> +<p>The source files are now stored using Subversion (see
> +http://subversion.tigris.org/ and http://svnbook.red-bean.com/)</p>
> +<ul>
> +
> +<li>Latest <b>trunk</b>:
> +     <span class="codefrag">svn checkout
> +http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</span>
> +
> +</li>
> 
> -</p>
> +<li>Latest <b>stable 3.x branch</b>:
> +     <span class="codefrag">svn checkout
> +http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x
> +lucene_3x</span>
> +
> +</li>
> +
> +</ul>
>  </div>
> 
> -<a name="N10021"></a><a name="Changes"></a>
> +<a name="N1002F"></a><a name="Changes"></a>
>  <h2 class="boxed">Changes List</h2>
>  <div class="section">
> -<p>Current changes list (as of the most recent nightly build) is available
> -        <a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/lucene/build/docs/changes/Changes.html
> ">
> -        here</a>.</p>
> +<ul>
> +
> +<li>Current changes list <em>(as of the most recent nightly <b>trunk</b>
> build)</em> is available
> +        <a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
> +        here</a>.</li>
> +
> +<li>Current changes list <em>(as of the most recent nightly <b>stable 3.x
> branch</b> build)</em> is available
> +        <a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
> +        here</a>.</li>
> +
> +</ul>
>  </div>
> 
> -<a name="N1002E"></a><a name="Making a Contribution"></a>
> +<a name="N10052"></a><a name="Making a Contribution"></a>
>  <h2 class="boxed">Making a Contribution</h2>  <div class="section"> -
> <p>Lucene Java is always looking for contributions, especially in the areas of
> documentation.  See the <a href="http://wiki.apache.org/lucene-
> java">Wiki</a> for details on contributing. </p>
> +<p>Lucene Java is always looking for contributions, especially in the
> +areas of documentation. See the <a
> +href="http://wiki.apache.org/lucene-java">Wiki</a> for details on
> +contributing.</p>
>  </div>
> 
> -<a name="N1003B"></a><a name="Nightly"></a>
> +<a name="N1005F"></a><a name="Nightly"></a>
>  <h2 class="boxed">Nightly Builds</h2>
>  <div class="section">
>  <p>
> 
> -<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
> +<a href="http://jenkins-ci.org/">Jenkins</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.
>        </p>
> -<a name="N10047"></a><a name="Documentation"></a>
> +<a name="N1006B"></a><a name="Documentation"></a>
>  <h3 class="boxed">Nightly Build Documentation</h3> -<p>Unofficial
> Documentation from the nightly build is available <a
> href="http://lucene.apache.org/java/docs/nightly/index.html">here</a>.</
> p>
> -<a name="N10054"></a><a name="Javadocs"></a>
> +<p>Unofficial Documentation <em>(as of the most recent nightly
> +<b>trunk</b> build)</em> is available <a
> +href="http://lucene.apache.org/java/docs/nightly/index.html">here</a>.
> <
> +/p> <a name="N1007E"></a><a name="Javadocs"></a>
>  <h3 class="boxed">Nightly Build Javadocs</h3> -<p>Unofficial Javadocs
> from the nightly build are available <a href="api/index.html">here</a>.</p>
> -<a name="N10061"></a><a name="Clover"></a>
> +<p>Unofficial nightly Javadocs are also generated by Jenkins:</p> <ul>
> +
> +<li>Unofficial Javadocs from the nightly <b>trunk</b> build are
> +available <a
> +href="https://builds.apache.org/hudson/job/Lucene-
> trunk/javadoc/">here<
> +/a>.</li>
> +
> +<li>Unofficial Javadocs from the nightly <b>stable 3.x branch</b> build
> +are available <a
> +href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/javadoc/">here</a
> +>.</li>
> +
> +</ul>
> +<a name="N1009E"></a><a name="Clover"></a>
>  <h3 class="boxed">Clover Test Coverage Reports</h3>  <p>
> -
> -<a href="http://www.cenqua.com/clover/">Clover</a>
> -            test coverage results are available
> -            <a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/clover/">here</a>
> -            for the nightly build.
> -        </p>
> -<a name="N10072"></a><a name="Downloads"></a>
> +<a href="http://www.atlassian.com/software/clover/">Clover</a> test
> +coverage results are available:</p> <ul>
> +
> +<li>
> +            As of the most recent nightly <b>trunk</b> build:
> +            <a
> +href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulB
> +uild/clover-report/">here</a>
> +
> +</li>
> +
> +<li>
> +            As of the most recent nightly <b>stable 3.x branch</b> build:
> +            <a
> +href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBui
> +ld/clover-report/">here</a>
> +
> +</li>
> +
> +</ul>
> +<a name="N100C1"></a><a name="Downloads"></a>
>  <h3 class="boxed">Nightly Build Download</h3> -<p>Nightly build artifacts
> are based on the trunk version of the code checked into
> -            <a
> href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>.
> -        </p>
> -<a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/">Download Artifacts</a>
> +<ul>
> +
> +<li>Nightly build artifacts are based on the <b>trunk</b> version of the
> code checked into
> +            <a
> +href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>:<br
> >
> +
> +<a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/artifacts/">Download trunk Artifacts</a>.
> +          Also Maven artifacts are available
> +          <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-
> trunk/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.
> +        </li>
> +
> +<li>Nightly build artifacts are based on the <b>stable 3.x branch</b>
> version of the code checked into
> +            <a
> +href="https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x"
> >S
> +VN</a>:<br>
> +
> +<a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/lastSuccessfulBuild/artifact/artifacts/">Download 3.x Artifacts</a>.
> +          Also Maven artifacts are available
> +          <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-
> 3.x/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.
> +        </li>
> +
> +</ul>
>  </div>
> 
> 
> 
> Modified: lucene/java/site/docs/developer-resources.pdf
> URL: http://svn.apache.org/viewvc/lucene/java/site/docs/developer-
> resources.pdf?rev=1098242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/features.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/features.pdf?rev=1098
> 242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/index.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/index.pdf?rev=109824
> 2&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/irc.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/irc.pdf?rev=1098242&r
> 1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/linkmap.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/linkmap.pdf?rev=1098
> 242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/mailinglists.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/mailinglists.pdf?rev=10
> 98242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/releases.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/releases.pdf?rev=1098
> 242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/skin/basic.css
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/skin/basic.css?rev=109
> 8242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/skin/basic.css (original)
> +++ lucene/java/site/docs/skin/basic.css Sun May  1 10:03:16 2011
> @@ -163,4 +163,4 @@ p {
>  .codefrag {
>    font-family: "Courier New", Courier, monospace;
>    font-size: 110%;
> -}
> \ No newline at end of file
> +}
> 
> Modified: lucene/java/site/docs/skin/print.css
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/skin/print.css?rev=109
> 8242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/skin/print.css (original)
> +++ lucene/java/site/docs/skin/print.css Sun May  1 10:03:16 2011
> @@ -51,4 +51,4 @@ a:link, a:visited {
> 
>  acronym {
>    border: 0;
> -}
> \ No newline at end of file
> +}
> 
> Modified: lucene/java/site/docs/skin/profile.css
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/skin/profile.css?rev=10
> 98242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/skin/profile.css (original)
> +++ lucene/java/site/docs/skin/profile.css Sun May  1 10:03:16 2011
> @@ -172,4 +172,4 @@ a:hover { color:#6587ff}
>      }
> 
> 
> -
> \ No newline at end of file
> +
> 
> Modified: lucene/java/site/docs/skin/screen.css
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/skin/screen.css?rev=1
> 098242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/docs/skin/screen.css (original)
> +++ lucene/java/site/docs/skin/screen.css Sun May  1 10:03:16 2011
> @@ -593,4 +593,4 @@ p.instruction {
>    list-style-image: url('../images/instruction_arrow.png');
>    list-style-position: outside;
>    margin-left: 2em;
> -}
> \ No newline at end of file
> +}
> 
> Modified: lucene/java/site/docs/systemrequirements.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/systemrequirements.p
> df?rev=1098242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/docs/whoweare.pdf
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/docs/whoweare.pdf?rev=10
> 98242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> Binary files - no diff available.
> 
> Modified: lucene/java/site/src/documentation/content/xdocs/developer-
> resources.xml
> URL:
> http://svn.apache.org/viewvc/lucene/java/site/src/documentation/content
> /xdocs/developer-
> resources.xml?rev=1098242&r1=1098241&r2=1098242&view=diff
> ==========================================================
> ====================
> --- lucene/java/site/src/documentation/content/xdocs/developer-
> resources.xml (original)
> +++ lucene/java/site/src/documentation/content/xdocs/developer-
> resources.xml Sun May  1 10:03:16 2011
> @@ -5,49 +5,75 @@
>  <author email="gsingers@apache.org">Grant Ingersoll</author>
>  </properties>
>  <body>
> -<section id="source">
> -   <title>Source Code</title>
> -   <p>The source files are now stored using Subversion (see
> http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
> -   </p>
> -   <p>
> -     <code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk
> lucene/dev/trunk</code>
> -   </p>
> +<section id="source"><title>Source Code</title>
> +  <p>The source files are now stored using Subversion (see
> http://subversion.tigris.org/ and http://svnbook.red-bean.com/)</p>
> +  <ul>
> +   <li>Latest <b>trunk</b>:
> +     <code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk
> lucene_trunk</code>
> +   </li>
> +   <li>Latest <b>stable 3.x branch</b>:
> +     <code>svn checkout
> http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x
> lucene_3x</code>
> +   </li>
> +  </ul>
>  </section>
>  <section id="Changes"><title>Changes List</title>
> -      <p>Current changes list (as of the most recent nightly build) is available
> -        <a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/lucene/build/docs/changes/Changes.html
> ">
> -        here</a>.</p>
> +    <ul>
> +      <li>Current changes list <em>(as of the most recent nightly
> <b>trunk</b> build)</em> is available
> +        <a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
> +        here</a>.</li>
> +      <li>Current changes list <em>(as of the most recent nightly <b>stable
> 3.x branch</b> build)</em> is available
> +        <a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
> +        here</a>.</li>
> +    </ul>
>  </section>
>  <section id="Making a Contribution"><title>Making a Contribution</title>
> -    <p>Lucene Java is always looking for contributions, especially in the areas
> of documentation.  See the <a
> -    href="http://wiki.apache.org/lucene-java">Wiki</a> for details on
> contributing. </p>
> +    <p>Lucene Java is always looking for contributions, especially in the areas
> of documentation. See the <a
> +    href="http://wiki.apache.org/lucene-java">Wiki</a> for details on
> contributing.</p>
>  </section>
>  <section id="Nightly"><title>Nightly Builds</title>
>        <p>
> -      <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
> +      <a href="http://jenkins-ci.org/">Jenkins</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.
>        </p>
>      <section id="Documentation"><title>Nightly Build Documentation</title>
> -      <p>Unofficial Documentation from the nightly build is available <a
> href="http://lucene.apache.org/java/docs/nightly/index.html">here</a>.</
> p>
> +      <p>Unofficial Documentation <em>(as of the most recent nightly
> <b>trunk</b> build)</em> is available <a
> href="http://lucene.apache.org/java/docs/nightly/index.html">here</a>.</
> p>
>      </section>
>      <section id="Javadocs"><title>Nightly Build Javadocs</title>
> -    <p>Unofficial Javadocs from the nightly build are available <a
> href="api/index.html">here</a>.</p>
> +      <p>Unofficial nightly Javadocs are also generated by Jenkins:</p>
> +      <ul>
> +        <li>Unofficial Javadocs from the nightly <b>trunk</b> build are
> available <a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/javadoc/">here</a>.</li>
> +        <li>Unofficial Javadocs from the nightly <b>stable 3.x branch</b> build
> are available <a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/javadoc/">here</a>.</li>
> +      </ul>
>      </section>
>      <section id="Clover"><title>Clover Test Coverage Reports</title>
> -        <p>
> -            <a href="http://www.cenqua.com/clover/">Clover</a>
> -            test coverage results are available
> -            <a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/clover/">here</a>
> -            for the nightly build.
> -        </p>
> +      <p><a href="http://www.atlassian.com/software/clover/">Clover</a>
> test coverage results are available:</p>
> +      <ul>
> +        <li>
> +            As of the most recent nightly <b>trunk</b> build:
> +            <a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/lastSuccessfulBuild/clover-report/">here</a>
> +        </li>
> +        <li>
> +            As of the most recent nightly <b>stable 3.x branch</b> build:
> +            <a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/lastSuccessfulBuild/clover-report/">here</a>
> +        </li>
> +      </ul>
>      </section>
> -    <section id="Downloads">
> -        <title>Nightly Build Download</title>
> -        <p>Nightly build artifacts are based on the trunk version of the code
> checked into
> -            <a
> href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>.
> -        </p>
> -        <a
> href="http://hudson.zones.apache.org/hudson/view/Lucene/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/">Download Artifacts</a>
> +    <section id="Downloads"><title>Nightly Build Download</title>
> +      <ul>
> +        <li>Nightly build artifacts are based on the <b>trunk</b> version of the
> code checked into
> +            <a
> href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>:<br/>
> +          <a href="https://builds.apache.org/hudson/job/Lucene-
> trunk/lastSuccessfulBuild/artifact/artifacts/">Download trunk Artifacts</a>.
> +          Also Maven artifacts are available
> +          <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-
> trunk/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.
> +        </li>
> +        <li>Nightly build artifacts are based on the <b>stable 3.x branch</b>
> version of the code checked into
> +            <a
> href="https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x">
> SVN</a>:<br/>
> +          <a href="https://builds.apache.org/hudson/job/Lucene-
> 3.x/lastSuccessfulBuild/artifact/artifacts/">Download 3.x Artifacts</a>.
> +          Also Maven artifacts are available
> +          <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-
> 3.x/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.
> +        </li>
> +      </ul>
>      </section>
>  </section>
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org