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

2010-04-22 Thread Simon H
Thanks for the help Phil. Dynamic Parameters is exactly what I was looking for! From: p...@cds-am.net To: nant-users@lists.sourceforge.net Date: Wed, 21 Apr 2010 09:22:59 -0400 Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet One of the more recent editions of ccnet allows

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

2010-04-21 Thread Christopher Brandt
t correctly though! > > > -- > From: xtopher.bra...@gmail.com > Date: Tue, 20 Apr 2010 21:12:40 -0700 > > Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > I thin

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

2010-04-21 Thread Ryan Boggs
ne pouvons accepter aucune responsabi lité pour le contenu fourni. From: p...@cds-am.net To: nant-users@lists.sourceforge.net Date: Wed, 21 Apr 2010 09:22:59 -0400 Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet One of the more recent editions of

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

2010-04-21 Thread Martin Gainty
sers@lists.sourceforge.net Date: Wed, 21 Apr 2010 09:22:59 -0400 Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet One of the more recent editions of ccnet allows prompting the user for parameters when a build is forced. http://confluence.public.thoughtworks.o

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

2010-04-21 Thread Bob Archer
:31 AM To: xtopher.bra...@gmail.com Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet Thanks for your help. I should clarify further. The source code will be stored on an SVN repository so ideally I wanted to use CCNet force build to connect to the

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

2010-04-21 Thread Bob Archer
Bs. BOb From: Simon H [mailto:yo...@live.com] Sent: Tuesday, April 20, 2010 11:54 PM To: xtopher.bra...@gmail.com Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet I am designing a automated compilation script for an Oracle Forms and Repor

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

2010-04-21 Thread Phil Sayers
@yahoo.com] Sent: Tuesday, April 20, 2010 11:04 PM To: nant Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet How will ccnet accept user input if its running as a service on an unattended build server? Can you store the username, password, an database in a database and have the nant scri

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

2010-04-20 Thread Simon H
that CCNet can process it correctly though! From: xtopher.bra...@gmail.com Date: Tue, 20 Apr 2010 21:12:40 -0700 Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet To: yo...@live.com CC: nant-users@lists.sourceforge.net I think you might want to cut the CCNet part out of that sol

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

2010-04-20 Thread Christopher Brandt
topher.bra...@gmail.com > Date: Tue, 20 Apr 2010 20:38:19 -0700 > > Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet > To: yo...@live.com > CC: nant-users@lists.sourceforge.net > > > Hi Simon, > > CCNet is generally used for automated/unattended builds. Wha

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

2010-04-20 Thread Simon H
post). How can I make CCNet execute the NAnt build file so that it correctly runs the embedded C# script that prompts for user input? From: xtopher.bra...@gmail.com Date: Tue, 20 Apr 2010 20:38:19 -0700 Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet To: yo...@live.com CC: nant-

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

2010-04-20 Thread Christopher Brandt
- > Date: Tue, 20 Apr 2010 20:03:58 -0700 > From: rongrabow...@yahoo.com > > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet > > > How will ccnet accept user input if its running as a service on an > unattended buil

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

2010-04-20 Thread Simon H
To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet How will ccnet accept user input if its running 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

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

2010-04-20 Thread Simon H
pen cmd.exe and prompt for user input via C# scripting, shouldn't this be ok? Date: Tue, 20 Apr 2010 20:03:58 -0700 From: rongrabow...@yahoo.com To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] C# sharp scripting and NAnt + CCNet How will ccnet accept user input if its run

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

2010-04-20 Thread Ron Grabowski
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 fi

[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: ... ...