You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/01/30 22:52:09 UTC

svn commit: r373602 - in /forrest/site: forrest-issues.html forrest-issues.pdf guidelines.html guidelines.pdf issues.html issues.pdf

Author: crossley
Date: Mon Jan 30 13:51:58 2006
New Revision: 373602

URL: http://svn.apache.org/viewcvs?rev=373602&view=rev
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.pdf
    forrest/site/guidelines.html
    forrest/site/guidelines.pdf
    forrest/site/issues.html
    forrest/site/issues.pdf

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewcvs/forrest/site/forrest-issues.html?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Mon Jan 30 13:51:58 2006
@@ -193,10 +193,10 @@
 <a href="#%5BFOR-591%5D+MaxMemory+needs+increasing">[FOR-591] MaxMemory needs increasing</a>
 </li>
 <li>
-<a href="#%5BFOR-388%5D+Use+plugins+in-place+if+src+available">[FOR-388] Use plugins in-place if src available</a>
+<a href="#%5BFOR-796%5D+Merge+all+view%2Fdispatcher+work+into+org.apache.forrest.plugin.internal.dispatcher+and+org.apache.forrest.themes.core">[FOR-796] Merge all view/dispatcher work into org.apache.forrest.plugin.internal.dispatcher and org.apache.forrest.themes.core</a>
 </li>
 <li>
-<a href="#%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode">[FOR-735] Plugins are not correctly deployed in webapp mode</a>
+<a href="#%5BFOR-388%5D+Use+plugins+in-place+if+src+available">[FOR-388] Use plugins in-place if src available</a>
 </li>
 <li>
 <a href="#%5BFOR-707%5D+Document+i18n+features+of+Forrest">[FOR-707] Document i18n features of Forrest</a>
@@ -211,6 +211,9 @@
 <a href="#%5BFOR-533%5D+Auto+Generate+plugins.xml+entry">[FOR-533] Auto Generate plugins.xml entry</a>
 </li>
 <li>
+<a href="#%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode">[FOR-735] Plugins are not correctly deployed in webapp mode</a>
+</li>
+<li>
 <a href="#%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes">[FOR-241] character entities (e.g. ampersand) are expanded again for href or src attributes</a>
 </li>
 <li>
@@ -255,9 +258,6 @@
 <li>
 <a href="#%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available">[FOR-705] Target of LocationMap rewriteDemo causes build failure when target not available</a>
 </li>
-<li>
-<a href="#%5BFOR-765%5D+forrest+war+gets+NoSuchMethodError+for+some+core+transformer">[FOR-765] forrest war gets NoSuchMethodError for some core transformer</a>
-</li>
 </ul>
 </div>
 <div class="note">
@@ -336,7 +336,15 @@
 &lt;br&gt;
 (NB maxmemory has been increased in forrest.properties, if we resolve this issue it should be reduced again)</p>
 </div>
-<a name="N1003B"></a><a name="%5BFOR-388%5D+Use+plugins+in-place+if+src+available"></a>
+<a name="N1003B"></a><a name="%5BFOR-796%5D+Merge+all+view%2Fdispatcher+work+into+org.apache.forrest.plugin.internal.dispatcher+and+org.apache.forrest.themes.core"></a>
+<h2 class="underlined_10">[FOR-796] Merge all view/dispatcher work into org.apache.forrest.plugin.internal.dispatcher and org.apache.forrest.themes.core</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-796">http://issues.apache.org/jira/browse/FOR-796</a>
+</p>
+<p>This is the global issue to keep track on the merging effort</p>
+</div>
+<a name="N10049"></a><a name="%5BFOR-388%5D+Use+plugins+in-place+if+src+available"></a>
 <h2 class="underlined_10">[FOR-388] Use plugins in-place if src available</h2>
 <div class="section">
 <p>
@@ -352,22 +360,6 @@
 &lt;br&gt;
 </p>
 </div>
