You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/03/17 12:47:28 UTC

svn commit: r637850 - in /harmony/standard/site: docs/ xdocs/

Author: varlax
Date: Mon Mar 17 04:47:26 2008
New Revision: 637850

URL: http://svn.apache.org/viewvc?rev=637850&view=rev
Log:
- expanded few hints in quickhelp, accordingly to recently raised issues
- updated roadmap with RE accomplishments
- corrected mailing lists to mention alerts@

Modified:
    harmony/standard/site/docs/mailing.html
    harmony/standard/site/docs/mailing.ru.html
    harmony/standard/site/docs/quickhelp_contributors.html
    harmony/standard/site/docs/quickhelp_contributors.ru.html
    harmony/standard/site/docs/roadmap.html
    harmony/standard/site/xdocs/mailing.ru.xml
    harmony/standard/site/xdocs/mailing.xml
    harmony/standard/site/xdocs/quickhelp_contributors.ru.xml
    harmony/standard/site/xdocs/quickhelp_contributors.xml
    harmony/standard/site/xdocs/roadmap.xml

Modified: harmony/standard/site/docs/mailing.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/mailing.html?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/docs/mailing.html (original)
+++ harmony/standard/site/docs/mailing.html Mon Mar 17 04:47:26 2008
@@ -240,7 +240,8 @@
     </h2>
       
                         <p>
-                There are currently three publicly available mailing lists for Harmony:
+                There are currently four mailing lists for Harmony, 
+                the first three are <a href="http://harmony.markmail.org/">publicly available</a>:
             </p>
                                 <dl>
                   <dt><strong>dev@harmony.apache.org</strong></dt>
@@ -257,12 +258,15 @@
                       write access to these repositories; everyone has read access via
                       anonymous SVN. 
                   </dd>
+                  <dt><strong>alerts@harmony.apache.org</strong></dt>
+                  <dd>Automated notifications and alerts from the various community-run build systems.
+                  </dd>
                   <dt><strong>private@harmony.apache.org</strong></dt>
                   <dd>The Apache Harmony PMC's private mailing list for discussion of issues
                       that are inappropriate for public discussion, such as legal, personal,
                       or security issues prior to a published fix. Subscription to the list
                       is only open to Apache Harmony PMC members.
-                  </dd>              
+                  </dd>
                </dl>
                    
                                     

Modified: harmony/standard/site/docs/mailing.ru.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/mailing.ru.html?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/docs/mailing.ru.html (original)
+++ harmony/standard/site/docs/mailing.ru.html Mon Mar 17 04:47:26 2008
@@ -108,7 +108,7 @@
 </li>
            
                         
-                    <li class="menuItem">    <a href="./mailing.html">Рассылка</a>
+                    <li class="menuItem">    <a href="./mailing.ru.html">Рассылка</a>
 </li>
            
                         
@@ -242,7 +242,8 @@
     </h2>
       
                         <p>
-                В настоящее время доступны три адреса электронной рассылки проекта Harmony:
+                В настоящее время доступны четыре адреса электронной рассылки проекта Harmony
+                (в том числе в <a href="http://harmony.markmail.org/">публичных архивах</a>):
             </p>
                                 <dl>
                   <dt><strong>dev@harmony.apache.org</strong></dt>
@@ -258,6 +259,11 @@
                     Только некоторые разработчики, участвующие в проекте (члены сообщества, committers),
                     имеют права на запись в этих репозиториях; остальные имеют 
                     права на чтение через анонимный доступ в SVN.
+                  </dd>
+                  <dt><strong>alerts@harmony.apache.org</strong></dt>
+                  <dd>
+                    Рассылка автоматических оповещений от различных систем построения и тестирования
+                    кода, используемых сообществом Harmony.
                   </dd>
                   <dt><strong>private@harmony.apache.org</strong></dt>
                   <dd>

Modified: harmony/standard/site/docs/quickhelp_contributors.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_contributors.html?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/docs/quickhelp_contributors.html (original)
+++ harmony/standard/site/docs/quickhelp_contributors.html Mon Mar 17 04:47:26 2008
@@ -223,7 +223,7 @@
                                 <p class="note">Note:</p>
                                 <p class="notetext">
       The build is evolving. If you come across a problem, double-check the
