Re: [NAnt-users] Input prompting ...

2009-11-03 Thread Michael Pento
Good Afternoon Folks, I was just playing around with this and I was able to do it with a C# script function in a target:

Re: [NAnt-users] tokenizing a script tag and link

Bob's right, I tried this just messing around (slow day here ...) : The output looks like this: [echo] Hope this helps out, Mike From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, October 22, 2009 1:37 PM To: Zachary B. Whee

Re: [NAnt-users] Output console to text file

Hi Justin, If your using the nant-contrib library you can use the record task (http://nantcontrib.sourceforge.net/release/latest/help/tasks/record.htm l) to save your output to a log file. It supports various output logging levels and you will still get your output on the console.

Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

Unless there is an option for aspnet_compiler.exe itself (I didn't see one ...) to squelch warnings only, I don't think that the exec task can do this. Mike -Original Message- From: gmoney [mailto:g.lab...@autodata.ltd.uk] Sent: Thursday, October 08, 2009 10:16 AM To: nant-users@lists.s

Re: [NAnt-users] Getting the Path of an Included Build File

If I understand you correctly, you want the path without the filename. get-buildfile-path() returns the path and file of the currently running build script. If all you need is the path portion, you could just parse that out yourself:

Re: [NAnt-users] Return a value from NAnt script

Why not call the second batch file from within the nant script? If the build portion fails the batch file is never executed. Mike From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: Thursday, August 13, 2009 10:22 AM To: nant-users@lists.so

Re: [NAnt-users] editing a VBP

Hi Bob, I have had to do this in the past for various reasons (binary compatibility, setting versions to specific values, etc.) and I was never able to find a suitable way to do it with nant alone. Ultimately, I ended up writing a vbscript that would do the work for me and then I would just cal

Re: [NAnt-users] How to publish remotely.

Maybe map a drive to that machine and use that to publish to? From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, April 16, 2009 11:12 AM To: Suresh D. Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] How to publish remotely. Perhap

Re: [NAnt-users] Where is nant contrib

Hi Bob, I have been using 0.86 beta 1 of nant for about 3 months with the 0.85 version of nant-contrib without issue. Still hoping they will start a 0.86 for contrib. though :-) Thanks, Mike From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wedn

Re: [NAnt-users] Nant and cpp files

I've never made a custom task. The developers at my company provide me a makefile and I launch make against that. From: ptr [mailto:ptrajku...@gmail.com] Sent: Thursday, February 19, 2009 4:01 PM To: Michael Pento Cc: nant-users@lists.sourceforge.net Su

Re: [NAnt-users] Nant and cpp files

I would assume that you would have to a call to g++ or something like that. Should be pretty easy, I think. That's rough, but, you get the idea. Hope this helps, Mike -Original Message- From: ptr2009 [mailto:ptrajku...@gmail.com] Sent: Thursday, February 19, 2009 2:44 PM To: