Re: How to bundle Frameworks and Jars in .WOA application

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Tue Jan 09 2007 - 01:30:20 EST

  • Next message: Anjo Krank: "Re: Unseen Framework?"

    Hi there,

    On 09/12/2006, at 3:17 PM, Chuck Hill wrote:

    > 'tis easy. I am an "edit the build.xml file directly" kind of
    > guy. Maybe there is an easier GUI way.
    > <...>
    > For the jars, look for this just a bit further down:
    >
    > <lib dir=".">
    > <include name="Add .jar's that should be copied in the woa."/>
    > <exclude name="**/*.woa/**"/>
    > </lib>
    >
    > Change the include to be *.jar or name each one directly.

    Any problem with this being changed to the following for a default
    install of WOLips?

    <lib dir="./lib">
            <include name="*.jar"/>
    </lib>

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Tue Jan 09 2007 - 01:31:27 EST