-      <a href="mailing.html">mailing list</a>:
+      <a href="mailing.html">mailing list</a> and <a href="faq.html">FAQs</a>:
       your issue may have been already discovered and resolved. Otherwise,
       you can write a new mail to ask for help and support.
     </p>
@@ -242,7 +242,7 @@
           <a href="http://ant.apache.org/">Apache Ant</a> version 1.6.5 or higher
         </li>
         <li>
-          <a href="http://subversion.tigris.org/">Subversion</a>
+          <a href="http://subversion.tigris.org/">Subversion</a> version 1.3 or higher
         </li>
         <li>
           <a href="">Java SE 5 JDK</a>
@@ -463,6 +463,8 @@
         increase the Java heap available to Ant.  We suggest setting the "ANT_OPTS" environment
         variable as ANT_OPTS='-Xms256m -Xmx512m' in the manner appropriate for your
         operating system.
+        <br />This recommendation is especially actual if you're building on Windows: 
+        otherwise Ant can crash in obscure way (e.g. with a mysterious InvocationTargetException).
       </p>
                                 <p>
         Because running Ant in the root directory builds the full JDK, it can be inconvenient

Modified: harmony/standard/site/docs/quickhelp_contributors.ru.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/quickhelp_contributors.ru.html?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/docs/quickhelp_contributors.ru.html (original)
+++ harmony/standard/site/docs/quickhelp_contributors.ru.html Mon Mar 17 04:47:26 2008
@@ -108,7 +108,7 @@
 </li>
            
                         
-                    <li class="menuItem">    <a href="./mailing.html">Рассылка</a>
+                    <li class="menuItem">    <a href="./mailing.ru.html">Рассылка</a>
 </li>
            
                         
@@ -209,8 +209,8 @@
     <a href="#step-by-step">пошаговой инструкции</a> для построения
     отдельных компонент этого комплекта.  </p>
                                 <p>Проект находится на стадии разработки. При обнаружении ошибок,
-    воспользуйтесь поиском по архиву <a href="mailing.html">
-    почтовой рассылки проекта</a> - возможно, ваша проблема уже выявлена и решена.
+    воспользуйтесь поиском по архиву <a href="mailing.ru.html">
+    почтовой рассылки проекта</a> и списком <a href="faq.html">ЧАВО</a> - возможно, ваша проблема уже выявлена и решена.
     Если вы не нашли нужную информацию, пришлите нам описание проблемы, и мы постараемся помочь.  </p>
                                     
     <h2>
@@ -223,7 +223,7 @@
                                 <ul>
         <li> Apache Ant версия 1.6.5 или более поздняя
         </li>
-        <li> Subversion
+        <li> Subversion версия 1.3 или более поздняя
         </li>
         <li> Java SE 5 JDK
         <p><strong>Примечание:</strong> если у вас включен брандмауэр,
@@ -351,7 +351,7 @@
     Для последующих прогонов, достаточно использовать команду
     </p>
                                 <pre>$ ant</pre>
-                                <p> Для построения полной сборки рекомендуется увеличить объем динамической памяти (Java heap), 
+                                <p> Для построения полной сборки настоятельно рекомендуется увеличить объем динамической памяти (Java heap), 
     используемой программой Apache Ant. Для этого, измените значение переменной окружения ANT_OPTS 
     доступным для вашей операционной системы способом, например:
     </p>

Modified: harmony/standard/site/docs/roadmap.html
URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/roadmap.html?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/docs/roadmap.html (original)
+++ harmony/standard/site/docs/roadmap.html Mon Mar 17 04:47:26 2008
@@ -374,7 +374,7 @@
         </p>
                                 <ul>
           <li>
-            <code>jarsigner, javac (via the Eclipse compiler), javah, keytool</code>
+            <code>appletviewer, jarsigner, javac (via the Eclipse compiler), javah, keytool</code>
         </li>
         </ul>
                                 <p>
@@ -382,7 +382,7 @@
         </p>
                                 <ul>
           <li>
-            <code>javadoc, apt, appletviewer, jar, jdb, javap, extcheck</code>
+            <code>javadoc, apt,  jar, jdb, javap, extcheck</code>
         </li>
         <li>
             <code>policytool, kinit, klist, ktab</code>
