RE: Deploying projects with multiple jars

From: Watkins, Garry (gwatkin..otleyrice.com)
Date: Thu Jun 15 2006 - 14:38:24 EDT

  • Next message: Ken Anderson: "Re: Deploying projects with multiple jars"

    Go to your build.xml file and change the lib entry within the
    woapplication element

    from this
                            <lib dir=".">
                                    <include name="*.jar"/>
                                    <exclude name="**/*.woa/**"/>
                            </lib>

    to this
                            <lib dir=".">
                                    <include name="*.jar"/>
                                    <exclude name="**/*.woa/**"/>
                            </lib>

    -----Original Message-----
    From: Ken Anderson [mailto:list..nderhome.com]
    Sent: Thursday, June 15, 2006 2:32 PM
    To: woproject-de..bjectstyle.org
    Subject: Deploying projects with multiple jars

    I'm having trouble understanding the right way to deploy a project that
    has multiple jars included in it. It works perfectly well inside
    Eclipse, but it only installs the main jar. If I mark the other jars as
    resources, it puts them in the wrong place and does not update the
    classpath.

    I'm using 3.2M5a and WOLips 2.0.0.112. Would this work better if I
    upgrade?

    Thanks,
    Ken

    Confidential & Privileged

    Unless otherwise indicated or obvious from its nature, the information contained in this communication is attorney-client privileged and confidential information/work product. This communication is intended for the use of the individual or entity named above. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error or are not sure whether it is privileged, please immediately notify us by return e-mail and destroy any copies--electronic, paper or otherwise--which you may have of this communication.



    This archive was generated by hypermail 2.0.0 : Thu Jun 15 2006 - 14:38:30 EDT