Re: [NAnt-users] How can I enclose a quote within a string?

2008-07-10 Thread enoesque
Thanks Steve, that solved the other issue perfectly. Cheers again guys for your help. enoesque Steve Kapinos wrote: > > Using arg LINE instead of value will avoid using the quotes > > > > > >

[NAnt-users] NAnt and add files to Visual Studio 2005

2008-07-10 Thread Rodrigo Juarez
Hi I need to add some files to a Project in Visual Studio 2005 solution. How can I do that with NAnt? Thanks In Advance Rodrigo Juarez - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have

Re: [NAnt-users] How can I enclose a quote within a string?

2008-07-10 Thread Steve Kapinos
Using arg LINE instead of value will avoid using the quotes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [NAnt-users] How can I enclose a quote within a string?

2008-07-10 Thread enoesque
Thanks for your swift reply, William. As it turns out, there are a number of arguments to mysqldump, and when I supply them as you mentioned, it ends up being mysqldump "arg1" "arg2" "arg3", which mysqldump doesn't like. However, you've solved a couple of issues I had elsewhere, so I'm now usin

Re: [NAnt-users] How can I enclose a quote within a string?

2008-07-10 Thread William_Martin
Try using I believe these are always quoted. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 10 July 2008 09:00 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] How can I enclose a quote within a string? H

[NAnt-users] How can I enclose a quote within a string?

2008-07-10 Thread enoesque
Hi, I'm trying to perform a mysqldump to a network share. An extract is shown here: However the space in "top folder" is causing problems - it causes the long filename problem at the command prompt as well, so this doesn't work: mysqldump [params] \\networkshare\top folder\file.txt but this