Sorry.

structure is:

project-home (pom)
  --> Utilities Module (pom)
       --> Common Module (jar)


I want to replace project/utilities/index.html with
src/site/xdoc/utilities/index.xml but my xdoc file does not overwrite the
one generated from the pom.

I have attached both versions from the generated site. The xml files and the
output html files



On 4/19/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote:
> This did not seem to happen: src/site/xdoc/utilities/index.xml ->
> /utilities/index.html
>
> This worked: src/site/xdoc/utilities/indexTest.xml ->
> /utilities/indexTest.html

You're not giving me much to go on here.  My guess is that 'utilities'
is a module.  If so, put the 'replacement' index file in
src/site/xdoc/index.xml of that module, not in
src/site/xdoc/utilities/index.xml in the parent.

If that still doesn't help, describe your project structure and show
exactly where these files are, or construct a test project that
demonstrates the problem.

--
Wendy

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




--
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---
<document>
    <properties>
        <author email='[EMAIL PROTECTED]'>ESP Shared Services Team</author>
        <title>Shared Services Utilities</title>
    </properties>

    <body>

        <h1>Delta Dental Enterprise Shared Utility Services</h1>

        <section name="Common">
            <p>
                Please tell about the Common Tools
            </p>


            <subsection name="Team Communication">

                <!--
                Team communication is an essential part of any project.
                And wasting time looking for technical project information
                can be costly and frustrating. Clearly, any IT project will
                benefit from having its own dedicated technical web site.
                Some useful things it provides are:
                -->
                <ul>
                    <li>Online javadoc</li>
                    <li>Quality assurance</li>
                    <ul>
                        <li>Static code audits with Checkstyle or PMD</li>
                    </ul>
                </ul>

            </subsection>
        </section>

        <section name="Services">
            <p>
                Please tell about the Services
            </p>


            <subsection name="Team Communication">


                <!--
                Team communication is an essential part of any project.
                And wasting time looking for technical project information
                can be costly and frustrating. Clearly, any IT project will
                benefit from having its own dedicated technical web site.
                Some useful things it provides are:
                -->
                <ul>
                    <li>Online javadoc</li>
                    <li>Quality assurance</li>
                    <ul>
                        <li>Static code audits with Checkstyle or PMD</li>
                    </ul>
                </ul>

            </subsection>
        </section>

    </body>

</document>
<document>
    <properties>
        <author email='[EMAIL PROTECTED]'>ESP Shared Services Team</author>
        <title>Shared Services Utilities</title>
    </properties>

    <body>

        <h1>Delta Dental Enterprise Shared Utility Services</h1>

        <section name="Common">
            <p>
                Please tell about the Common Tools
            </p>


            <subsection name="Team Communication">

                <!--
                Team communication is an essential part of any project.
                And wasting time looking for technical project information
                can be costly and frustrating. Clearly, any IT project will
                benefit from having its own dedicated technical web site.
                Some useful things it provides are:
                -->
                <ul>
                    <li>Online javadoc</li>
                    <li>Quality assurance</li>
                    <ul>
                        <li>Static code audits with Checkstyle or PMD</li>
                    </ul>
                </ul>

            </subsection>
        </section>

        <section name="Services">
            <p>
                Please tell about the Services
            </p>


            <subsection name="Team Communication">


                <!--
                Team communication is an essential part of any project.
                And wasting time looking for technical project information
                can be costly and frustrating. Clearly, any IT project will
                benefit from having its own dedicated technical web site.
                Some useful things it provides are:
                -->
                <ul>
                    <li>Online javadoc</li>
                    <li>Quality assurance</li>
                    <ul>
                        <li>Static code audits with Checkstyle or PMD</li>
                    </ul>
                </ul>

            </subsection>
        </section>

    </body>

</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to