Re: Including frameworks

From: Markus Nolte (m.nolt..eusta.de)
Date: Mon Oct 21 2002 - 04:39:22 EDT

  • Next message: Dirk Olmes: "Re: Including frameworks"

    How do you add the framework? Manually in PB.Project or by adding the
    framework jar to the build path?!

    The files beginning with 'ant.frameworks.' are WOProject-readable lists of
    frameworks. The updateframeworksets task tries to generate up to three files
    of this type: wo.woroot (NEXT_ROOT), wo.wolocalroot (NEXT_ROOT/Local on
    windows) and user.home. The source for this files are the library entries in
    the eclipse build path and not the entries in PB.Project.

    If you don't add any frameworks from wo.wolocalroot the file
    'ant.frameworks.wo.wolocalroot' will not be generated and the file is not
    found.
    At this time the stock build.xml does not support frameworks from any other
    location.

    Markus

    ----- Original Message -----
    From: "Dirk Olmes" <dirk.olme..mx.de>
    To: <woproject-de..bjectstyle.org>
    Sent: Sunday, October 20, 2002 3:11 AM
    Subject: Including frameworks

    > Hi,
    >
    > I'm trying to add a framework to my project. I've created a new
    > WOApplicaction project and use the stock build.xml that was generated by
    > WOLips.
    >
    > First of all: I'm not an ant expert. If I figure out the build.xml
    > correctly, it wants to include a file named
    > 'ant.frameworks.wo.wolocalroot' when building. This file should list the
    > frameworks that will be "linked" when building the app. The build
    > console tells me that the file cannot be found. So I was naive and tried
    > to create it manually. It gets deleted, however after the build process.
    >
    > What do I have to do in order to include the framework to my project? I
    > guess I'll have to define a task in build.xml but I can't figure out
    > what exactly that needs to be.
    >
    > -dirk
    >
    >



    This archive was generated by hypermail 2.0.0 : Mon Oct 21 2002 - 04:40:01 EDT