You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by lewis john mcgibbney <le...@gmail.com> on 2011/07/21 20:08:42 UTC

Not copying new project logo when building

Hi list,

I have a small problem which is the addition of a new project logo to our
already running Forrest site.

In /forrest/src/documentation/resources/images/    I have added my new logo
and have also specified it in the skinconf.xml which is in /documentation a
follows

  <!-- project logo -->
  <project-name>Nutch</project-name>
  <project-description>Open Source Web Search Software</project-description>
  <project-url>http://nutch.apache.org/</project-url>
  <project-logo>images/nutch_logo_tm.gif</project-logo>

However when I build the project in /forrest with 'forrest',, copy
/build/site to /publish then commit, the logo doesn't change, infact it
actually shows a dead link to the image as you will see here [1].

I've tried rebuilding and re-committing and it doesn't seem to be working at
all. Users lists have provided some unexpected leads on other topics such as
SVG which I am happy I found however I am still puzzling over this one. Any
pointers please?

Thank you

[1] http://nutch.apache.org

-- 
*Lewis*

Re: How to increase heap space for Jetty?

Posted by Ferdinand Soethe <sa...@soethe.net>.
Thanks Thorsten, that fixed it. Didn't realize that memory equals heap 
space.

Regards,
Ferdinand Soethe

Re: How to increase heap space for Jetty?

Posted by Thorsten Scherler <th...@apache.org>.
On Wed, 2011-09-07 at 09:36 +0200, Ferdinand Soethe wrote:
> Aggregating my project with wholesite.pdf in dynamic mode I'm getting
> a error 
> 
>     HTTP ERROR: 500 Java+heap+space
> 
> which is probably due to limited heap space.
> How/where can I add the 'xmx1024M' Parameter for Java to the Jetty
> configuration to increases heap space?
> 

http://forrest.apache.org/docs_0_90/faq.html#maxmemory

the next point "debug" is helpful as well to pass any args to forrest.

hth

salu2

> Thanks,
> Ferdinand
> 
> 

-- 
Thorsten Scherler <thorsten.at.apache.org>
codeBusters S.L. - web based systems
<consulting, training and solutions>
http://www.codebusters.es/

How to increase heap space for Jetty?

Posted by Ferdinand Soethe <sa...@soethe.net>.
Aggregating my project with wholesite.pdf in dynamic mode I'm getting a 
error

HTTP ERROR: 500 Java+heap+space

which is probably due to limited heap space.
How/where can I add the 'xmx1024M' Parameter for Java to the Jetty 
configuration to increases heap space?

Thanks,
Ferdinand



Re: Not copying new project logo when building

Posted by lewis john mcgibbney <le...@gmail.com>.
Thank you David again for your advice. In both cases it has proved
invaluable.

Thanks also for the specific resources

On Fri, Jul 22, 2011 at 3:07 AM, David Crossley <cr...@apache.org> wrote:

> lewis john mcgibbney wrote:
> > Hi list,
> >
> > I have a small problem which is the addition of a new project logo to our
> > already running Forrest site.
> >
> > In /forrest/src/documentation/resources/images/    I have added my new
> logo
> > and have also specified it in the skinconf.xml which is in /documentation
> a
> > follows
> >
> >   <!-- project logo -->
> >   <project-name>Nutch</project-name>
> >   <project-description>Open Source Web Search
> Software</project-description>
> >   <project-url>http://nutch.apache.org/</project-url>
> >   <project-logo>images/nutch_logo_tm.gif</project-logo>
> >
> > However when I build the project in /forrest with 'forrest',, copy
> > /build/site to /publish then commit, the logo doesn't change, infact it
> > actually shows a dead link to the image as you will see here [1].
>
> Looking at the Nutch SVN i do not see either
> the source logo, which should be in
>
> http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/resources/images/
> nor the "published" copy, which should be in
> http://svn.apache.org/viewvc/nutch/site/publish/images/
>
> Perhaps you forgot to do 'svn add' for each of those.
>
> > I've tried rebuilding and re-committing and it doesn't seem to be working
> at
> > all.
>
> I suggest viewing the site before publishing,
> e.g. via 'forrest run'
> or by opening the relevant local generated pages.
>
> This helps to isolate such problems.
>
> The Forrest project also suggests
> http://forrest.apache.org/howto-forrestbot-svn.html
> as a better way to deploy the published documents.
>
> -David
>
> > Users lists have provided some unexpected leads on other topics such as
> > SVG which I am happy I found however I am still puzzling over this one.
> Any
> > pointers please?
> >
> > Thank you
> >
> > [1] http://nutch.apache.org
> >
> > --
> > *Lewis*
>



-- 
*Lewis*

Re: Not copying new project logo when building

Posted by David Crossley <cr...@apache.org>.
lewis john mcgibbney wrote:
> Hi list,
> 
> I have a small problem which is the addition of a new project logo to our
> already running Forrest site.
> 
> In /forrest/src/documentation/resources/images/    I have added my new logo
> and have also specified it in the skinconf.xml which is in /documentation a
> follows
> 
>   <!-- project logo -->
>   <project-name>Nutch</project-name>
>   <project-description>Open Source Web Search Software</project-description>
>   <project-url>http://nutch.apache.org/</project-url>
>   <project-logo>images/nutch_logo_tm.gif</project-logo>
> 
> However when I build the project in /forrest with 'forrest',, copy
> /build/site to /publish then commit, the logo doesn't change, infact it
> actually shows a dead link to the image as you will see here [1].

Looking at the Nutch SVN i do not see either
the source logo, which should be in
http://svn.apache.org/viewvc/nutch/site/forrest/src/documentation/resources/images/
nor the "published" copy, which should be in
http://svn.apache.org/viewvc/nutch/site/publish/images/

Perhaps you forgot to do 'svn add' for each of those.

> I've tried rebuilding and re-committing and it doesn't seem to be working at
> all.

I suggest viewing the site before publishing,
e.g. via 'forrest run'
or by opening the relevant local generated pages.

This helps to isolate such problems.

The Forrest project also suggests
http://forrest.apache.org/howto-forrestbot-svn.html
as a better way to deploy the published documents.

-David

> Users lists have provided some unexpected leads on other topics such as
> SVG which I am happy I found however I am still puzzling over this one. Any
> pointers please?
> 
> Thank you
> 
> [1] http://nutch.apache.org
> 
> -- 
> *Lewis*