Re: Last build issue ...

From: James Cicenia (jame..imijon.com)
Date: Sat Nov 17 2007 - 10:30:09 EST

  • Next message: Miguel Arroz: "Re: Last build issue ..."

    Ok -

    Any thoughts on what I need to do to fix this so I can finally get a
    build?

    I am sooooo close. Totally new computer with all my files moved over,
    sync'd, new Eclipse, etc...
    This baby is so much faster than my old rev 1 Powerbook which for
    fours years had served me
    flawlessly and carried all over the place too.

    So, once I get this project to build I am off to the races.

    James Cicenia

    On Nov 17, 2007, at 8:38 AM, Johann Werner wrote:

    >
    > Am 17.11.2007 um 14:58 schrieb James Cicenia:
    >
    >> now I get this....
    >>
    >> /Users/jcicenia/Developer/eclipse/workspace/TOSDevelopment/
    >> build.xml:229: IO error scanning directory '/.fseventsd'
    >>
    >> ?????
    >>
    >> isn't fseventsd one of Leopards new features?
    >
    > I think it is used for TimeMachine.
    >
    >>
    >>
    >> On Nov 16, 2007, at 10:52 PM, Chuck Hill wrote:
    >>
    >>> mkdir -p ~/Library/Frameworks
    >>>
    >>> Does that help?
    >>>
    >>>
    >>> On Nov 16, 2007, at 8:44 PM, James Cicenia wrote:
    >>>
    >>>> I am trying to build my project with the supplied build.xml
    >>>>
    >>>> I get this:
    >>>>
    >>>> Buildfile: /Users/jcicenia/Developer/eclipse/workspace/
    >>>> TOSDevelopment/build.xml
    >>>> setProps:
    >>>> init.build:
    >>>> compile:
    >>>> [javac] Compiling 1 source file to /Users/jcicenia/Developer/
    >>>> eclipse/workspace/TOSDevelopment/bin
    >>>>
    >>>> BUILD FAILED
    >>>> /Users/jcicenia/Developer/eclipse/workspace/TOSDevelopment/
    >>>> build.xml:229: /Users/jcicenia/Library/Frameworks not found.
    >>>>
    >>>>
    >>>> <target name = "compile" depends = "setProps,init.build" >
    >>>> <mkdir dir = "bin"/>
    >>>> <javac srcdir = "src" destdir = "bin"> <<<<<<< offending
    >>>> line???
    >>>> <classpath>
    >>>> <fileset dir="${wo.dir.user.home.library.frameworks}"
    >>>> includesfile = "woproject/ant.frameworks.user.home">
    >>>> <include name = "**/*.jar"/>
    >>>> </fileset>
    >>>> <fileset dir="${wo.wolocalroot}" includesfile = "woproject/
    >>>> ant.frameworks.wo.wolocalroot">
    >>>> <include name = "**/*.jar"/>
    >>>> </fileset>
    >>>> <fileset dir="${wo.wosystemroot}" includesfile =
    >>>> "woproject/ant.frameworks.wo.wosystemroot">
    >>>> <include name = "**/*.jar"/>
    >>>> </fileset>
    >>>> </classpath>
    >>>> </javac>
    >>>> </target>
    >>>>
    >>>> hints?
    >>>>
    >>>>
    >>>
    >>> --
    >>>
    >>> Practical WebObjects - for developers who want to increase their
    >>> overall knowledge of WebObjects or who are trying to solve
    >>> specific problems.
    >>> http://www.global-village.net/products/practical_webobjects
    >>>
    >>>
    >>>
    >>>
    >>>
    >>
    >



    This archive was generated by hypermail 2.0.0 : Sat Nov 17 2007 - 10:31:16 EST