-<a name="N10049"></a><a name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
-<h2 class="underlined_10">[FOR-735] Plugins are not correctly deployed in webapp mode</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-735">http://issues.apache.org/jira/browse/FOR-735</a>
-</p>
-<p>(At this point I didn't try this scenario step by step any more; basically it is what we did to setup the site, except that we copied our project data from forrest 0.6 before trying the pdf links)
-&lt;br&gt;
-
-&lt;br&gt;
-- run forrest webapp to create an empty webapp
-&lt;br&gt;
-- configure Tomcat to run the webapp (we did it by creating a context descriptor and put it onder Tomcat's config directory)
-&lt;br&gt;
-- the pdf links give an error &amp;quot;Resource Not Found&amp;quot;</p>
-</div>
 <a name="N10057"></a><a name="%5BFOR-707%5D+Document+i18n+features+of+Forrest"></a>
 <h2 class="underlined_10">[FOR-707] Document i18n features of Forrest</h2>
 <div class="section">
@@ -434,7 +426,23 @@
 &lt;br&gt;
 This change will require that the plugins.xml file be retrieved from the build directory rather than the plugins directory when building the plugin documentation pages. We will therefore need a fall back to retrieve this file from the network if it is not currently available - this can be done with the locationmap</p>
 </div>
-<a name="N1008F"></a><a name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
+<a name="N1008F"></a><a name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
+<h2 class="underlined_10">[FOR-735] Plugins are not correctly deployed in webapp mode</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-735">http://issues.apache.org/jira/browse/FOR-735</a>
+</p>
+<p>(At this point I didn't try this scenario step by step any more; basically it is what we did to setup the site, except that we copied our project data from forrest 0.6 before trying the pdf links)
+&lt;br&gt;
+
+&lt;br&gt;
+- run forrest webapp to create an empty webapp
+&lt;br&gt;
+- configure Tomcat to run the webapp (we did it by creating a context descriptor and put it onder Tomcat's config directory)
+&lt;br&gt;
+- the pdf links give an error &amp;quot;Resource Not Found&amp;quot;</p>
+</div>
+<a name="N1009D"></a><a name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
 <h2 class="underlined_10">[FOR-241] character entities (e.g. ampersand) are expanded again for href or src attributes</h2>
 <div class="section">
 <p>
@@ -480,7 +488,7 @@
 &lt;br&gt;
 the ampersand in the link href attribute is not.</p>
 </div>
-<a name="N1009D"></a><a name="%5BFOR-210%5D+whole-site+html+and+pdf%3A+broken+link+faq%2C+broken+image+links"></a>
+<a name="N100AB"></a><a name="%5BFOR-210%5D+whole-site+html+and+pdf%3A+broken+link+faq%2C+broken+image+links"></a>
 <h2 class="underlined_10">[FOR-210] whole-site html and pdf: broken link faq, broken image links</h2>
 <div class="section">
 <p>
@@ -490,7 +498,7 @@
 &lt;br&gt;
 </p>
 </div>
-<a name="N100AB"></a><a name="%5BFOR-209%5D+First+level+selected+tab+is+not+highlighted+when+containing+2nd+level+tabs"></a>
+<a name="N100B9"></a><a name="%5BFOR-209%5D+First+level+selected+tab+is+not+highlighted+when+containing+2nd+level+tabs"></a>
 <h2 class="underlined_10">[FOR-209] First level selected tab is not highlighted when containing 2nd level tabs</h2>
 <div class="section">
 <p>
@@ -504,7 +512,7 @@
 &lt;br&gt;
 </p>
 </div>
-<a name="N100B9"></a><a name="%5BFOR-211%5D+whole-site+html+and+pdf%3A+broken+ext+links"></a>
+<a name="N100C7"></a><a name="%5BFOR-211%5D+whole-site+html+and+pdf%3A+broken+ext+links"></a>
 <h2 class="underlined_10">[FOR-211] whole-site html and pdf: broken ext links</h2>
 <div class="section">
 <p>
@@ -512,7 +520,7 @@
 </p>
 <p>In the the generated site.html all of the external links are broken (i.e. the href attributes are like ... error:#ext:forrest).</p>
 </div>
-<a name="N100C7"></a><a name="%5BFOR-203%5D+2nd+level+tabs+are+not+selected+appropriately"></a>
+<a name="N100D5"></a><a name="%5BFOR-203%5D+2nd+level+tabs+are+not+selected+appropriately"></a>
 <h2 class="underlined_10">[FOR-203] 2nd level tabs are not selected appropriately</h2>
 <div class="section">
 <p>
@@ -534,7 +542,7 @@
 &lt;br&gt;
 &amp;nbsp;&amp;nbsp;Lorenz Froihofer.</p>
 </div>
-<a name="N100D5"></a><a name="%5BFOR-200%5D+Locationmap+for+Forrest+and+Users"></a>
+<a name="N100E3"></a><a name="%5BFOR-200%5D+Locationmap+for+Forrest+and+Users"></a>
 <h2 class="underlined_10">[FOR-200] Locationmap for Forrest and Users</h2>
 <div class="section">
 <p>
@@ -546,7 +554,7 @@
 &lt;br&gt;
 Beware that it will not work for raw files that are not linked, as this &amp;quot;feature&amp;quot; currently uses a fixed dir being being copied by Ant.</p>
 </div>
-<a name="N100E3"></a><a name="%5BFOR-546%5D+Sitemap+reference+doc+should+be+updated+to+reflect+plugin+architecture"></a>
+<a name="N100F1"></a><a name="%5BFOR-546%5D+Sitemap+reference+doc+should+be+updated+to+reflect+plugin+architecture"></a>
 <h2 class="underlined_10">[FOR-546] Sitemap reference doc should be updated to reflect plugin architecture</h2>
 <div class="section">
 <p>
@@ -578,7 +586,7 @@
 &lt;br&gt;
 I found out about this because my sitemap uses the fo2pdf too (docbook to PDF), and had to add the serializer.</p>
 </div>
-<a name="N100F1"></a><a name="%5BFOR-560%5D+Remove+duplicate+jars+from+eclipse+plugins"></a>
+<a name="N100FF"></a><a name="%5BFOR-560%5D+Remove+duplicate+jars+from+eclipse+plugins"></a>
 <h2 class="underlined_10">[FOR-560] Remove duplicate jars from eclipse plugins</h2>
 <div class="section">
 <p>
@@ -586,7 +594,7 @@
 </p>
 <p>tools/eclipse/plugins/org.apache.forrest.eclipse.servletEngine/lib contains some duplicate jars to those in the main Forrest trunk. We should find a way of reusing the jars from their existing location.</p>
 </div>
-<a name="N100FF"></a><a name="%5BFOR-562%5D+Update+Plugins+howto"></a>
+<a name="N1010D"></a><a name="%5BFOR-562%5D+Update+Plugins+howto"></a>
 <h2 class="underlined_10">[FOR-562] Update Plugins howto</h2>
 <div class="section">
 <p>
@@ -614,7 +622,7 @@
 &lt;br&gt;
 </p>
 </div>
-<a name="N1010D"></a><a name="%5BFOR-645%5D+patches+for+whitespace+cleanup"></a>
+<a name="N1011B"></a><a name="%5BFOR-645%5D+patches+for+whitespace+cleanup"></a>
 <h2 class="underlined_10">[FOR-645] patches for whitespace cleanup</h2>
 <div class="section">
 <p>
@@ -622,7 +630,7 @@
 </p>
 <p>Use this issue to provide patches for the whitespace cleanup.</p>
 </div>
-<a name="N1011B"></a><a name="%5BFOR-644%5D+whitespace+cleanup"></a>
+<a name="N10129"></a><a name="%5BFOR-644%5D+whitespace+cleanup"></a>
 <h2 class="underlined_10">[FOR-644] whitespace cleanup</h2>
 <div class="section">
 <p>
@@ -634,7 +642,7 @@
 &lt;br&gt;
 This Issue will be used to announce which section of the repository is due to be cleaned next. Please keep discussion on that mail thread.</p>
 </div>
-<a name="N10129"></a><a name="%5BFOR-721%5D+entries+without+labels+in+site.xml+are+now+being+crawled+and+generated"></a>
+<a name="N10137"></a><a name="%5BFOR-721%5D+entries+without+labels+in+site.xml+are+now+being+crawled+and+generated"></a>
 <h2 class="underlined_10">[FOR-721] entries without labels in site.xml are now being crawled and generated</h2>
 <div class="section">
 <p>
@@ -646,7 +654,7 @@
 &lt;br&gt;
 This is most likely a side-effect of the workaround for issue FOR-675</p>
 </div>
-<a name="N10137"></a><a name="%5BFOR-677%5D+leading+slash+in+gathered+URIs+causes+double+the+number+of+links+to+be+processed"></a>
+<a name="N10145"></a><a name="%5BFOR-677%5D+leading+slash+in+gathered+URIs+causes+double+the+number+of+links+to+be+processed"></a>
 <h2 class="underlined_10">[FOR-677] leading slash in gathered URIs causes double the number of links to be processed</h2>
 <div class="section">
 <p>
@@ -666,7 +674,7 @@
 &lt;br&gt;
 However, we do have a sitemap transformer to &amp;quot;relativize&amp;quot; and &amp;quot;absolutize&amp;quot; the links. Should it always trim the leading slash? Or are there cases where that should not happen, so cannot generalise?</p>
 </div>
-<a name="N10145"></a><a name="%5BFOR-699%5D+Beginner+HowTos+for+installing+Forrest"></a>
+<a name="N10153"></a><a name="%5BFOR-699%5D+Beginner+HowTos+for+installing+Forrest"></a>
 <h2 class="underlined_10">[FOR-699] Beginner HowTos for installing Forrest</h2>
 <div class="section">
 <p>
@@ -674,7 +682,7 @@
 </p>
 <p>These are a whole group of HowTos that I wrote for my local users (probably a tutorial would be a better format).  They are not complete, nor tidied at this point, but they cover a lot of basic step-by-step stuff specifically geared towards Linux with Gnome desktop and Windows XP.  Figured I would put them out there so we can pull out bits we may want to use.</p>
 </div>
-<a name="N10153"></a><a name="%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available"></a>
+<a name="N10161"></a><a name="%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available"></a>
 <h2 class="underlined_10">[FOR-705] Target of LocationMap rewriteDemo causes build failure when target not available</h2>
 <div class="section">
 <p>
@@ -701,14 +709,6 @@
 
 &lt;br&gt;
 </p>
-</div>
-<a name="N10161"></a><a name="%5BFOR-765%5D+forrest+war+gets+NoSuchMethodError+for+some+core+transformer"></a>
-<h2 class="underlined_10">[FOR-765] forrest war gets NoSuchMethodError for some core transformer</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-765">http://issues.apache.org/jira/browse/FOR-765</a>
-</p>
-<p>Until recently we could run forrest as a WAR. With today's SVN r356945 it gets past the Cocoon startup phase, then on the first client request it suffers some error which causes a NoSuchMethodError. See attached log ... no other clues. This happens for any site, e.g. 'forrest seed-sample war'. All is okay for 'forrest seed-sample run'.</p>
 </div>
 </div>
 <!--+

Modified: forrest/site/forrest-issues.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/forrest-issues.pdf?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/guidelines.html
URL: http://svn.apache.org/viewcvs/forrest/site/guidelines.html?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
--- forrest/site/guidelines.html (original)
+++ forrest/site/guidelines.html Mon Jan 30 13:51:58 2006
@@ -958,6 +958,8 @@
 http://marc.theaimsgroup.com/?t=113616009300002
 [RT] "Last known working snapshot" of Forrest head
 
+http://marc.theaimsgroup.com/?t=113830245600001
+[Proposal] code freeze on dispatcher related resources
     </pre>
 </div>
 

Modified: forrest/site/guidelines.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/guidelines.pdf?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/issues.html
URL: http://svn.apache.org/viewcvs/forrest/site/issues.html?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
--- forrest/site/issues.html (original)
+++ forrest/site/issues.html Mon Jan 30 13:51:58 2006
@@ -375,6 +375,14 @@
       
 <li>
         
+<a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12310476">FOR-unresolved-with-attachment</a>
+        - Issues that have demonstrations of problems, but no solution or patch.
+        Of course it will include FOR-open-with-patch.
+        (Note that this filter searches for the string "attach" so will not find all.)
+      </li>
+      
+<li>
+        
 <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12310043">FOR-unscheduled</a>
         - Issues that have not yet been scheduled to be fixed for a certain version.
       </li>

Modified: forrest/site/issues.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/issues.pdf?rev=373602&r1=373601&r2=373602&view=diff
==============================================================================
Binary files - no diff available.