Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-25 Thread Rolando Martinez
* Rolando Martinez [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday, March 25, 2008 9:56 AM > *To:* Bob Archer > *Cc:* nant-users@lists.sourceforge.net > *Subject:* Re: [NAnt-users] Executing a mysql script inside Nant > > > > Hi, > > > > May be I'm wrong but I th

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-25 Thread Bob Archer
March 25, 2008 9:56 AM To: Bob Archer Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Executing a mysql script inside Nant Hi, May be I'm wrong but I thought that sql task is not supported for Mysql =(. I'll try... Regards, Rolando. 2008/3/25, Bob

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-25 Thread Bob Archer
Have you tried using the sql task? BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of r0lan2 Sent: Tuesday, March 25, 2008 6:30 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Executing a mysql script inside Nant Hi, This is the

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-25 Thread r0lan2
Hi, This is the complete outup for the command ( the build file is in the same directory than the build file =) ) C:\TesisSource\Releases\0.1\SW\l10nCommunity.DataAccess\MySqlDatabase\CommonSqlS cripts>nant NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006) Copyright (C) 2001-2006 Gerry Shaw http

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-24 Thread Steve Kapinos
g and interpret what its failing on. -Steve -Original Message- From: [EMAIL PROTECTED] on behalf of r0lan2 Sent: Mon 3/24/2008 8:54 PM To: nant-users@lists.sourceforge.net Cc: Subject:Re: [NAnt-users] Executing a mysql script inside Nant Hi, Currenty, This is the error me

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-24 Thread r0lan2
Hi, Currenty, This is the error message for this option: Buildfile: file:///C:/TesisSource/Releases/0.1/SW/l10nCommunity.DataAccess/MySql Database/CommonSqlScripts/DataBase.build Target framework: Microsoft .NET Framework 2.0 Target(s) specified: CreateAll CreateStructure:

Re: [NAnt-users] Executing a mysql script inside Nant

2008-03-24 Thread r0lan2
Thanks for your help, I tried theses options but it doesn't work :( First option: Second option: Third option: another question: What is the correct way to write spcial character like '<' '>' ? Thanks a lot!

[NAnt-users] Executing a mysql script inside Nant

2008-03-24 Thread r0lan2
Hi, I'm trying install a Mysql database using nant, this is a part of my build file: My problem is with: How to put the name of the script to execute ?? Really, I want execute a command like this: mysql -h localhost -u root -pholamundo < Script1.s