Dear all:
I have problem use fileset::get-file-count Function.I had lots of
fileset to verify if file exists.
I use below example to echo message.It only list that file exists...
and if I use fileset::get-file-count Function it counts only if physical disk
exists file.
how could I list fileset exists but physical disk not exists?
<project name="foreach.example" default="build" basedir=".">
<fileset id="projects">
<include name="C:\temp\Project1.csproj" />
<include name="C:\temp\Project2.csproj" />
</fileset>
<target name="build" >
<foreach item="File" property="vsnet.project">
<in>
<items refid="projects" />
</in>
<do>
<echo message="${vsnet.project}"/>
</do>
</foreach>
.....
Thanks a lot
______________________________________________________________________________________________________
付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! http://tw.mg0.mail.yahoo.com/dc/landing
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
NAnt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users