Re: Question

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Sat Jun 19 2004 - 11:07:22 EDT

  • Next message: Ulrich Köster: "Re: Eclipse 3.0 RC1"

    HI Amrik,

    to avoid the dll hell WOProject does not use the shared library folders
    per default. Include your jars with the embed feature of the lib tag
    within woapplication or woframework task of the build.xml.

    <WOFramework........>

            <lib dir="foo" embed="true">
            </lib>

    <>

    Ulrich

    Am 10.06.2004 um 11:31 schrieb Amrik:

    > Hi Ulrich,
    >
    > After I have updated my machine to have Max OS X 10.3.4,  my
    > Application has stopped working after that.
    > I found out that there was an issue with the MacOSXClassPath.txt file
    > that gets generated when we build the application using eclipse. If
    > you look at this file under <Application<.woa/Contents/MacOSX/, the
    > eclipse installations doesn't contain the lines below whereas the
    > project builder versions contain them
    >
    > HOMEROOT/Library/Java
    > LOCALROOT/Library/Java
    > WOROOT/Library/Java
    > /Network/Library/Java
    >
    > When we added these lines to existing MacOSXClassPath.txt, and
    > restarted the application, it started working again.
    >
    > Hence we need to add these lines to the eclipse projects. This need to
    > be added in "Java Build Path" Area so that that gets added to
    > MacOSXClassPath.txt
    >
    > Any idea why this happens?
    >  
    >  
    >  
    > Regards,
    > Amrik



    This archive was generated by hypermail 2.0.0 : Sat Jun 19 2004 - 11:02:42 EDT