Last build issue ...

From: James Cicenia (jame..imijon.com)
Date: Fri Nov 16 2007 - 23:44:02 EST

  • Next message: Chuck Hill: "Re: Last build issue ..."

    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?



    This archive was generated by hypermail 2.0.0 : Fri Nov 16 2007 - 23:45:26 EST