Here's what I'm trying to do.  According to docs, both <if><fileset> and
compareFile="" will populate compareFiles, which is used in the
comparison.  However, I find that compareFiles doesn't get populated
when I use fileset like follows.  Plus, nant smokes because
_compareFiles is null and there's no assertion for it in the code.

    <if uptodateFile="${File.Leap.Marker}"  >
      <fileset>
        <excludes name="${Dir.Leap.Xml.Additional}**.xml" />
        <includes name="${Dir.Leap.Xml}**.xml" />
        <includes name="${Dir.Leap.Gsl}**.gsl" />
      </fileset>
      <property name="doGen" value="true" />
    </if>

Am I doing something wrong?

/jean

____________
Jean Rajotte
+1 416-574-1767



-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to