[NAnt-users] Adding Files to an Existing Fileset

2008-04-17 Thread Aquil H. Abdullah
Hello All, I've searched pretty hard to find a way to add files to an existing fileset, but I haven't come up with anything that I really like. Does anyone know of a way to perform something like the following Basically, what I am trying to do is dynamically add buildfiles to my

Re: [NAnt-users] FW: Console input ...

2008-04-17 Thread Ken Parrish
Craig, Great.  Thanks so much. Ken Parrish Craig Beck wrote: Resending, forgot to add the list…   From: Craig Beck Sent: Wednesday, April 16, 2008 2:54 PM To: '[EMAIL PROTECTED]' Subject: RE: [NAnt-users] Console input ...   Don’t think there’s anyt

[NAnt-users] FW: Console input ...

2008-04-17 Thread Craig Beck
Resending, forgot to add the list... From: Craig Beck Sent: Wednesday, April 16, 2008 2:54 PM To: '[EMAIL PROTECTED]' Subject: RE: [NAnt-users] Console input ... Don't think there's anything that does this in NAnt, but writing this as a custom task is really easy: [TaskName("input"

Re: [NAnt-users] VS2005 Web Projects; still trying

2008-04-17 Thread tkaszuba
At our company we've banned the web site projects and use only the web application projects for this very reason. If you have any control over the build process I would recommend your company takes the same approach. > Date: Thu, 17 Apr 2008 08:19:01 -0400 > From: [EMAIL PROTECTED] > To: nan

Re: [NAnt-users] Console input ...

2008-04-17 Thread Bob Archer
I think CI Factory's nant has a way to prompt for stuff. You may want to grab that... it may be an external DLL. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Thursday, April 17, 2008 4:35 AM To: [EMAIL PROTECTED];

Re: [NAnt-users] VS2005 Web Projects; still trying

2008-04-17 Thread Parrish, Ken
Tony, I have done quite extensive work with VS2005 web-based projects and Nant--have tried a large variety of combinations. This is what seems to work the best for us: 1) Add to your web solution a web deploy project and send the output to a 'staging' directory. A web deploy project will 'stag

[NAnt-users] VS2005 Web Projects; still trying

2008-04-17 Thread Tony Selke
So I have been playing with this some more and I have some more context and a new theory. :-) When you use Visual Studio to add a website from the file system, there is no *.[cs|vb]proj file. It's just a directory. And this is how it gets written to the VS2005 solution file, like so: Projec

Re: [NAnt-users] Console input ...

2008-04-17 Thread Gert Driesen
Ken, No, this is not yet implemented. Feel free to submit a patch though. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Parrish Sent: woensdag 16 april 2008 23:23 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Console input ... Is there any wa