You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Tim Williams <wi...@gmail.com> on 2005/12/18 18:01:43 UTC

projectInfo properties problem

Is anyone else having a problem building site-author?  I get "BROKEN:
Unable to get attribute value for
projectInfo.changes.includeCommitterList" in several places.   I'm
looking into it but thought if I'm the only one then maybe it's a
problem on my end.
Thanks,
--tim

Re: projectInfo properties problem

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
> On 12/18/05, Ross Gardler <rg...@apache.org> wrote:
> 
>>Tim Williams wrote:
>>
>>>Is anyone else having a problem building site-author?  I get "BROKEN:
>>>Unable to get attribute value for
>>>projectInfo.changes.includeCommitterList" in several places.   I'm
>>>looking into it but thought if I'm the only one then maybe it's a
>>>problem on my end.
>>
>>do:
>>
>>cd FORREST_HOME
>>svn up
>>cd main
>>./build.sh clean
>>./build.sh
>>
>>You should find it all works.
>>
>>If not my testing has let me down and I'll explain further ;-)
>>
>>Ross
> 
> 
> Thanks,
> Embarrassing really.  Right after I hit send I thought about "build
> clean" but it was too late;(  I think I need a filter on outgoing mail
> where anytime it's to dev@ and contains a question mark it should
> prompt me with "Have you built cleanly?" before allowing me to
> actually send.

:-)

In this case the change is in the way that the plugins are loaded. By 
doing the build clean you removed the plugins, forcing Forrest to 
install them anew. Now if you have the plugin src locally they are 
copied from the src (not quite use in place, but a step towards it).

This means that if you re using svn head, it is even more important to 
do build clean than before. It used to be that only java changes would 
require build clean, now there will be many more such changes.

Of course, in this instance you could have just deployed the projectInfo 
plugin - but that would have been more typing for us both ;-)

Ross

Re: projectInfo properties problem

Posted by Tim Williams <wi...@gmail.com>.
On 12/18/05, Ross Gardler <rg...@apache.org> wrote:
> Tim Williams wrote:
> > Is anyone else having a problem building site-author?  I get "BROKEN:
> > Unable to get attribute value for
> > projectInfo.changes.includeCommitterList" in several places.   I'm
> > looking into it but thought if I'm the only one then maybe it's a
> > problem on my end.
>
> do:
>
> cd FORREST_HOME
> svn up
> cd main
> ./build.sh clean
> ./build.sh
>
> You should find it all works.
>
> If not my testing has let me down and I'll explain further ;-)
>
> Ross

Thanks,
Embarrassing really.  Right after I hit send I thought about "build
clean" but it was too late;(  I think I need a filter on outgoing mail
where anytime it's to dev@ and contains a question mark it should
prompt me with "Have you built cleanly?" before allowing me to
actually send.
--tim

Re: projectInfo properties problem

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
> Is anyone else having a problem building site-author?  I get "BROKEN:
> Unable to get attribute value for
> projectInfo.changes.includeCommitterList" in several places.   I'm
> looking into it but thought if I'm the only one then maybe it's a
> problem on my end.

do:

cd FORREST_HOME
svn up
cd main
./build.sh clean
./build.sh

You should find it all works.

If not my testing has let me down and I'll explain further ;-)

Ross