Re: [OFF TOPIC] Moving Views in Eclipse

From: Jonathan 'Wolf' Rentzsch (webobject..edshed.net)
Date: Thu May 29 2003 - 13:53:26 EDT

  • Next message: Jonathan 'Wolf' Rentzsch: "WOProject referenced frameworks"

    Ulrich Köster, ulric..bjectstyle.org, wrote:
    >drag and drop is implemented in the 3.0 stream(Nightly builds.)

    Thanks for the note, Ulrich. With this group's help, I've left PBX
    behind. I'm using WOProject (sans Eclipse).

    The final sticking point for me is PBIndex's lack of <framework> support.
    I'm attempting to add it now.

    The idea is that I open my application project's .wo files in WOBuilder
    and WOBuilder will know discover my custom frameworks' components. I have
    it working now by hand-tweaking the PB.project file from:

    FRAMEWORKS =
    (
       JavaWebObjects.framework,
       JavaWOExtensions.framework,
       JavaEOAccess.framework,
       JavaJDBCAdaptor.framework,
       JavaEOControl.framework,
       JavaXML.framework,
       JavaFoundation.framework
    );

    To something like:

    FRAMEWORKS =
    (
       JavaWebObjects.framework,
       JavaWOExtensions.framework,
       JavaEOAccess.framework,
       JavaJDBCAdaptor.framework,
       JavaEOControl.framework,
       JavaXML.framework,
       JavaFoundation.framework
       ../../Users/wolf/ComponentFramework/out/ComponentFramework.framework
    );

    The /Library-relative addressing is gross and Mac OS X-specific, I would
    guess. Is there a better way?

    By the way, I don't really care about the relative framework path being
    so specific, since the file is autogenerated.

    .......................................................
    Jonathan 'Wolf' Rentzsch http://rentzsch.com
    Red Shed Software http://redshed.net (847) 584-7465
    PGP: b2af 1a09 f881 ebde c9d6 c4d2 c04f a3c0 3ec5 d5f2

             "better" necessarily means "different"



    This archive was generated by hypermail 2.0.0 : Thu May 29 2003 - 13:52:13 EDT