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 |
- [Nant-users] Delim value for End of Line Robert Smith
- RE: [Nant-users] Delim value for End of Line Tony_Bjerstedt