gmcdonald | 13 Mar 2010 10:19
Picon
Favicon

svn commit: r922509 - in /forrest/trunk: main/build.xml main/forrest.build.xml plugins/build.xml

Author: gmcdonald
Date: Sat Mar 13 09:19:04 2010
New Revision: 922509

URL: http://svn.apache.org/viewvc?rev=922509&view=rev
Log:
Upgrade required java version for Forrest to 1.5

Modified:
    forrest/trunk/main/build.xml
    forrest/trunk/main/forrest.build.xml
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=922509&r1=922508&r2=922509&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Sat Mar 13 09:19:04 2010
 <at>  <at>  -43,7 +43,7  <at>  <at> 
     <property name="build.compiler.deprecation" value="on"/>
     <property name="build.compiler.nowarn"      value="on"/>
     <property name="build.compiler.type"        value="classic"/>
-    <property name="build.compiler.vm"          value="1.4"/>
+    <property name="build.compiler.vm"          value="1.5"/>
     <property name="name" value="apache-forrest"/>
     <property name="forrest.version" value="0.9-dev"/>
     <property name="forrest.core" location="."/>

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?rev=922509&r1=922508&r2=922509&view=diff
(Continue reading)

gmcdonald | 13 Mar 2010 23:50
Picon
Favicon

svn commit: r922683 - in /forrest/trunk/site-author: content/xdocs/docs_0_90/build.xml content/xdocs/docs_0_90/faq.xml status.xml

Author: gmcdonald
Date: Sat Mar 13 22:50:53 2010
New Revision: 922683

URL: http://svn.apache.org/viewvc?rev=922683&view=rev
Log:
Update 0.90 docs to say java 1.5

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml?rev=922683&r1=922682&r2=922683&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml Sat Mar 13 22:50:53 2010
 <at>  <at>  -81,7 +81,7  <at>  <at> 
       <p>
         To build Forrest, change directory to '<code>forrest/main</code>', and
         then type '<code>build</code>' on Windows or '<code>./build.sh</code>'
-        on Unix. (Requires Java 1.4) If everything is successful, you should see
+        on Unix. (Requires Java 1.5) If everything is successful, you should see
         a message similar to:
       </p>
       <source>

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=922683&r1=922682&r2=922683&view=diff
(Continue reading)

gmcdonald | 14 Mar 2010 08:50
Picon
Favicon

svn commit: r922781 - /forrest/trunk/main/forrest.build.xml

Author: gmcdonald
Date: Sun Mar 14 07:50:42 2010
New Revision: 922781

URL: http://svn.apache.org/viewvc?rev=922781&view=rev
Log:
Add forrest version into -projecthelp. Fix for FOR-13

Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?rev=922781&r1=922780&r2=922781&view=diff
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Sun Mar 14 07:50:42 2010
 <at>  <at>  -44,9 +44,12  <at>  <at>  FORREST SITE BUILDER
   <import file="targets/context.xml"/>
   <import file="targets/seed.xml"/>
   <description>
-    *=======================================================* | Forrest Site
-    Builder | *=======================================================* Call
-    this through the 'forrest' command
+          *=======================================================* 
+          |                  Forrest Site Builder                 | 
+          |                 Apache Forrest ${forrest.version}                |
+          |                                                       |
+          |        Call this through the 'forrest' command        |
+          *=======================================================*
   </description>
(Continue reading)

crossley | 15 Mar 2010 11:17
Picon
Favicon

svn commit: r923155 - in /forrest/trunk: README.txt index.html site-author/content/xdocs/docs_0_90/upgrading_09.xml site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Mon Mar 15 10:17:55 2010
New Revision: 923155

URL: http://svn.apache.org/viewvc?rev=923155&view=rev
Log:
Upgrade required java version for Forrest to 1.5

Modified:
    forrest/trunk/README.txt
    forrest/trunk/index.html
    forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/README.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/README.txt?rev=923155&r1=923154&r2=923155&view=diff
==============================================================================
--- forrest/trunk/README.txt (original)
+++ forrest/trunk/README.txt Mon Mar 15 10:17:55 2010
 <at>  <at>  -13,7 +13,7  <at>  <at>  Requirements
 Forrest is implemented both as a Java servlet and a Java command line
 application. The following requirements exist for installing it:

-  * A Java 1.4 or later compatible virtual machine for your operating system.
+  * A Java 1.5 or later compatible virtual machine for your operating system.

 Installation Instructions and Documentation
 -------------------------------------------

Modified: forrest/trunk/index.html
(Continue reading)

gmcdonald | 16 Mar 2010 10:23
Picon
Favicon

svn commit: r923640 - in /forrest/zone/config: run-forrestbot.sh update-forrest-trunk.sh

Author: gmcdonald
Date: Tue Mar 16 09:23:17 2010
New Revision: 923640

