Hi Jonathan,
Am Donnerstag, 29.05.03 um 19:53 Uhr schrieb Jonathan 'Wolf' Rentzsch:
> 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.
Let me know if you need help with it.
>
> 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?
You can adapt this framework search order section:
FRAMEWORKSEARCH =
(
"$(NEXT_ROOT)$(LOCAL_LIBRARY_DIR)/Frameworks"
);
>
> 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"
>
Ulrich
This archive was generated by hypermail 2.0.0 : Fri May 30 2003 - 04:00:28 EDT