What would I use for the value in the foreach delim when I want the full line until the CRLF of the file I just read in via loadfile?

 

<loadfile

file="AssemblyInfo.cs "

property="Assembly.Info.File" />

 

      

<foreach item="String" in="${ Assembly.Info.File}" delim="?" property="fullline">

            <echo message="${fullline}" />

</foreach>

 

Thanks,

 

~Robert

Reply via email to