URL: http://svn.apache.org/viewvc?rev=923640&view=rev
Log:
sync with live, update java 1.4 -> 1.5

Modified:
    forrest/zone/config/run-forrestbot.sh
    forrest/zone/config/update-forrest-trunk.sh

Modified: forrest/zone/config/run-forrestbot.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/run-forrestbot.sh?rev=923640&r1=923639&r2=923640&view=diff
==============================================================================
--- forrest/zone/config/run-forrestbot.sh (original)
+++ forrest/zone/config/run-forrestbot.sh Tue Mar 16 09:23:17 2010
 <at>  <at>  -49,7 +49,7  <at>  <at>  esac

 export CONFIG=/export/home/config
 source ${CONFIG}/setenv.sh
-source ${CONFIG}/setenv-java-14.sh
+source ${CONFIG}/setenv-java-15.sh

 export FORREST_HOME=/export/opt/forrest-$fbVersion
 export FORRESTBOT_HOME=${CONFIG}/forrestbot-$fbVersion

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewvc/forrest/zone/config/update-forrest-trunk.sh?rev=923640&r1=923639&r2=923640&view=diff
==============================================================================
(Continue reading)

crossley | 17 Mar 2010 05:49
Picon
Favicon

svn commit: r924154 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Wed Mar 17 04:49:20 2010
New Revision: 924154

URL: http://svn.apache.org/viewvc?rev=924154&view=rev
Log:
Remind about example of "xml entities".

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=924154&r1=924153&r2=924154&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Wed Mar 17
04:49:20 2010
 <at>  <at>  -456,10 +456,12  <at>  <at> 
         these changes after the code-freeze, but do not publish to the website
         until after the release.
       </p>
-      <fixme author="dc">
+      <fixme author="open">
         We definitely need to use automated version number strings where possible.
         It is too easy to miss some, as we did with 0.8 release. 
         We have a set of core xml entities available.
+        Also see the source xml for this document, which utilises entities to
+        manage the version numbers between releases.
       </fixme>
       <ol>
(Continue reading)

crossley | 17 Mar 2010 05:55
Picon
Favicon

svn commit: r924155 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Wed Mar 17 04:55:49 2010
New Revision: 924155

URL: http://svn.apache.org/viewvc?rev=924155&view=rev
Log:
Remove misleading comment.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=924155&r1=924154&r2=924155&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Wed Mar 17
04:55:49 2010
 <at>  <at>  -136,8 +136,8  <at>  <at> 
         especially to prepare the first release candidate and to finalise the release.
       </p>
       <p>
-        The RM should be comfortable with using SVN and be familiar with the ASF
-        hardware, with the distribution mirror system, and with ASF release
+        The RM should be comfortable with using SVN and be familiar
+        with the distribution mirror system, and with ASF release
         procedures. Also need to be a quick decision-maker and able to find and solve
         issues on the spot. It would be nice if others help to solve last minute
         issues, but don't expect it.

(Continue reading)

crossley | 17 Mar 2010 07:16
Picon
Favicon

svn commit: r924172 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Wed Mar 17 06:16:14 2010
New Revision: 924172

URL: http://svn.apache.org/viewvc?rev=924172&view=rev
Log:
Test only.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=924172&r1=924171&r2=924172&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Wed Mar 17
06:16:14 2010
 <at>  <at>  -60,6 +60,7  <at>  <at> 
 <document>
   <header>
     <title>How to release Forrest</title>
+
     <abstract>
       This documents the steps that the Release Manager (RM) should follow when
       doing a Forrest release.

crossley | 18 Mar 2010 02:34
Picon
Favicon

svn commit: r924591 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Thu Mar 18 01:34:50 2010
New Revision: 924591

URL: http://svn.apache.org/viewvc?rev=924591&view=rev
Log:
test only.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=924591&r1=924590&r2=924591&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Thu Mar 18
01:34:50 2010
 <at>  <at>  -60,7 +60,6  <at>  <at> 
 <document>
   <header>
     <title>How to release Forrest</title>
-
     <abstract>
       This documents the steps that the Release Manager (RM) should follow when
       doing a Forrest release.

crossley | 18 Mar 2010 02:42
Picon
Favicon

svn commit: r924595 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Thu Mar 18 01:42:02 2010
New Revision: 924595

URL: http://svn.apache.org/viewvc?rev=924595&view=rev
Log:
test only

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=924595&r1=924594&r2=924595&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Thu Mar 18
01:42:02 2010
 <at>  <at>  -68,6 +68,7  <at>  <at> 
   <body>
     <section id="About">
       <title>About this document</title>
+
       <warning>
         This document is constantly being developed and some steps will need to be
         re-arranged. There are some fixme notes that we will review after each


Gmane