Re: Dreaded IO Error scanning directory (Spotlight-V100)

From: Miguel Arroz (arro..uiamac.com)
Date: Thu Nov 08 2007 - 19:41:01 EST

  • Next message: Lachlan Deck: "Re: Dreaded IO Error scanning directory (Spotlight-V100)"

    Hi!

       Here, this works:

       <target name = "compile" depends = "setProps,init.build" >
         <taskdef name="wocompile"
    classname="org.objectstyle.woproject.ant.WOCompile"/>
         <mkdir dir = "bin"/>
         <wocompile srcdir = "src" destdir = "bin">
           <frameworks root="${wo.wolocalroot}">
             <patternset>
               <includesfile name="woproject/
    ant.frameworks.wo.wolocalroot"/>
             </patternset>
           </frameworks>
             <frameworks root="${wo.wosystemroot}">
             <patternset>
               <includesfile name="woproject/
    ant.frameworks.wo.wosystemroot"/>
             </patternset>
           </frameworks>
           <frameworks root="${user.home}">
             <patternset>
               <includesfile name="woproject/ant.frameworks.user.home"/>
             </patternset>
           </frameworks>
           <classpath>
             <fileset dir="${wo.wolocalroot}">
             <patternset>
               <includesfile name="woproject/
    ant.frameworks.wo.wolocalroot"/>
             </patternset>
               </fileset>
             <fileset dir="lib">
               <filename name="**/*.jar" />
             </fileset>
           </classpath>
         </wocompile>
       </target>

       Yours

    Miguel Arroz

    On 2007/11/08, at 23:25, Lachlan Deck wrote:

    > This is still causing me grief. Mike, anyone... what's the
    > definitive fix?
    >
    > I've removed any trailing blank likes in my woproject/* files and ~/
    > Library/wobuild.properties file. What else is causing this?
    >
    > On 07/11/2007, at 5:49 PM, Lachlan Deck wrote:
    >
    >> On 07/11/2007, at 5:44 PM, Lachlan Deck wrote:
    >>
    >>> On 07/11/2007, at 5:39 PM, Lachlan Deck wrote:
    >>>
    >>>> what's the work-around for this again?
    >>>>
    >>>> build.xml:232: IO error scanning directory '/.Spotlight-V100'
    >>>
    >>> Okay found it... can someone update the default build.xml to fix
    >>> the compile target?
    >>>
    >>> with regards,
    >>> --
    >>>
    >>> Lachlan Deck
    >>> lachla..sh.com.au
    >>>
    >>> <target name="compile" depends="setProps,init.build">
    >>> <mkdir dir="bin" />
    >>> <javac srcdir="src" destdir="bin" debug="true">
    >>
    >> srcdir="Sources" of course.
    >>
    >>> <classpath>
    >>> <fileset dir="${wo.dir.user.home.library.frameworks}"
    >>> includesfile="woproject/ant.frameworks.user.home">
    >>> <include name="**/*.jar" />
    >>> <exclude name="**/*Spotlight-V100"/>
    >>> </fileset>
    >>> <fileset dir="${wo.wolocalroot}" includesfile="woproject/
    >>> ant.frameworks.wo.wolocalroot">
    >>> <include name="**/*.jar" />
    >>> <exclude name="*Spotlight-V100"/>
    >>> </fileset>
    >>> <fileset dir="${wo.wosystemroot}" includesfile="woproject/
    >>> ant.frameworks.wo.wosystemroot">
    >>> <include name="**/*.jar" />
    >>> <exclude name="*Spotlight-V100" />
    >>> </fileset>
    >>> </classpath>
    >>> <extdirs path="${wo.dir.local.extensions}" />
    >>> </javac>
    >>> </target>
    >>>
    > with regards,
    > --
    >
    > Lachlan Deck
    > lachla..sh.com.au
    >
    >
    >
    > with regards,
    > --
    >
    > Lachlan Deck
    >
    >
    >

    Miguel Arroz
    http://www.terminalapp.net
    http://www.ipragma.com





    This archive was generated by hypermail 2.0.0 : Thu Nov 08 2007 - 19:42:03 EST