with the exception of navigation,xml, but that one is a "special case" AFAIK.

jeff

[EMAIL PROTECTED] wrote:
btw, xdocs aren't run through velocity.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



Nathan Coast <[EMAIL PROTECTED]> wrote on 10/12/2003 07:41:50 PM:


Hi,

should it be possible to generate an index page with sub-project

descriptions


when doing a multiproject:site.

In the parent project of the multiproject I added this to the

xdocs/index.xml


<table>
<tr><td>Component</td><td>Description</td></tr>
#foreach ($reactorProject in $reactorProjects)
<tr>
<td><a href="${aggregateDir}${reactorProject.artifactId}/index.
htmlComponent">${reactorProject.name}</a></td>
<td>${reactorProject.description}</td>
</tr>
#end
</table>



I was hoping I'd get a list of sub-projects and descriptions in the same

way as


the navigation.xml is generated. The output was a little disapointing

 Component               Description
${reactorProject.name}    ${reactorProject.description}

I am I doing something wrong or is this not possible atm?

cheers
Nathan


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




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




--
jeff bonevich
mailto: [EMAIL PROTECTED]

"Any sufficiently advanced technology is indistinguishable from magic."
Arthur C. Clarke

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning."
Rich Cook

"All programmers are playwrights and all computers are lousy actors."
Unknown


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



Reply via email to