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

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Thu Jan 25 2007 - 01:37:15 EST

  • Next message: Alan Zebchuk: "Re: [Bulk] Re: How to bundle Frameworks and Jars in .WOA application"

    Hi there,

    a slight problem...

    On 12/01/2007, at 4:59 AM, Anjo Krank wrote:

    > <frameworks root="${wo.wolocalroot}/Library/Frameworks" embed="true"
    > bundles="ERJars/ERExtensions/PostgresqlPlugIn/Ajax/ERDirectToWeb/
    > ERJavaMail/ERWebServices/JavaWOExtensions/LUNeutralLook">
    > </frameworks>

    I've got the following:

    <woapplication name="${project.name}" ...>
            ...
            <frameworks root="${wo.wolocalroot}" embed="true">
                           <patternset>
                               <includesfile name="woproject/ant.frameworks.wo.wolocalroot"/>
                    </patternset>
                </frameworks>
            <frameworks root="${user.home}" embed="true">
                           <patternset>
                               <includesfile name="woproject/ant.frameworks.user.home"/>
                    </patternset>
                </frameworks>
            ...
    </woapplication>

    When I build the app, the classpaths created have the form:
    APPROOT/Frameworks/MyFramework.framework/Resources/Java/MyFramework.jar

    But the frameworks are found:
    APPROOT/Frameworks/Library/Frameworks/*

    Is this a bug in wolips? i.e., not setting the classpath correctly?

    Mac OS X 10.4.8, Ecipse 3.2.1, WOLips 2.0.0.3784

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Thu Jan 25 2007 - 01:37:26 EST