@@ -458,13 +458,18 @@
           </li>
           <li>
             Agreement between project parts (DRLVM, classlib) on things like
-            debug/release flag, structure of artifacts (model after classlib for now)
+            debug/release flag, structure of artifacts (model after classlib for now) <i>(in progress)</i>
           </li>
           <li>
-            Common dependency pool for all projet parts to share
+            Common dependency pool for all projet parts to share <i>(in progress)</i>
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+            <strike>
             Switch DRLVM build to a class library-like ant + make configuration
+            </strike>
           </li>
           <li>
           <font color="green">

Modified: harmony/standard/site/xdocs/mailing.ru.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/mailing.ru.xml?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/xdocs/mailing.ru.xml (original)
+++ harmony/standard/site/xdocs/mailing.ru.xml Mon Mar 17 04:47:26 2008
@@ -70,7 +70,8 @@
             </ul>
             <subsection name="Список рассылок">
             <p>
-                В настоящее время доступны три адреса электронной рассылки проекта Harmony:
+                В настоящее время доступны четыре адреса электронной рассылки проекта Harmony
+                (в том числе в <a href="http://harmony.markmail.org/">публичных архивах</a>):
             </p>
                 <dl>
                   <dt><strong>dev@harmony.apache.org</strong></dt>
@@ -86,6 +87,11 @@
                     Только некоторые разработчики, участвующие в проекте (члены сообщества, committers),
                     имеют права на запись в этих репозиториях; остальные имеют 
                     права на чтение через анонимный доступ в SVN.
+                  </dd>
+                  <dt><strong>alerts@harmony.apache.org</strong></dt>
+                  <dd>
+                    Рассылка автоматических оповещений от различных систем построения и тестирования
+                    кода, используемых сообществом Harmony.
                   </dd>
                   <dt><strong>private@harmony.apache.org</strong></dt>
                   <dd>

Modified: harmony/standard/site/xdocs/mailing.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/mailing.xml?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/xdocs/mailing.xml (original)
+++ harmony/standard/site/xdocs/mailing.xml Mon Mar 17 04:47:26 2008
@@ -67,7 +67,8 @@
             </ul>
             <subsection name="Available Mailing Lists">
             <p>
-                There are currently three publicly available mailing lists for Harmony:
+                There are currently four mailing lists for Harmony, 
+                the first three are <a href="http://harmony.markmail.org/">publicly available</a>:
             </p>
                 <dl>
                   <dt><strong>dev@harmony.apache.org</strong></dt>
@@ -84,12 +85,15 @@
                       write access to these repositories; everyone has read access via
                       anonymous SVN. 
                   </dd>
+                  <dt><strong>alerts@harmony.apache.org</strong></dt>
+                  <dd>Automated notifications and alerts from the various community-run build systems.
+                  </dd>
                   <dt><strong>private@harmony.apache.org</strong></dt>
                   <dd>The Apache Harmony PMC's private mailing list for discussion of issues
                       that are inappropriate for public discussion, such as legal, personal,
                       or security issues prior to a published fix. Subscription to the list
                       is only open to Apache Harmony PMC members.
-                  </dd>              
+                  </dd>
                </dl>
             </subsection>
             <subsection name="Developer Mailing List">

Modified: harmony/standard/site/xdocs/quickhelp_contributors.ru.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/quickhelp_contributors.ru.xml?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/xdocs/quickhelp_contributors.ru.xml (original)
+++ harmony/standard/site/xdocs/quickhelp_contributors.ru.xml Mon Mar 17 04:47:26 2008
@@ -44,8 +44,8 @@
     <a href="#step-by-step">пошаговой инструкции</a> для построения
     отдельных компонент этого комплекта.  </p>
     <p>Проект находится на стадии разработки. При обнаружении ошибок,
-    воспользуйтесь поиском по архиву <a href="mailing.html">
-    почтовой рассылки проекта</a> - возможно, ваша проблема уже выявлена и решена.
+    воспользуйтесь поиском по архиву <a href="mailing.ru.html">
+    почтовой рассылки проекта</a> и списком <a href="faq.html">ЧАВО</a> - возможно, ваша проблема уже выявлена и решена.
     Если вы не нашли нужную информацию, пришлите нам описание проблемы, и мы постараемся помочь.  </p>
 
 <subsection name="1. Требования к системе">
