Re: [NAnt-users] Not coming out of Exec task

2008-03-24 Thread Sattapattu
I have found it alas, I was calling the wrong command. the updated command is Thanks, Satesh Sattapattu wrote: > > Hi, > > Since new to Nant, i have a query again. i have written this script to > execute a bat file via exec task. The script goes ahe

[NAnt-users] Not coming out of Exec task

2008-03-24 Thread Sattapattu
Hi, Since new to Nant, i have a query again. i have written this script to execute a bat file via exec task. The script goes ahead if i run through GUI http://www.nantwizard.com/ Nant Wizard ,with no result still, but while i try to run the Nant in command prompt it just hangs while executing t

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Sattapattu
Hi All, Thanks for the response. i wanted a quick solution, hence i started using Msbuild which is working fine. Will try to work on your suggestions using solution task later. thanks Anyways. Satesh Paul LeBlanc-2 wrote: > > Sweet, Chris, sweet. > > This is why we're paying you the BIG BUCK

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

2008-03-24 Thread Steve Kapinos
But you cut out all the important stuff.. why mysql failed :) I think the ( ) are just a display thing. That's not what its passing to the command line. Your issue could simply be working directories, specifying where the file is, etc. You need to understand why mysql is failing and interpret

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

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
http://www.jpboodhoo.com/blog/AutomatingYourBuildsWithNAntPart8Videos.as px Boodhoo flash video on automating with Nant . Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
Bob thanks for the Boodhoo lead .. -Original Message- From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 12:15 PM To: Paul LeBlanc; Chris Snider; Sattapattu; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error checking enterprise template project.A

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Bob Archer
I guess it depends on what's in your script. Perhaps it is a problem when using the solution tag. My build scripts just run msbuild which doesn't have a problem if the solution is open. Also, if you call the compilers directly rather than the solution tag it isn't a problem. (See JP Boodhoo's vide

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
Bob, let's say it's not NUnit and you build and run from the IDE. If you try to then run from the prompt with Nant I don't know how that works without closing the IDE. -Original Message- From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 11:48 AM To: Paul LeBlanc;

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
Sweet, Chris, sweet. This is why we're paying you the BIG BUCKS. -Original Message- From: Chris Snider [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2008 11:52 AM To: Paul LeBlanc; Sattapattu; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Error checking enterprise templ

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Chris Snider
Right. I sometimes have 2 IDE sessions open. The IDE 1 is the code I am prepping to run a Nant script against. This will finalize the build by putting the DLL into the GAC. The second has a reference to the DLL generated by the compilation of IDE 1. Since IDE 2 has a reference, I usually close

Re: [NAnt-users] Error checking enterprise template project.Accessto the path is denied

2008-03-24 Thread Bob Archer
I run builds with the IDE open all the time. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul LeBlanc Sent: Monday, March 24, 2008 11:46 AM To: Chris Snider; Sattapattu; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error checking en

Re: [NAnt-users] Error checking enterprise template project. Accessto the path is denied

2008-03-24 Thread Paul LeBlanc
Close the IDE, right (in many cases)? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Snider Sent: Monday, March 24, 2008 10:52 AM To: Sattapattu; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Error checking enterprise template project.

Re: [NAnt-users] Error checking enterprise template project. Access to the path is denied

2008-03-24 Thread Chris Snider
Check that any other projects with a reference to the file you are trying to build is closed. Also, you may need to do an IISReset if this is a web project. IIS can hold a reference to the file keeping a lock on it and thus not allowing an overwrite. Christopher B. Snider Technical Lead, Reg.Net

[NAnt-users] Error checking enterprise template project. Access to the path is denied

2008-03-24 Thread Sattapattu
Hi, I am trying to compile a web code via Nant, but i am getting an error similar to this ... buildPaySimpleWeb: [solution] Starting solution build. fail: --- BUILD FAILED Error checking whether 'D:\ACSatesh\PaySimple\PaySimpleWeb1\PaySimpleWeb' is an enterprise t

[NAnt-users] Building .net compoenents if hintpath is not mentioned

2008-03-24 Thread Sattapattu
Hi, I am a new learner to Nant. I am not with a peculiar error. Please let me know the feasible solution. I am trying to build a solution file using Nant. I have mentioned the code below. But NaNt is throwing numerous error. I have pasted that below After researching on the net it seems Nant