Re: osx: pbxbuild crash when $NEXT_ROOT is defined to /System

From: Kaj Hejer (kaj.heje..sit.uio.no)
Date: Thu Sep 05 2002 - 12:29:47 EDT

  • Next message: uli: "Re: osx: pbxbuild crash when $NEXT_ROOT is defined to /System"

    At 18:02 +0200 05-09-02, uli wrote:
    >Hi Kay,
    >
    >could you try if this helps:
    >
    >Remove your NEXT_ROOT variable.

    did not work. now ant can't find the frameworks under /System

    bash-2.05a$ ant
    Buildfile: build.xml

    setProps:

    init:

    clean_deploy:
       [delete] Deleting directory
    /Users/kajh/src/dist/WebObjects/Applications/faq.woa

    clean:
       [delete] Deleting directory /Users/kajh/src/webobjects/faq/output/webapps

    prepare:
        [mkdir] Created dir: /Users/kajh/src/webobjects/faq/output/webapps/classes

    compile:
        [javac] Compiling 41 source files to
    /Users/kajh/src/webobjects/faq/output/webapps/classes
        [javac] /Users/kajh/src/webobjects/faq/Admin.java:3: package
    com.webobjects.foundation does not exist
        [javac] import com.webobjects.foundation.*;
        [javac] ^
        [javac] /Users/kajh/src/webobjects/faq/Admin.java:4: package
    com.webobjects.appserver does not exist
        [javac] import com.webobjects.appserver.*;
        [javac] ^

    btw: I'm on osx 10.2 and there frameworks I install myself get installed
    under /Library/Frameworks not $NEXT_ROOT/Local/Library/Frameworks where
    they should be on solaris. The difference is the "/Local". I guess that
    might be a problem for local_fw_root.

    -Kaj :)



    This archive was generated by hypermail 2.0.0 : Thu Sep 05 2002 - 12:29:59 EDT