I had no idea. Though that's good info to have. I've tried using several
mirror/sync utils which work well in our local network but don't operate
so effectivaly over a VPN connection. Do you have any idea what the
preformance is like using copy over such a connection?
Lionel
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: Thursday, February 19, 2009 12:12 PM
To: Lionel Morrison; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Fileset by date selected
Interesting. The only way I would know how to do it would be using a
foreach and check the date for each file.
However, you are aware that the copy only copies files that are newer
than in the target directory?
BOb
________________________________
From: Lionel Morrison [mailto:lmorri...@lifeware.com]
Sent: Thursday, February 19, 2009 11:30 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Fileset by date selected
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