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
<exec /> task I am guessing that this should go away. An
example (not tested) would look like this:
<exec
program="c:/mysql/bin/mysql" commandline="-e source
c:/mysql/bin/Manufatura_DBCreate.sql" output="c:/mysql.out" />
If
this does not work could you post your build file, or at the least the target
containing the <exec /> task that you are using?
Cheers,
Clayton
|
Title: Message
- [Nant-users] MySQL database script inside N... Wilson Ricardo Passos Oliveira
- Clayton Harbour