"I have been told that an index.html should be generated, and it is not."

I know how to generate it with a site.xml, but it should be necessary.


Regards,

Ian Rowlands






Ian Rowlands <[EMAIL PROTECTED]> writes:

Hello Ian,
>
> Any suggestions? Is there any other information that I can provide which
> would help diagnosis?
>

Did you try adding a site.xml descriptor inside the src/site
directory ? I think this is mandatory for multi-modules projects
(FIXME).

Here is some very simple example:

In the parent:

<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Patchwork">
 <body>
  <menu name="Modules" ref="modules" />
  <menu name="Reports" ref="reports" />
 </body>
</project>

In the modules:

<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Patchwork Bytes">
 <body>
  <menu name="Patchwork" ref="parent" />
  <menu name="Build reports" ref="reports" />
 </body>
</project>

Of course, you could add a custom index.xxx file, for example
src/site/apt/index.apt or src/site/xdoc/index.xdoc.

HTH
--
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com





Disclaimer: The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the material
from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it administers,
such information is used only for the purpose for which it was collected
( administration of SRO legislation ) and is protected by the Information
Privacy Act 2000 and secrecy provisions contained in legislation
administered by SRO. It is not disclosed otherwise than in accordance with
the law. If you would like a copy of the SRO Privacy Policy please refer to
SRO website (www.sro.vic.gov.au) or contact SRO on 9628 0556 and request a
copy.


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

Reply via email to