So no explanation for this strange behavior?

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 16, 2006 1:03 PM
To: Ant Users List
Subject: sync not syncing what's in a fileset

Has anyone tried something like this:

 

<project name="postbuildfiles" default="postbuildfiles"
basedir="C:/work/">

 <target name="postbuildfiles">
  <sync todir="\\build3.corp.upromise.com\C$\work">
    <fileset dir="C:/work">
      <include name="build-*.xml"/>
    </fileset>
  </sync>

  <sync todir="\\build2.corp.upromise.com\C$\work">
    <fileset dir="C:/work">
      <include name="build-*.xml"/>
    </fileset>
  </sync>
 </target>

</project>

When I do this, the sync starts syncing all kinds of things that are NOT
in the fileset.  What am I doing wrong?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to