RE: [Nant-users] MySQL database script inside NAnt

2004-04-01 Thread Clayton Harbour
Title: Message Hi Wilson,   This is just a guess but there might be some escaping going on with your redirection to an output file ('>').  If you try using the output attribute in the task I am guessing that this should go away.  An example (not tested) would look like this:   If th

[Nant-users] MySQL database script inside NAnt

2004-04-01 Thread Wilson Ricardo Passos Oliveira
Hi fellows, I've been trying to execute a MySQL script to create a database using NAnt, as one of some tasks the NAnt script has to execute. My database create script is in a file named Manufatura_DBCreate.sql and, when I execute this command directly from a DOS prompt, it correctly works,