Hello I have an ant script which reads from file "project.properties"
The code snippet is below
<loadfile property="src" srcFile="project.properties" />
<fixcrlf file="project.properties" eol="dos" fixlast="true" />
<for param="letter" list="${src}" delimiter="">
<sequential>
<echo>@{letter}</echo>
</sequential>
</for>
I want to read line by line. I am not getting what should I give in the
delititer attribute of for task..
pls tel me the delimiter attribute value so that for each loop @{letter}
contains one line from from file..
--
View this message in context:
http://www.nabble.com/Help-On-delimiter-attribute-in-for-task...-tp24666087p24666087.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]