Re: [Nant-users] Exec --> parameters

2003-09-17 Thread Sascha Andres
Hi, * Dejan KADUNC wrote on 17.09.2003 (08:00): > Is it possible to pass multiple parameters in "exec" command from nant? Use multiple childelements. -sa -- sa at programmers-world dot com http://www.livingit.de Bookmarks online: http://www.mobile-bookmarks.info Soon availabl

[Nant-users] Fwd: "options" for CompilerBase.cs

2003-09-17 Thread jpapp
Oops, I didn't realize that you needed to be a member to send a message to the developer list, so I'll try the user list instead... James. - Forwarded message from [EMAIL PROTECTED] - Date: Wed, 17 Sep 2003 20:43:09 -0400 From: "James C. Papp" <[EMAIL PROTECTED]> Subject: "opti

[Nant-users] Exec --> parameters

2003-09-17 Thread Dejan KADUNC
Is it possible to pass multiple parameters in “exec” command from nant?            Dejan Kadunc, programer Infotim Ržišnik & Perc Microsoft Certified Partner Delavska c. 24, 4208 Šenčur Tel.:+ 386 (0)4 279 18 78 F

[Nant-users] SQL Server Tasks

2003-09-17 Thread Mitch Denny
Hi folks, A lot of developers will be using NAnt to scrub databases and the like. It would be cool if there were some tasks which could assist in the database configuration aspect of application builds and automated unit testing. I think we could use some tasks like (bulk copy) and perhaps somete

[Nant-users] Nantpad 0.3 released - NAnt 0.8.3 support!

2003-09-17 Thread Anthony Brown
Hi everybody, I've just released the 0.3 beta of the NAnt script editor Nantpad which you can find at www.nantpad.com . This release is a quantum leap from previous versions in terms of both functionality and operability. Among some of the new features: * toolbars for commonly used functional

[Nant-users] RE: Request for SolutionTask

2003-09-17 Thread Vincent Labatut
(apologies for the crap formatting of my mails subject and for the spam, damn mail client... $#à&! ) hi, you can probably try the following : - move this source code line from your AssemblyInfo file to a new file (eg KeyInfo.cs) [assembly: AssemblyKeyFile(@"..\..\developers.key")] -

[Nant-users] RE : [Nant-users] How do one update the AssemblyVersion build number?

2003-09-17 Thread Vincent Labatut
use the version task and the asminfo task ! split your assemblyinfo.cs in two - one is maintained manually and contains everything but the assembly version attribute - the other one will be auto-generated by the asminfo task and will contain the version number from the version task. thi

Re: xmlpoke, was re: [Nant-users] How do one update the AssemblyVersionbuild number?

2003-09-17 Thread Ian MacLean
Sure, Send away. Btw are you guys attached to monash uni at all or is the name just co-incidental ? Ian Hi Ian, I wrote some prototype code earlier today. If I wrap them up in tasks and send them to you (or someone) to help me structure it to suit the NAnt project requirements?

RE: xmlpoke, was re: [Nant-users] How do one update the AssemblyVersionbuild number?

2003-09-17 Thread Mitch Denny
Hi Ian, I wrote some prototype code earlier today. If I wrap them up in tasks and send them to you (or someone) to help me structure it to suit the NAnt project requirements? - Mitch Denny - [EMAIL PROTECTED] - http://www.monash.net - +61 (414) 610141 -