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 2008/11/24 22:46:49 UTC

svn commit: r720301 - in /incubator/uima/site/trunk/uima-website: build.xml docs/release.html xdocs/release.xml

Author: schor
Date: Mon Nov 24 13:46:49 2008
New Revision: 720301

URL: http://svn.apache.org/viewvc?rev=720301&view=rev
Log:
[UIMA-684] Add section on putting the release candidates onto people.a.o for others to download and test.  Also fix the build.xml so it doesn't build the ip-clearance forms - these are to be built using another set of templates that fit the incubator site where they reside.  Another script, the build-ip-clearances.xml, does this when needed.

Modified:
    incubator/uima/site/trunk/uima-website/build.xml
    incubator/uima/site/trunk/uima-website/docs/release.html
    incubator/uima/site/trunk/uima-website/xdocs/release.xml

Modified: incubator/uima/site/trunk/uima-website/build.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/build.xml?rev=720301&r1=720300&r2=720301&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/build.xml (original)
+++ incubator/uima/site/trunk/uima-website/build.xml Mon Nov 24 13:46:49 2008
@@ -75,10 +75,13 @@
        #######################################################
       </echo>
 
+  	  <!-- ip-clearances excluded - these are processed with the incubator
+  	       base website's framework using the 
+  	       build-ip-clearances.xml ant script instead -->
       <anakia basedir="${docs.src}" destdir="${docs.dest}/"
            extension=".html" style="./site.vsl"
            projectFile="stylesheets/project.xml"
-           excludes="**/stylesheets/** **/downloads/** empty.xml"
+           excludes="**/stylesheets/** **/downloads/** empty.xml **/ip-clearances/**"
            includes="**/*.xml"
            lastModifiedCheck="true"
            templatePath="xdocs/stylesheets">

Modified: incubator/uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/release.html?rev=720301&r1=720300&r2=720301&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/release.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/release.html Mon Nov 24 13:46:49 2008
@@ -166,6 +166,7 @@
 		<li><a href="#Building The Release Candidate">Building The Release Candidate</a></li>
 		<li><a href="#Tagging Releases">Tagging Releases</a></li>
 		<li><a href="#Auditing The Release And Create A RAT report">Auditing The Release And Create A RAT report</a></li>
+    <li><a href="#Putting release candidates on people.apache.org">Putting release candidates on people.apache.org</a></li>
 		<li><a href="#Doing The Release Vote">Doing The Release Vote</a></li>
     <li><a href="#Ask Incubator PMC To Release">Ask Incubator PMC To Release</a></li>
     <li><a href="#Publish The Release">Publish The Release</a></li>
@@ -338,6 +339,28 @@
  
       <tr><td bgcolor="#9289A2">
         <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Putting release candidates on people.apache.org"><strong>Putting release candidates on people.apache.org</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+      The uima-dev community is invited to test the release candidate, and review the RAT reports.
+      To enable them to do this, post the release on your people.apache.org account and notify 
+      the uima-dev community via the mailing list where you posted it.  Most people post it in
+      ~/public-html/uima-release-candidates/[project-name]/[id-of-release] 
+      (e.g. ~/public-html/uima-release-candidates/uima-as/05) so that others can easily 
+      download it from the web.
+    </p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                      <table border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Doing The Release Vote"><strong>Doing The Release Vote</strong></a>
         </font>
       </td></tr>
@@ -367,7 +390,7 @@
 		  After a successful release vote for the release on the uima-dev mailing list the release is ready for
 		  publishing. But before that, the Incubator PMC must approve the release and vote on it. This is necessary since UIMA 
 		  is still in the Apache Incubator. For details about this approval look at the 
-		  <a href="http://incubator.apache.org/incubation/Incubation_Policy.html#Podling+Constraints">Incubation Poling Constraints</a>.
+		  <a href="http://incubator.apache.org/incubation/Incubation_Policy.html#Podling+Constraints">Incubation Podling Constraints</a>.
 		  The vote for the Incubator PMC must be started on the incubator mailing list. The vote mail must contain links
 		  to the release artifacts as they will be published, the commented RAT report for the source and binary distribution and 
 		  a link to the passed uima-dev mailing list release vote.

Modified: incubator/uima/site/trunk/uima-website/xdocs/release.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/release.xml?rev=720301&r1=720300&r2=720301&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/release.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/release.xml Mon Nov 24 13:46:49 2008
@@ -34,7 +34,8 @@
 		<li><a href="#Preparing The Sourcecode For The Release">Preparing The Sourcecode For The Release</a></li>
 		<li><a href="#Building The Release Candidate">Building The Release Candidate</a></li>
 		<li><a href="#Tagging Releases">Tagging Releases</a></li>
-		<li><a href="#Auditing The Release And Create A RAT report">Auditing The Release And Create A RAT report</a></li>
+		<li><a href="#Auditing The Release And Create A RAT report">Auditing The Release And Create A RAT report</a></li>
+    <li><a href="#Putting release candidates on people.apache.org">Putting release candidates on people.apache.org</a></li>
 		<li><a href="#Doing The Release Vote">Doing The Release Vote</a></li>
     <li><a href="#Ask Incubator PMC To Release">Ask Incubator PMC To Release</a></li>
     <li><a href="#Publish The Release">Publish The Release</a></li>
@@ -149,7 +150,17 @@
 		 </code>
 		</p>
 	</subsection>
-
+
+  <subsection name='Putting release candidates on people.apache.org'>
+    <p>
+      The uima-dev community is invited to test the release candidate, and review the RAT reports.
+      To enable them to do this, post the release on your people.apache.org account and notify 
+      the uima-dev community via the mailing list where you posted it.  Most people post it in
+      ~/public-html/uima-release-candidates/[project-name]/[id-of-release] 
+      (e.g. ~/public-html/uima-release-candidates/uima-as/05) so that others can easily 
+      download it from the web.
+    </p>
+  </subsection>
 	<subsection name='Doing The Release Vote'>
 		<p>
 		  When all issues are fixed, all test cases are executed successfully and the documentation is up-to-date maybe 
@@ -164,7 +175,7 @@
 		  After a successful release vote for the release on the uima-dev mailing list the release is ready for
 		  publishing. But before that, the Incubator PMC must approve the release and vote on it. This is necessary since UIMA 
 		  is still in the Apache Incubator. For details about this approval look at the 
-		  <a href="http://incubator.apache.org/incubation/Incubation_Policy.html#Podling+Constraints">Incubation Poling Constraints</a>.
+		  <a href="http://incubator.apache.org/incubation/Incubation_Policy.html#Podling+Constraints">Incubation Podling Constraints</a>.
 		  The vote for the Incubator PMC must be started on the incubator mailing list. The vote mail must contain links
 		  to the release artifacts as they will be published, the commented RAT report for the source and binary distribution and 
 		  a link to the passed uima-dev mailing list release vote.