use :

 

                        <exec program="db_ghost" basedir="c:\program files\DB Ghost\">

                                    <arg file="c:\program files\DB Ghost\SelectionLogs\ValidateAndUpdateSQLFin.xml" />

                        </exec>

 

Let me know if you still have problems.

 

Gert

 

 

 

----- Original Message -----
From: Bob Archer
Sent: Thursday, April 29, 2004 6:12 PM
Subject: [Nant-users] spaces in paths??

Hi All,

 

I am doing this:

 

                        <exec

                                    program="db_ghost"

                                    basedir="c:\program files\DB Ghost\"

                                    commandline="c:\program files\DB Ghost\SelectionLogs\ValidateAndUpdateSQLFin.xml"

                        />

 

But, I think I need what is passed to dbGhost to be surrounded by double quotes? I have tried a few obvious things, but not the right things.

 

Any help?

 

Thanks,

Bob

 

Reply via email to