You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/06/09 21:16:48 UTC

svn commit: r953119 - in /uima/site/trunk/uima-website: docs/staging/stylesheets/ docs/staging/stylesheets/base.css docs/staging/testing-builds.html xdocs/staging/testing-builds.xml

Author: schor
Date: Wed Jun  9 19:16:47 2010
New Revision: 953119

URL: http://svn.apache.org/viewvc?rev=953119&view=rev
Log:
no jira - for build testing add setup section, and add 1 char fix for docbkx plugin instructions

Added:
    uima/site/trunk/uima-website/docs/staging/stylesheets/
    uima/site/trunk/uima-website/docs/staging/stylesheets/base.css
Modified:
    uima/site/trunk/uima-website/docs/staging/testing-builds.html
    uima/site/trunk/uima-website/xdocs/staging/testing-builds.xml

Added: uima/site/trunk/uima-website/docs/staging/stylesheets/base.css
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/staging/stylesheets/base.css?rev=953119&view=auto
==============================================================================
--- uima/site/trunk/uima-website/docs/staging/stylesheets/base.css (added)
+++ uima/site/trunk/uima-website/docs/staging/stylesheets/base.css Wed Jun  9 19:16:47 2010
@@ -0,0 +1,263 @@
+/*
+ use these classes in your xml markup:
+ 
+ downloads - for downloads tables
+*/
+body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
+  margin: 0;
+  padding: 0;
+}
+fieldset, img, abbr, acronym {
+  border: 0 none;
+}
+address, caption, cite, code, dfn, th, var {
+  font-style: normal;
+  font-weight: normal;
+}
+caption, th {
+  text-align: left;
+}
+body {
+  font: 15px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
+  background-color: #ffffff;
+  color: #222222;
+    /* 93% makes text same height as in firefox for 15 px */
+  *font-size: 93%;  /* star (*) hack - line only visible to IE6/7 because 15px doesn't work for IE */ 
+}
+h1, h2, h3, h4, h5, h6 {
+  color: #ac2c00;
+  font-family: Times-New-Roman, times, serif;
+  font-weight: normal;
+}
+h1 {
+  font-size: 2.1em;
+  line-height: 1em;
+  margin-top: .5em;
+  margin-bottom: 0;
+  border-top: medium solid #888888;
+  padding-top: .8em;
+}
+
+h2 {
+  font-size: 1.5em;
+  line-height: 1.286em;
+  margin-top: .5em;
+  margin-bottom: 0em;
+  border-top: thin solid #888888;
+  padding-top: .8em;
+  padding-bottom: 0em;
+}
+
+h3.downloadartifact {
+  margin: .1em;
+  border-top: none;
+  padding: .1em;
+}
+
+h3 {
+  font-size: 1.1em;
+  line-height: 1.5em;
+  margin-top: 1.5em;
+  margin-bottom: 0;
+}
+
+h4, h5, h6 {
+  font-size: 1.2em;
+  line-height: 1.1em;
+  margin-top: 1em;
+  margin-bottom: 0;
+}
+
+p {
+  font-size: 1em;
+  margin-top: 1.4em;
+  margin-bottom: 1.1em;
+  line-height: 1.3em;
+}
+blockquote {
+  margin-top: 1em;
+  margin-bottom: 1em; 
+}
+.noverticalspace {
+  margin-top: 0;
+  margin-bottom: 0;
+  padding-top: 0;
+  padding-bottom: 0;
+}
+.nobottomspace {
+  margin-bottom: 0;
+  padding-bottom: 0;
+}
+.notopspace {
+  margin-top: 0;
+  padding-top: 0;
+}
+ol, ul, dl {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+ol li, ul li, dl dt, dl dd {
+  font-size: 1em;
+  line-height: 1.3em;
+  margin: .2em;
+}
+dl dt {
+  margin-left: 2em;
+}
+dl dd {
+  margin-left: 6em;
+}
+pre, code {
+  font-size: 115%;
+  *font-size: 100%;
+  font-family: Courier, "Courier New";
+}
+pre {
+  border-width: 1px 0;
+  padding: 0.5em;
+  background-color: #f0f0ef;
+  border: 1px solid #ccc;
+}
+
+pre.source {
+  border-width: 1px;
+  border-color: black;
+  padding: 0.5em;
+}
+
+p.note {
+  border-width: 1px 0;
+  padding: 0.5em;
+  background-color: #fef5ef;
+  border: 1px solid #ccc;
+}
+
+.pageFooter {
+  text-align: center;
+  color: #424D66;
+  font-size: 0.9em;
+  font-style: italic;
+  width: 100%;
+}
+blockquote.sectionBody, blockquote.subsectionBody {
+  border: none;
+  font-size: 1em;
+  margin-top: 0em;
+  margin-bottom: 0em;
+  line-height: 1em;
+  padding-left: 1.636em; 
+  padding-top: 0em;
+  padding-bottom: 0em;
+}
+
+table.sectionTable, table.subsectionTable {
+  border: none;
+  border-collapse: separate;
+  border-spacing: 2px;
+  width: 100%;
+}
+
+div.pageBanner {
+  width: 80%;
+  text-align: center;
+  vertical-align: bottom;
+  line-height: 1em;
+  /* color: #625972;   */ /* text color */
+  font-size: 2.1em;
+  font-family: arial, helvetica, sanserif; 
+  font-weight: bold;
+  color: #ac2c00;
+  /* font-family: Times-New-Roman, times, serif; */
+}
+
+
+div.navBar {
+  margin-left: 1em;
+  font-size: .93em;
+}
+
+div.navBarItem {
+  font-size: 1em;
+  padding-bottom: .35em;
+}
+
+div.navPartHeading {
+  font-size: 1.2em;
+  color: #ac2c00;
+  line-height: 1em;
+}
+
+div.htmltxt {
+  line-height: 1.2em;
+}
+.center {
+  text-align: center;
+  }
+
+a {
+ color: #004b00;
+}
+a:visited {
+ color: #359b25;
+}
+
+.topLogos {
+  background-color: #e9ffcc;   /*d9ffb3*/
+}
+table.subsectionToc {
+  border: none;
+  border-collapse: separate;
+  border-spacing: .5em;
+  width: 100%;
+} 
+
+table.downloads {
+  border: 2px solid black;
+  border-collapse: collapse;
+  background-color: #f6ffed;   /* very light green */  
+}
+
+table.downloads > tbody > tr > td, table.downloads > tbody > tr > th {
+  border: 1px solid black;
+  padding: .5em;
+}
+table.downloads > tbody > tr > th {
+  text-align: center;
+  font-size: 1.1em;
+  font-weight: bold;
+  background-color: #e9ffcc; 
+  margins: 0;
+  padding: .3em;
+  line-height: 1.1em;
+}
+
+td.downloadtitle {
+  text-align: center;
+  vertical-align: middle;
+}
+
+td.downloadtitle a {
+   color: #ac2c00;
+   text-decoration: none; 
+}
+
+td > p {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+td > p + p {
+  margin-top: 1em;
+}
+
+table.downloadentries td {
+  padding: .1em;
+}
+
+table.downloadentries td:first-child {
+  width: 3em;
+}
+
+/* dark red ac2c00
+   light green background 217 255 179
+*/
\ No newline at end of file

Modified: uima/site/trunk/uima-website/docs/staging/testing-builds.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/staging/testing-builds.html?rev=953119&r1=953118&r2=953119&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/staging/testing-builds.html (original)
+++ uima/site/trunk/uima-website/docs/staging/testing-builds.html Wed Jun  9 19:16:47 2010
@@ -160,7 +160,7 @@
                                                           <div class="sectionTable">
       <table class="sectionTable">
         <tr><td>
-        <a name="Testing the parent-pom-top build"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Testing the parent-pom-top build</h1></a>
+        <a name="Setup (one time) for building"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Setup (one time) for building</h1></a>
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
@@ -170,27 +170,52 @@
   </li>
   <li>Set up your maven "settings.xml" file (located in the directory containing your local repository;
     in windows, this is in c:Documents and Settings\<your-userid>\.m2</your-userid>. Here's a sample:
-<pre><![CDATA[
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<pre>
+&lt;settings xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
-                      http://maven.apache.org/xsd/settings-1.0.0.xsd">
+                      http://maven.apache.org/xsd/settings-1.0.0.xsd"&gt;
 
-  <profiles>
-    <profile>
-      <id>staged-release</id>
-      <repositories>
-        <repository>
-          <id>staged-release</id>
-          <url>https://repository.apache.org/content/repositories/orgapacheuima-042/</url>
-        </repository>
-      </repositories>
-    </profile>
-  </profiles>
+  &lt;profiles&gt;
+    &lt;profile&gt;
+      &lt;id&gt;staged-release&lt;/id&gt;
+      &lt;repositories&gt;
+        &lt;repository&gt;
+          &lt;id&gt;staged-release&lt;/id&gt;
+          &lt;url&gt;https://repository.apache.org/content/repositories/orgapacheuima-042/&lt;/url&gt;
+        &lt;/repository&gt;
+      &lt;/repositories&gt;
+    &lt;/profile&gt;
+  &lt;/profiles&gt;
 
-</settings>
-]]></pre>   
+&lt;/settings&gt;
+</pre>   
   </li>
+  
+  <li>Fix the docbkx code: There's a one line fix needed, which hasn't been released (see 
+    <a class="external" rel="nofollow" target="_blank" href="http://code.google.com/p/docbkx-tools/issues/detail?id=52">http://code.google.com/p/docbkx-tools/issues/detail?id=52</a>.
+    <p>To fix, do the following:
+      <ol><li>use m2Eclipse to checkout 
+        http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10/docbkx-maven-base project</li>
+        <li>Edit line 472, where it says ...getResources("/catalog.xml") and remove the / in front of "catalog.xml".</li>
+        <li>do a "mvn install" to your local repo.</li>
+      </ol>
+        
+      </p>  
+    </li>
+</ol>
+                            </blockquote>
+        </p>
+      </td></tr>
+    </table>
+                                        <div class="sectionTable">
+      <table class="sectionTable">
+        <tr><td>
+        <a name="Testing the parent-pom-top build"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Testing the parent-pom-top build</h1></a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="sectionBody">
+                                    <ol>
   <li>Check out the build directory:
     <pre>svn checkout http://svn.apache.org/repos/asf/uima/build/trunk some-checkout-local-dir</pre>
   </li>

Modified: uima/site/trunk/uima-website/xdocs/staging/testing-builds.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/staging/testing-builds.xml?rev=953119&r1=953118&r2=953119&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/staging/testing-builds.xml (original)
+++ uima/site/trunk/uima-website/xdocs/staging/testing-builds.xml Wed Jun  9 19:16:47 2010
@@ -27,75 +27,54 @@ under the License.
 </properties>
 
 <body>
-
-<!--section name="Testing Builds">
-<p>
-  <ul>
-		<li><a href="#source.code.repository">Source Code Repository</a>
-			<ul>
-				<li><a href="#source.code.repository.web.access">Web Access to Subversion</a></li>
-			</ul>
-		<br></br>
-		</li>
-		<li><a href="#checkout.code">Checking Out Code Using Subversion</a>
-			<ul>
-				<li><a href="#anonymous.checkout">Anonymous check out from Subversion</a></li>
-				<li><a href="#access.firewall">Access from behind a firewall</a></li>
-				<li><a href="#access.proxy">Access through a proxy</a></li>
-				<li><a href="#committer.access">Committer access</a></li>
-				<li><a href="#checkout.using.eclipse">Checking Out Code using Eclipse</a></li>
-			</ul>
-		<br></br>	
-		</li>
-		<li><a href="#submit.code.changes">Submitting Code Changes</a>
-			<ul>
-				<li><a href="#submitting.patch">Submitting a patch</a></li>
-				<li><a href="#committing.changes">Committing changes to subversion</a></li>
-			</ul>
-		<br></br>
-		</li>
-        <li><a href="#building.with.maven">Building UIMA from Source</a>
-			<ul>
-				<li><a href="#building.command.line">Building from the command line</a></li>
-				<li><a href="#building.eclipse">Building from Eclipse</a></li>
-				<li><a href="#test.failure">What to do if the tests fail</a></li>
-				<li><a href="#build.distribution">How to build the full Apache UIMA distribution</a></li>
-				<li><a href="#building.docbooks">Building uima-docbooks</a></li>
-			</ul>
-    </li>
-  </ul>
-</p>
-</section-->
-
-<section name="Testing the parent-pom-top build">
 
+<section name="Setup (one time) for building">
 <ol>
   <li>Set up Eclipse (optional):
     <ol><li>add m2Eclipse and the patch (see svn.html) and subversion</li></ol>
   </li>
   <li>Set up your maven "settings.xml" file (located in the directory containing your local repository;
     in windows, this is in c:Documents and Settings\<your-userid>\.m2</your-userid>. Here's a sample:
-<pre><![CDATA[
-<settings xmlns="http://maven.apache.org/POM/4.0.0"
+<pre>
+&lt;settings xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/settings-1.0.0.xsd">
 
-  <profiles>
-    <profile>
-      <id>staged-release</id>
-      <repositories>
-        <repository>
-          <id>staged-release</id>
-          <url>https://repository.apache.org/content/repositories/orgapacheuima-042/</url>
-        </repository>
-      </repositories>
-    </profile>
-  </profiles>
+  &lt;profiles>
+    &lt;profile>
+      &lt;id>staged-release&lt;/id>
+      &lt;repositories>
+        &lt;repository>
+          &lt;id>staged-release&lt;/id>
+          &lt;url>https://repository.apache.org/content/repositories/orgapacheuima-042/&lt;/url>
+        &lt;/repository>
+      &lt;/repositories>
+    &lt;/profile>
+  &lt;/profiles>
 
-</settings>
-]]></pre>   
+&lt;/settings>
+</pre>   
   </li>
+  
+  <li>Fix the docbkx code: There's a one line fix needed, which hasn't been released (see 
+    <a class="external" rel="nofollow" target="_blank"
+      href="http://code.google.com/p/docbkx-tools/issues/detail?id=52">http://code.google.com/p/docbkx-tools/issues/detail?id=52</a>.
+    <p>To fix, do the following:
+      <ol><li>use m2Eclipse to checkout 
+        http://docbkx-tools.googlecode.com/svn/tags/docbkx-2.0.10/docbkx-maven-base project</li>
+        <li>Edit line 472, where it says ...getResources("/catalog.xml") and remove the / in front of "catalog.xml".</li>
+        <li>do a "mvn install" to your local repo.</li>
+      </ol>
+        
+      </p>  
+    </li>
+</ol>  
+</section>
+
+<section name="Testing the parent-pom-top build">
+
+<ol>
   <li>Check out the build directory:
     <pre>svn checkout http://svn.apache.org/repos/asf/uima/build/trunk some-checkout-local-dir</pre>
   </li>