> Can any one please let me know how to open a file using NAnt and read/parse
> it?

Depends on the file...if its delimited in some way (csv, line, etc)
then foreach task using loopitem of File may help. If it's xml then
xmlpeek task may help.  If you want to load the whole file into a
property and then parse it, loadfile task may help.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to