Is there a way to test if a particular fileset exists within an nant script? I 
have a <zip> task that includes several fileset via refid. If one of these 
filesets doesn't exist, the <zip> task fails. 

<zip zipfile="foo.zip" includeemptydirs="true">
  <fileset refid="assembly.fileset"/> 
  <fileset refid="testresults.fileset"/> 
</zip> 

I'm looking for a way to test if all the fileset refid's are valid before 
zipping them up.

Thanks,
-Mike


       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to