Bugs item #1075959, was opened at 2004-11-30 13:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1075959&group_id=31650

Category: Core
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Giuseppe Greco (j3d)
Assigned to: Nobody/Anonymous (nobody)
Summary: <call> task

Initial Comment:
Giving the task

<call
    target="myTarget"
    unless="${file::exists('myDirectory/myFile.cs')}" />

"myTarget" is invoked when the file "myDirectory/myFile.cs"
does exist, while giving the task

<call
    target="myTarget"
    if="${file::exists('myDirectory/myFile.cs')}" />

"myTarget" is invoked when the file "myDirectory/myFile.cs"
does *NOT* exist.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1075959&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to