In ANT i can use something like the following to find files by date.
What is the best method of doing this using NANT?

 

      <fileset basedir="${build_path}" id="somefiles">

             <date datetime="02/18/2009 12:00 AM" when="after"/>

      </fileset>

 

      <!-- Copy Delta's Target -->

      <target name="delta" description="main target">

            <copy todir="${build_path_delta}">

                  <fileset refid="somefiles" />

            </copy>

      </target>

 

 

 

 

 

Lionel Morrison | Build & Release Engineer | Lifeware TEK

Office: 904-794-7070 | Direct: 904-436-6567  | Fax: 904-794-4888

lmorri...@lifeware.com

 

***** CONFIDENTIALITY NOTICE - Please read first *****
This e-mail message (and all attachments, if any) is intended only for
the use of the individual or the authorized representative of the entity
to which it is addressed, and may contain information which is
confidential and protected from disclosure by law as proprietary
information, legally privileged or otherwise.  If you are not the
intended recipient, you are hereby notified that you are not to read the
contents and any use, disclosure, distribution or copying of the
transmitted material is strictly prohibited.  If you have received this
e-mail message in error, please immediately contact the sender to
confirm the deletion or destruction of this message and all copies.

 

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to