El mar, 18-07-2006 a las 17:39 +1000, David Crossley escribió: > Thorsten Scherler wrote: > > Hi all, > > > > how get pluginDocs/plugins_0_80/index.html generated? > > > > I wonder because I changed the "Website" of the dispatcher plugin but > > still always get > > "http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view" > > instead of > > "http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher" > > > > I did a grep on forrest and the only places I can find the first string > > is in the build. That makes me wonder how the page get generated and how > > I can get it to take the above change. > > > > TIA for any information. > > It is generated with the docs in "site-author". > > Some notes, but not yet complete, are at ... > http://forrest.apache.org/roles.html#documentation-coordinator > cat etc/publishing_our_site.txt
That is actually what I did (besides the deploy part). cd site-author forrest -f publish.xml build > > I just did that publishing process. It will take some time for > a cronjob and then rsync to kick in. Hmm, your file forrest/site/pluginDocs/plugins_0_80/index.html is correct: El mar, 18-07-2006 a las 07:38 +0000, [EMAIL PROTECTED] escribió: > @@ -1036,7 +1064,7 @@ > <th width="25%">Author</th><td>Apache Forrest Project</td> > </tr> > <tr> > -<th width="25%">Website</th><td><a > href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view</a></td> > +<th width="25%">Website</th><td><a > href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher</a></td> > </tr> Mine is not file:///home/thorsten/src/apache/forrest/trunk/site-author/build/site/pluginDocs/plugins_0_80/index.html: <tr> <th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view</a></td> </tr> Doing svn st on /home/thorsten/src/apache/forrest/trunk/site-author does not show any local changes. Doing svn up on /home/thorsten/src/apache/forrest/trunk returns "En la revisión 423013." without any updates. I could not explain myself where the above difference is coming from, but ... Then I had a closer look and found out that I was looking into the wrong build! I was looking on "site-author/build/site/" but since I used the forrestbot the files I wanted to review are in "site-author/build/forrest-docs/". Thanks David for the update, next time I will hopefully remember to look into the right location. salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
