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
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
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"
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
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];
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
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
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