RE: [NAnt-users] replacing a linefeed....

2006-02-23 Thread John Cole
pdf documents, and I'd like to only have one copy of the main parameters. Thanks for everyones help. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: Wednesday, February 22, 2006 4:26 PM To: nant-users@lists.sourceforge.net Su

Re: [NAnt-users] replacing a linefeed....

2006-02-23 Thread Gary Feldman
sday, February 22, 2006 5:26 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] replacing a linefeed Sorry about the accidental mouse click sending my previous mail void of new content. John Cole wrote: Is there any way you can get the style of

RE: [NAnt-users] replacing a linefeed....

2006-02-23 Thread Andy Johnstone
ldman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 5:26 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] replacing a linefeed Sorry about the accidental mouse click sending my previous mail void of new content. John Cole wrote: > > > > Is

Re: [NAnt-users] replacing a linefeed....

2006-02-22 Thread Gary Feldman
Sorry about the accidental mouse click sending my previous mail void of new content. John Cole wrote: --param make.year.ranges 1 --param generate.index 1 " /> Is there any way you can get the style of argument for the task to work for you? It would keep the easy-to-rea

Re: [NAnt-users] replacing a linefeed....

2006-02-22 Thread Gary Feldman
John Cole wrote: I'm trying to replace a crlf in a property using the string::replace function. The reason for this is because of a different xsltproc program that I'm using (I'm trying to switch from the cygwin version to the windows version and it won't accept linefeeds in the command). Here