Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-24 Thread Simon H
e Date: Mon, 24 May 2010 08:45:15 +0200 Hey Simon, You should set “failonerror” on the task instead. Hope this helps, Gert From: Simon H [mailto:yo...@live.com] Sent: maandag 24 mei 2010 8:35 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Question about task and

Re: [NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Simon H
” on the task instead. Hope this helps, Gert From: Simon H [mailto:yo...@live.com] Sent: maandag 24 mei 2010 8:35 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Question about task and the failonerror attribute Hi guys, I have made a build file for the automated compilation

[NAnt-users] Question about task and the failonerror attribute

2010-05-23 Thread Simon H
Hi guys, I have made a build file for the automated compilation of Oracle Forms files. An excerpt of the code is as follows: ... ... The build file navigates to the directory containing the forms that the user desires fo compile and attempts to

Re: [NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
to your script tag: > > > > > > Hope this helps, > > Thanks, > Ryan > > On Mon, May 17, 2010 at 9:23 PM, Simon H wrote: > > Hi guys, > > > > I have a C# script within my NAnt script that works perfectly in NAnt 0.85. > > It imports th

[NAnt-users] Nant 0.90 Problem with C# Script

2010-05-17 Thread Simon H
Hi guys, I have a C# script within my NAnt script that works perfectly in NAnt 0.85. It imports the namespace System.Text.RegularExpressions for the purposes of testing user input. However, when I try to run my build file using NAnt 0.90 I get an error (see below). I have noted that NAnt 0.

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-22 Thread Simon H
From: Simon H To: nant-users@lists.sourceforge.net Sent: Tue, April 20, 2010 10:32:20 PM Subject: [NAnt-users] C# sharp scripting and NAnt + CCNet Hi guys, I have a C# script within my NAnt build file which allows me to accept user input from the commandline. A truncutated excerpt of the NAnt build

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Simon H
un it on a different machine than the one the DBA is using, PSExec in PSTools will do the trick. Hope that helps.--- Chris. Continuous improvement is better than delayed perfection. - Mark Twain On Tue, Apr 20, 2010 at 8:53 PM, Simon H wrote: I am designing a automated compilation script for

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Simon H
On Tue, Apr 20, 2010 at 8:17 PM, Simon H wrote: "Can you store the username, password, an database in a database and have the nant script look at that if a console isn't available?" This is not a viable solution due to security considerations. Date: Tue, 20 Apr 2010

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Simon H
a console isn't available? From: Simon H To: nant-users@lists.sourceforge.net Sent: Tue, April 20, 2010 10:32:20 PM Subject: [NAnt-users] C# sharp scripting and NAnt + CCNet Hi guys, I have a C# script within my NAnt build file which allows me to accept user input from the commandline. A tr

Re: [NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Simon H
ning as a service on an unattended build server? Can you store the username, password, an database in a database and have the nant script look at that if a console isn't available? From: Simon H To: nant-users@lists.sourceforge.net Sent: Tue, April 20, 2010 10:32:20 PM Subject: [NAnt-

[NAnt-users] C# sharp scripting and NAnt + CCNet

2010-04-20 Thread Simon H
Hi guys, I have a C# script within my NAnt build file which allows me to accept user input from the commandline. A truncutated excerpt of the NAnt build file is: ... ...

Re: [NAnt-users] Running a bat file

? Thanks! > Date: Sun, 18 Apr 2010 21:55:30 -0700 > Subject: Re: [NAnt-users] Running a bat file > From: rmbo...@gmail.com > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > Hi, > > 2010/4/18 Simon H : > > You are probably correct that the batch file is wait

Re: [NAnt-users] Running a bat file

Thanks for your help Ryan. The solution suggested is a possibility though not ideal. So is your understanding that it is not able for NAnt to temporarily pass control to cmd.exe to accept user input? Could this be achieved using a scripting language such as VisualBasic.NET and the

Re: [NAnt-users] Running a bat file

ting for user input that NAnt isn't providing. > > I'm sorry, I have to ask. Why are you running a batch file from a > NAnt build file? Seems like overkill to me, unless you have a > specific need for it. > > Thanks, > Ryan > > 2010/4/18 Simon H : > > Hi gu

Re: [NAnt-users] Running a bat file

Hi guys, I'm trying to run a bat file that displays a menu and accepts user input from the commandline as input. To clarify, here is an excerpt of the bat file: :topoffile @echo off @echo = @echo This is an Oracle Forms Compilation facility