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 2012/03/15 16:29:52 UTC

svn commit: r1301048 - in /uima/site/trunk/uima-website: docs/one-time-setup.html docs/release.html xdocs/one-time-setup.xml xdocs/release.xml

Author: schor
Date: Thu Mar 15 15:29:52 2012
New Revision: 1301048

URL: http://svn.apache.org/viewvc?rev=1301048&view=rev
Log:
no Jira - add reminders to use Java 1.5 for releasing to catch accidental Java 6 and later dependencies

Modified:
    uima/site/trunk/uima-website/docs/one-time-setup.html
    uima/site/trunk/uima-website/docs/release.html
    uima/site/trunk/uima-website/xdocs/one-time-setup.xml
    uima/site/trunk/uima-website/xdocs/release.xml

Modified: uima/site/trunk/uima-website/docs/one-time-setup.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/one-time-setup.html?rev=1301048&r1=1301047&r2=1301048&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/one-time-setup.html (original)
+++ uima/site/trunk/uima-website/docs/one-time-setup.html Thu Mar 15 15:29:52 2012
@@ -181,6 +181,8 @@
                                     <p>
     Here you will find information on how to set up various tools used in working with Apache UIMA&trade; source code, including:
     <ul>
+      <li>Java - use a 1.5 JVM because UIMA doesn't require any Java that's more recent.  Using a 1.5 Java
+          will help catch errors where you accidentally use some new-to-1.6 Java methods by accident.</li>
       <li><a href="#svn-setup">SVN</a></li>
       <li><a href="#maven-setup">Maven</a></li>
       <li><a href="#eclipse-setup">Eclipse</a></li>

Modified: uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/release.html?rev=1301048&r1=1301047&r2=1301048&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/release.html (original)
+++ uima/site/trunk/uima-website/docs/release.html Thu Mar 15 15:29:52 2012
@@ -412,7 +412,8 @@ A previous version of this page, with th
         <blockquote class="subsectionBody">
                                     <p class="note">Prior to releasing, you must do the 
       <a href="one-time-release-setup.html">one-time setup</a>
-      required for releasing
+      required for releasing.  Be sure to use a Java 1.5 level, in order to catch
+      accidental dependencies on later Java features.
     </p>
                                                 <p>
       We use the maven-release-plugin to do the releasing.  In the prepare phase, it updates the

Modified: uima/site/trunk/uima-website/xdocs/one-time-setup.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/one-time-setup.xml?rev=1301048&r1=1301047&r2=1301048&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/one-time-setup.xml (original)
+++ uima/site/trunk/uima-website/xdocs/one-time-setup.xml Thu Mar 15 15:29:52 2012
@@ -32,6 +32,8 @@ under the License.
   <p>
     Here you will find information on how to set up various tools used in working with Apache UIMA&#0153; source code, including:
     <ul>
+      <li>Java - use a 1.5 JVM because UIMA doesn't require any Java that's more recent.  Using a 1.5 Java
+          will help catch errors where you accidentally use some new-to-1.6 Java methods by accident.</li>
       <li><a href="#svn-setup">SVN</a></li>
       <li><a href="#maven-setup">Maven</a></li>
       <li><a href="#eclipse-setup">Eclipse</a></li>

Modified: uima/site/trunk/uima-website/xdocs/release.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/release.xml?rev=1301048&r1=1301047&r2=1301048&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/release.xml (original)
+++ uima/site/trunk/uima-website/xdocs/release.xml Thu Mar 15 15:29:52 2012
@@ -199,7 +199,8 @@ A previous version of this page, with th
 	<subsection name='Building The Release Candidate'>
     <p class="note">Prior to releasing, you must do the 
       <a href="one-time-release-setup.html">one-time setup</a>
-      required for releasing
+      required for releasing.  Be sure to use a Java 1.5 level, in order to catch
+      accidental dependencies on later Java features.
     </p>
 		<p>
       We use the maven-release-plugin to do the releasing.  In the prepare phase, it updates the