Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
Ross Gardler wrote: > David Crossley wrote: > >Ross Gardler wrote: > > >>There should be no need to rebuild the release since we are not bundling > >>plugin sources and only committers can deploy plugins (i.e. those using > >>SVN head) > > > >It is a change to trunk, so the svn tag, which is don

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
CFAS Webmaster wrote: > David Crossley wrote: > >David Crossley wrote: > >>CFAS Webmaster wrote: > >> > >>>Curiosity - I retrieved SVN version 527170 on or around the 10th and was > >>>able to build the CFAS site correctly. I just did an 'svn up' which is > >>>527470, but nothing changed. >

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread Thorsten Scherler
On Wed, 2007-04-11 at 16:42 +0100, Ross Gardler wrote: ... > I tried doing the dispatcher plugin, but its site will not build and > therefore it cannot deploy. Yeah, my fault, thanks for spotting it. Should be fixed now. > I did do the themes plugin. thanks. salu2 -- Thorsten Scherler

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread CFAS Webmaster
David Crossley wrote: David Crossley wrote: CFAS Webmaster wrote: Curiosity - I retrieved SVN version 527170 on or around the 10th and was able to build the CFAS site correctly. I just did an 'svn up' which is 527470, but nothing changed. The ASF has a single public reposito

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread Ross Gardler
David Crossley wrote: Ross Gardler wrote: ... Does this sound right to you. If so I'll update the deployment scripts. Please do it. Done. I'm in the process of deploying all the released plugins with this new script to ensure everything is set up correctly. I tried doing the dispatche

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
David Crossley wrote: > CFAS Webmaster wrote: > > Curiosity - I retrieved SVN version 527170 on or around the 10th and was > > able to build the CFAS site correctly. I just did an 'svn up' which is > > 527470, but nothing changed. The ASF has a single public repository for all projects. The re

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
CFAS Webmaster wrote: > Curiosity - I retrieved SVN version 527170 on or around the 10th and was > able to build the CFAS site correctly. I just did an 'svn up' which is > 527470, but nothing changed. > > Did any of the changes along this thread introduce any changes to the > SVN repository?

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread Ross Gardler
CFAS Webmaster wrote: Curiosity - I retrieved SVN version 527170 on or around the 10th and was able to build the CFAS site correctly. I just did an 'svn up' which is 527470, but nothing changed. Did any of the changes along this thread introduce any changes to the SVN repository? No. Ross

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread CFAS Webmaster
Curiosity - I retrieved SVN version 527170 on or around the 10th and was able to build the CFAS site correctly. I just did an 'svn up' which is 527470, but nothing changed. Did any of the changes along this thread introduce any changes to the SVN repository? I'm really looking forward to up

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
Ross Gardler wrote: > David Crossley wrote: > > > >I am try to determine the state of plugins deployment. > >It seems that some are wrong. > > > >Updated my local copy with 'svn up' of forrest/site/plugins > >and listed them. In the table below: > >Section 1 ... f.a.o/plugins/ > >Section 2 ... f.a.

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread Ross Gardler
Ross Gardler wrote: Updated my local copy with 'svn up' of forrest/site/plugins and listed them. In the table below: Section 1 ... f.a.o/plugins/ Section 2 ... f.a.o/plugins/0.8/ Section 3 ... f.a.o/plugins/0.7/ ... Imagine this scenarion: Section 3 ... f.a.o/plugins/0.9/ Sorry that shoul

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread Ross Gardler
David Crossley wrote: David Crossley wrote: David Crossley wrote: David Crossley wrote: Found it. Looking in the logs after the first failed 'forrest run' site-author/build/webapp/WEB-INF/logs/error.log showed that there was a problem with {defaults:bugtracking-url} in the projectInfo plugin i

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-11 Thread David Crossley
David Crossley wrote: > David Crossley wrote: > > David Crossley wrote: > > > Found it. Looking in the logs after the first failed > > > 'forrest run' > > > site-author/build/webapp/WEB-INF/logs/error.log > > > showed that there was a problem with > > > {defaults:bugtracking-url} in the projectInfo

Re: plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-10 Thread David Crossley
David Crossley wrote: > David Crossley wrote: > > Found it. Looking in the logs after the first failed > > 'forrest run' > > site-author/build/webapp/WEB-INF/logs/error.log > > showed that there was a problem with > > {defaults:bugtracking-url} in the projectInfo plugin > > input.xmap > > > > Comp

plugins deployment problem (Was: 0.8RC1 Failure)

2007-04-10 Thread David Crossley
David Crossley wrote: > Found it. Looking in the logs after the first failed > 'forrest run' > site-author/build/webapp/WEB-INF/logs/error.log > showed that there was a problem with > {defaults:bugtracking-url} in the projectInfo plugin > input.xmap > > Comparing the downloaded plugin > $FORREST_H

Re: 0.8RC1 Failure

2007-04-10 Thread David Crossley
Found it. Looking in the logs after the first failed 'forrest run' site-author/build/webapp/WEB-INF/logs/error.log showed that there was a problem with {defaults:bugtracking-url} in the projectInfo plugin input.xmap Comparing the downloaded plugin $FORREST_HOME/build/plugins/o.a.f...projectInfo/in

Re: 0.8RC1 Failure

2007-04-10 Thread David Crossley
Ross Gardler wrote: > 0.8RC1 fails to build site-author with errors such as the following in > broken-links.xml: > > uri="procedures/release/How_to_release.html"> > > > > a seed-sample works just fine. Hmmm, i get the same. Unpack the package, cd site-author forrest run ... get the erro

0.8RC1 Failure

2007-04-10 Thread Ross Gardler
0.8RC1 fails to build site-author with errors such as the following in broken-links.xml: uri="procedures/release/How_to_release.html"> a seed-sample works just fine. Going to bed - will pick up tomorrow. Ross