@@ -56,7 +56,7 @@
         <ul>
         <li> Apache Ant версия 1.6.5 или более поздняя
         </li>
-        <li> Subversion
+        <li> Subversion версия 1.3 или более поздняя
         </li>
         <li> Java SE 5 JDK
         <p><strong>Примечание:</strong> если у вас включен брандмауэр,
@@ -183,7 +183,7 @@
     Для последующих прогонов, достаточно использовать команду
     </p>
     <pre>$ ant</pre>
-    <p> Для построения полной сборки рекомендуется увеличить объем динамической памяти (Java heap), 
+    <p> Для построения полной сборки настоятельно рекомендуется увеличить объем динамической памяти (Java heap), 
     используемой программой Apache Ant. Для этого, измените значение переменной окружения ANT_OPTS 
     доступным для вашей операционной системы способом, например:
     </p>

Modified: harmony/standard/site/xdocs/quickhelp_contributors.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/quickhelp_contributors.xml?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/xdocs/quickhelp_contributors.xml (original)
+++ harmony/standard/site/xdocs/quickhelp_contributors.xml Mon Mar 17 04:47:26 2008
@@ -58,7 +58,7 @@
     <p class="note">Note:</p>
     <p class="notetext">
       The build is evolving. If you come across a problem, double-check the
-      <a href="mailing.html">mailing list</a>:
+      <a href="mailing.html">mailing list</a> and <a href="faq.html">FAQs</a>:
       your issue may have been already discovered and resolved. Otherwise,
       you can write a new mail to ask for help and support.
     </p>
@@ -74,7 +74,7 @@
           <a href="http://ant.apache.org/">Apache Ant</a> version 1.6.5 or higher
         </li>
         <li>
-          <a href="http://subversion.tigris.org/">Subversion</a>
+          <a href="http://subversion.tigris.org/">Subversion</a> version 1.3 or higher
         </li>
         <li>
           <a href="">Java SE 5 JDK</a>
@@ -282,6 +282,8 @@
         increase the Java heap available to Ant.  We suggest setting the "ANT_OPTS" environment
         variable as ANT_OPTS='-Xms256m -Xmx512m' in the manner appropriate for your
         operating system.
+        <br/>This recommendation is especially actual if you're building on Windows: 
+        otherwise Ant can crash in obscure way (e.g. with a mysterious InvocationTargetException).
       </p>
       <p>
         Because running Ant in the root directory builds the full JDK, it can be inconvenient

Modified: harmony/standard/site/xdocs/roadmap.xml
URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/roadmap.xml?rev=637850&r1=637849&r2=637850&view=diff
==============================================================================
--- harmony/standard/site/xdocs/roadmap.xml (original)
+++ harmony/standard/site/xdocs/roadmap.xml Mon Mar 17 04:47:26 2008
@@ -209,7 +209,7 @@
         </p>
         <ul>
           <li>
-            <code>jarsigner, javac (via the Eclipse compiler), javah, keytool</code>
+            <code>appletviewer, jarsigner, javac (via the Eclipse compiler), javah, keytool</code>
         </li>
         </ul>
         
@@ -218,7 +218,7 @@
         </p>
         <ul>
           <li>
-            <code>javadoc, apt, appletviewer, jar, jdb, javap, extcheck</code>
+            <code>javadoc, apt,  jar, jdb, javap, extcheck</code>
         </li>
         <li>
             <code>policytool, kinit, klist, ktab</code>
@@ -296,13 +296,18 @@
           </li>
           <li>
             Agreement between project parts (DRLVM, classlib) on things like
-            debug/release flag, structure of artifacts (model after classlib for now)
+            debug/release flag, structure of artifacts (model after classlib for now) <i>(in progress)</i>
           </li>
           <li>
-            Common dependency pool for all projet parts to share
+            Common dependency pool for all projet parts to share <i>(in progress)</i>
           </li>
           <li>
+          <font color="green">
+            <b>DONE</b>
+          </font>
+            <strike>
             Switch DRLVM build to a class library-like ant + make configuration
+            </strike>
           </li>
           <li>
           <font color="green">