How to properly embed wonder frameworks

From: A.M. (bosyotec..mail.com)
Date: Thu Mar 12 2009 - 05:36:29 EDT

  • Next message: Pascal Robert: "Re: How to properly embed wonder frameworks"

    Hi All,

    I am at a point of my WO journey of deploying my app.

    My problem is that, I have project wonder frameworks installed in my dev
    windows box, but not in the deployment linux box.

    I used the ant build script that WOLips generated for me and enabled the
    "Embed Local Frameworks" option.

    I can see that the resulting packages in dist folder
    (HelloWorld-Application.tar.gz and HelloWorld-WebServerResources.tar.gz) has
    the wonder frameworks it needed.

    The problem is that accessing my app (HelloWonder) on the linux box, i see

    <script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js"></script>

    That is generated on my pages. If I did embed my local frameworks, this
    resource should have been (please correct me)

    <script src="/WebObjects/HelloWorld.woa/Frameworks/Ajax.framework/WebServerResources/wonder.js"></script>

    Did I miss a setting in WOLips?

    Thanks,
    Amiel

    -- 
    socket error: unable to connect to 127.0.0.1
    



    This archive was generated by hypermail 2.0.0 : Thu Mar 12 2009 - 05:37:28 EDT