Re: Not this again?!

From: James Cicenia (jame..imijon.com)
Date: Sat May 10 2008 - 22:20:21 EDT

  • Next message: Mike Schrag: "Re: Not this again?!"

    OK -

    Here is mine which is what WOLIPS generates:

       <target name = "compile" depends = "setProps,init.build" >
         <mkdir dir = "bin"/>
               
         <javac srcdir = "src" destdir = "bin">
           <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>

    When I added the tasdef,,, didn't seem to make a difference in the
    build... ./fseventsd again.

    On May 10, 2008, at 9:07 PM, Mike Schrag wrote:

    > <target name="compile" depends="setProps,init.build">
    > <taskdef name="wocompile"
    > classname="org.objectstyle.woproject.ant.WOCompile" />



    This archive was generated by hypermail 2.0.0 : Sat May 10 2008 - 22:21:03 EDT