On Wed, 2003-02-19 at 11:38, Berin Loritsch wrote:
> Leo Simons wrote:
> 
>  > Hey Nicola,
>  >
>  > wanted to update avalon.apache.org, so got myself the latest forrest 
> from cvs and ran 'forrest'. Got myself a StackOverflowException (see 
> attachment) :(
>  >
>  > help?
> 
> 
> Me Too. :(
> 
> I need to generate the rough skin for the bindownload.ehtml so I can add
> in the proper stuff and point people to the download directory.
> 
> It's a pain, but we need this working ASAP.
> 
> The LogKit 1.2 release is technically made (the archives are now in the
> proper place), but I need to update the references to the archives.

If you are going to make Maven builds I again urge you to consider using
Maven itself for the docs. Look at this:

http://jakarta.apache.org/turbine/maven/reference/user-guide.html#Multi%20Project%20Builds%20and%20the%20Reactor

And in there is a description and pointer to the db.apache.org set.
Literally a few templates and 50 lines of Jelly and you get a top-level
site you don't have to manually manage and it will generate all the
sub-project docs too. For almost everything simple velocity templates
will do and the most complicated it gets is:

    #foreach ($reactorProject in $reactorProjects)
    <section name="$reactorProject.name Mailing Lists">
      #foreach ($mailingList in $reactorProject.mailingLists)
      <p>
        <b>$mailingList.name</b>
        <br/>
        <a href="mailto:$mailingList.subscribe";>Subscribe</a> |
        <a href="mailto:$mailingList.unsubscribe";>Unsubscribe</a> |
        <a href="$mailingList.archive">Archive</a>
      </p>
      #end
    </section>
    #end

You can harvest anything you need from the subproject POMs.


> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to